Reference documentation and code samples for the Compute V1 Client class Mode.
Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is MANUAL
.
Protobuf type google.cloud.compute.v1.InstanceGroupManagerStandbyPolicy.Mode
Namespace
Google \ Cloud \ Compute \ V1 \ InstanceGroupManagerStandbyPolicyMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_MODE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_MODE = 0;
MANUAL
Value: 119397318
MIG does not automatically resume or start VMs in the standby pool when the group scales out.
Generated from protobuf enum MANUAL = 119397318;
SCALE_OUT_POOL
Value: 635394
MIG automatically resumes or starts VMs in the standby pool when the group scales out, and replenishes the standby pool afterwards.
Generated from protobuf enum SCALE_OUT_POOL = 635394;