Enum InstanceGroupManagerStandbyPolicy.Mode (1.65.0)

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

ProtocolMessageEnum

Static Fields

Name Description
MANUAL

MIG does not automatically resume or start VMs in the standby pool when the group scales out.

MANUAL = 119397318;

MANUAL_VALUE

MIG does not automatically resume or start VMs in the standby pool when the group scales out.

MANUAL = 119397318;

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 = 635394;

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.

SCALE_OUT_POOL = 635394;

UNDEFINED_MODE

A value indicating that the enum field is not set.

UNDEFINED_MODE = 0;

UNDEFINED_MODE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_MODE = 0;

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()