Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#machine_types
def machine_types() -> ::Array<::String>
Returns
- (::Array<::String>) — Full machine-type names, e.g. "n1-standard-16".
#machine_types=
def machine_types=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Full machine-type names, e.g. "n1-standard-16".
Returns
- (::Array<::String>) — Full machine-type names, e.g. "n1-standard-16".
#rank
def rank() -> ::Integer
Returns
- (::Integer) — 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.
#rank=
def rank=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
Returns
- (::Integer) — 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.