Compute Engine v1 API - Enum InstanceGroupManagerStandbyPolicy.Types.Mode (3.2.0)

public enum InstanceGroupManagerStandbyPolicy.Types.Mode

Reference documentation and code samples for the Compute Engine v1 API enum InstanceGroupManagerStandbyPolicy.Types.Mode.

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

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Manual

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

ScaleOutPool

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

UndefinedMode

A value indicating that the enum field is not set.