public enum InstanceGroupManagerStandbyPolicy.Mode extends Enum<InstanceGroupManagerStandbyPolicy.Mode> implements ProtocolMessageEnum Defines how a MIG resumes or starts VMs from a standby pool when the
group scales out. The default mode is MANUAL.
Protobuf enum google.cloud.compute.v1.InstanceGroupManagerStandbyPolicy.Mode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
MANUAL |
MIG does not automatically resume or start VMs in the standby pool when the group scales out. |
MANUAL_VALUE |
MIG does not automatically resume or start VMs in the standby pool when the group scales out. |
SCALE_OUT_POOL |
MIG automatically resumes or starts VMs in the standby pool when the group scales out, and replenishes the standby pool afterwards. |
SCALE_OUT_POOL_VALUE |
MIG automatically resumes or starts VMs in the standby pool when the group scales out, and replenishes the standby pool afterwards. |
UNDEFINED_MODE |
A value indicating that the enum field is not set. |
UNDEFINED_MODE_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() |
|