Region Instance Group Manager Instance Flexibility Policy Instance Selection Args
data class RegionInstanceGroupManagerInstanceFlexibilityPolicyInstanceSelectionArgs(val machineTypes: Output<List<String>>, val name: Output<String>, val rank: Output<Int>? = null) : ConvertibleToJava<RegionInstanceGroupManagerInstanceFlexibilityPolicyInstanceSelectionArgs>
Properties
Link copied to clipboard
Full machine-type names, e.g. "n1-standard-16"
Link copied to clipboard
Preference of this instance selection. Lower number means higher preference. MIG will first try to create a VM based on the machine-type with lowest rank and fallback to next rank based on availability. Machine types and instance selections with the same rank have the same preference.