Module: Google::Cloud::Compute::V1::InstanceGroupManagerStandbyPolicy::Mode
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is MANUAL
.
Constant Summary collapse
- UNDEFINED_MODE =
A value indicating that the enum field is not set.
0
- MANUAL =
MIG does not automatically resume or start VMs in the standby pool when the group scales out.
119_397_318
- SCALE_OUT_POOL =
MIG automatically resumes or starts VMs in the standby pool when the group scales out, and replenishes the standby pool afterwards.
635_394