public interface InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMachineTypes(int index)
Full machine-type names, e.g.
|
com.google.protobuf.ByteString |
getMachineTypesBytes(int index)
Full machine-type names, e.g.
|
int |
getMachineTypesCount()
Full machine-type names, e.g.
|
List<String> |
getMachineTypesList()
Full machine-type names, e.g.
|
int |
getRank()
Preference of this instance selection.
|
boolean |
hasRank()
Preference of this instance selection.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getMachineTypesList()
Full machine-type names, e.g. "n1-standard-16".
repeated string machine_types = 79720065;int getMachineTypesCount()
Full machine-type names, e.g. "n1-standard-16".
repeated string machine_types = 79720065;String getMachineTypes(int index)
Full machine-type names, e.g. "n1-standard-16".
repeated string machine_types = 79720065;index - The index of the element to return.com.google.protobuf.ByteString getMachineTypesBytes(int index)
Full machine-type names, e.g. "n1-standard-16".
repeated string machine_types = 79720065;index - The index of the value to return.boolean hasRank()
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.
optional int32 rank = 3492908;int getRank()
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.
optional int32 rank = 3492908;Copyright © 2025 Google LLC. All rights reserved.