Uses of Enum
co.yellowdog.platform.model.GceHostMaintenanceBehaviour
Packages that use GceHostMaintenanceBehaviour
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of GceHostMaintenanceBehaviour in co.yellowdog.platform.model
Subclasses with type arguments of type GceHostMaintenanceBehaviour in co.yellowdog.platform.modelModifier and TypeClassDescriptionenum
The GCE instance behaviour to apply on a host maintenance event.Methods in co.yellowdog.platform.model that return GceHostMaintenanceBehaviourModifier and TypeMethodDescriptionGceComputeSource.getHostMaintenanceBehaviour()
GceInstanceGroupComputeSource.getHostMaintenanceBehaviour()
GceInstancesComputeSource.getHostMaintenanceBehaviour()
static GceHostMaintenanceBehaviour
Returns the enum constant of this type with the specified name.static GceHostMaintenanceBehaviour[]
GceHostMaintenanceBehaviour.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model with parameters of type GceHostMaintenanceBehaviourModifier and TypeMethodDescriptionvoid
GceInstanceGroupComputeSource.setHostMaintenanceBehaviour
(GceHostMaintenanceBehaviour hostMaintenanceBehaviour) void
GceInstancesComputeSource.setHostMaintenanceBehaviour
(GceHostMaintenanceBehaviour hostMaintenanceBehaviour)