GoogleCloudDataprocClusterInstanceGroupConfigurationPreemptibilityType
No description
enum GoogleCloudDataprocClusterInstanceGroupConfigurationPreemptibilityType {
PREEMPTIBILITY_UNSPECIFIED
NON_PREEMPTIBLE
PREEMPTIBLE
SPOT
}
Values
GoogleCloudDataprocClusterInstanceGroupConfigurationPreemptibilityType.PREEMPTIBILITY_UNSPECIFIED
Preemptibility is unspecified, the system will choose the appropriate setting for each instance group
GoogleCloudDataprocClusterInstanceGroupConfigurationPreemptibilityType.NON_PREEMPTIBLE
Instances are non-preemptible. This option is allowed for all instance groups and is the only valid value for Master and Worker instance groups
GoogleCloudDataprocClusterInstanceGroupConfigurationPreemptibilityType.PREEMPTIBLE
Instances are preemptible. This option is allowed only for secondary worker groups
GoogleCloudDataprocClusterInstanceGroupConfigurationPreemptibilityType.SPOT
Instances are Spot VMs. This option is allowed only for secondary worker groups