Enum InstanceGroupManagerUpdatePolicy.Type (1.19.0)

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

The type of update process. You can specify either PROACTIVE so that the instance group manager proactively executes actions in order to bring instances to their target versions or OPPORTUNISTIC so that no action is proactively executed but the update will be performed as part of other actions (for example, resizes or recreateInstances calls). 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

No action is being proactively performed in order to bring this IGM to its target version distribution (regardless of whether this distribution is expressed using instanceTemplate or versions field).

OPPORTUNISTIC = 429530089;

OPPORTUNISTIC_VALUE

No action is being proactively performed in order to bring this IGM to its target version distribution (regardless of whether this distribution is expressed using instanceTemplate or versions field).

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()