Cluster Cluster Config Preemptible Worker Config Args
data class ClusterClusterConfigPreemptibleWorkerConfigArgs(val diskConfig: Output<ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs>? = null, val instanceNames: Output<List<String>>? = null, val numInstances: Output<Int>? = null, val preemptibility: Output<String>? = null) : ConvertibleToJava<ClusterClusterConfigPreemptibleWorkerConfigArgs>
Constructors
Link copied to clipboard
constructor(diskConfig: Output<ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs>? = null, instanceNames: Output<List<String>>? = null, numInstances: Output<Int>? = null, preemptibility: Output<String>? = null)