ClusterClusterConfigPreemptibleWorkerConfig

data class ClusterClusterConfigPreemptibleWorkerConfig(val diskConfig: ClusterClusterConfigPreemptibleWorkerConfigDiskConfig? = null, val instanceFlexibilityPolicy: ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicy? = null, val instanceNames: List<String>? = null, val numInstances: Int? = null, val preemptibility: String? = null)

Constructors

constructor(diskConfig: ClusterClusterConfigPreemptibleWorkerConfigDiskConfig? = null, instanceFlexibilityPolicy: ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicy? = null, instanceNames: List<String>? = null, numInstances: Int? = null, preemptibility: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.

Link copied to clipboard
val instanceNames: List<String>? = null

List of preemptible instance names which have been assigned to the cluster.

Link copied to clipboard
val numInstances: Int? = null

Specifies the number of preemptible nodes to create. Defaults to 0.

Link copied to clipboard
val preemptibility: String? = null

Specifies the preemptibility of the secondary workers. The default value is PREEMPTIBLE Accepted values are: