public enum InstanceGroupManagerUpdatePolicy.InstanceRedistributionType extends Enum<InstanceGroupManagerUpdatePolicy.InstanceRedistributionType> implements ProtocolMessageEnum
The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled. Additional supported values which may be not listed in the enum directly due to technical reasons: NONE PROACTIVE
Protobuf enum
google.cloud.compute.v1.InstanceGroupManagerUpdatePolicy.InstanceRedistributionType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
UNDEFINED_INSTANCE_REDISTRIBUTION_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_INSTANCE_REDISTRIBUTION_TYPE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |