ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicyInstanceSelectionListArgs

data class ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicyInstanceSelectionListArgs(val machineTypes: Output<List<String>>? = null, val rank: Output<Int>? = null) : ConvertibleToJava<ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicyInstanceSelectionListArgs>

Constructors

constructor(machineTypes: Output<List<String>>? = null, rank: Output<Int>? = null)

Properties

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

Full machine-type names, e.g. "n1-standard-16".

Link copied to clipboard
val rank: Output<Int>? = null

Preference of this instance selection. A lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.

Functions

Link copied to clipboard
open override fun toJava(): ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicyInstanceSelectionListArgs