Enum InstanceGroupManagerUpdatePolicy.MinimalAction (1.9.1)

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

Minimal action to be taken on an instance. You can specify either RESTART to restart existing instances or REPLACE to delete and create new instances from the target template. If you specify a RESTART, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action. Additional supported values which may be not listed in the enum directly due to technical reasons: NONE REFRESH REPLACE RESTART

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNDEFINED_MINIMAL_ACTION

A value indicating that the enum field is not set.

UNDEFINED_MINIMAL_ACTION = 0;

UNDEFINED_MINIMAL_ACTION_VALUE

A value indicating that the enum field is not set.

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