Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::InstanceGroupManagerStandbyPolicy::Mode (v2.15.0)

Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::InstanceGroupManagerStandbyPolicy::Mode.

Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is MANUAL.

Constants

UNDEFINED_MODE

value: 0
A value indicating that the enum field is not set.

MANUAL

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

SCALE_OUT_POOL

value: 635_394
MIG automatically resumes or starts VMs in the standby pool when the group scales out, and replenishes the standby pool afterwards.