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 TypeClassDescriptionenumThe 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 GceHostMaintenanceBehaviourReturns 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 TypeMethodDescriptionGceInstanceGroupComputeSource.Builder.hostMaintenanceBehaviour(GceHostMaintenanceBehaviour hostMaintenanceBehaviour) voidGceInstanceGroupComputeSource.setHostMaintenanceBehaviour(GceHostMaintenanceBehaviour hostMaintenanceBehaviour) voidGceInstancesComputeSource.setHostMaintenanceBehaviour(GceHostMaintenanceBehaviour hostMaintenanceBehaviour) Constructors in co.yellowdog.platform.model with parameters of type GceHostMaintenanceBehaviourModifierConstructorDescriptionGceInstanceGroupComputeSource(String name, String credential, int limit, Boolean assignPublicIp, String userData, Map<String, String> instanceTags, String sshKeys, String project, String region, String zone, String machineType, String image, String network, String subnetwork, boolean preemptible, boolean spot, boolean confidential, String acceleratorType, int acceleratorCount, GceHostMaintenanceBehaviour hostMaintenanceBehaviour, GceTargetDistributionShape targetDistributionShape)