Enum InstanceGroupManagerTargetSizePolicy.Mode (1.101.0)

public enum InstanceGroupManagerTargetSizePolicy.Mode extends Enum<InstanceGroupManagerTargetSizePolicy.Mode> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.compute.v1.InstanceGroupManagerTargetSizePolicy.Mode

Implements

ProtocolMessageEnum

Static 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.

BULK = 2050322;

BULK_VALUE

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.

BULK = 2050322;

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.

INDIVIDUAL = 438800025;

INDIVIDUAL_VALUE

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.

INDIVIDUAL = 438800025;

UNDEFINED_MODE

A value indicating that the enum field is not set.

UNDEFINED_MODE = 0;

UNDEFINED_MODE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_MODE = 0;

UNRECOGNIZED
UNSPECIFIED_MODE

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

UNSPECIFIED_MODE = 53715403;

UNSPECIFIED_MODE_VALUE

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

UNSPECIFIED_MODE = 53715403;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()