Compute Engine v1 API - Enum InstanceGroupManagerTargetSizePolicy.Types.Mode (3.26.0)

public enum InstanceGroupManagerTargetSizePolicy.Types.Mode

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

The mode of target size policy based on which the MIG creates its VMs individually or all at once.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Bulk

The mode in which the MIG creates VMs all at once. In this mode, if the MIG is unable to create even one VM, the MIG waits until all VMs can be created at the same time.

Individual

The mode in which the MIG creates VMs individually. In this mode, if the MIG is unable to create a VM, the MIG will continue to create the other VMs in the group. This is the default mode.

UndefinedMode

A value indicating that the enum field is not set.

UnspecifiedMode

If mode is unspecified, MIG will behave as in the default INDIVIDUAL mode.