InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection(
mapping=None, *, ignore_unknown_fields=False, **kwargs
).. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
disks |
MutableSequence[google.cloud.compute_v1beta.types.AttachedDisk]
List of disks to be attached to the instances created from this selection. |
machine_types |
MutableSequence[str]
Full machine-type names, e.g. "n1-standard-16". |
min_cpu_platform |
str
Name of the minimum CPU platform to be used by this instance selection. e.g. 'Intel Ice Lake'. This field is a member of oneof_ _min_cpu_platform.
|
rank |
int
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. This field is a member of oneof_ _rank.
|