Enum InstanceGroupManagerUpdatePolicy.Type (1.51.0)

public enum InstanceGroupManagerUpdatePolicy.Type extends Enum<InstanceGroupManagerUpdatePolicy.Type> implements ProtocolMessageEnum

The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update. Additional supported values which may be not listed in the enum directly due to technical reasons: PROACTIVE

Protobuf enum google.cloud.compute.v1.InstanceGroupManagerUpdatePolicy.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
OPPORTUNISTIC

MIG will apply new configurations to existing VMs only when you selectively target specific or all VMs to be updated.

OPPORTUNISTIC = 429530089;

OPPORTUNISTIC_VALUE

MIG will apply new configurations to existing VMs only when you selectively target specific or all VMs to be updated.

OPPORTUNISTIC = 429530089;

UNDEFINED_TYPE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNDEFINED_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()