Enum InstanceGroupManagerUpdatePolicy.MostDisruptiveAllowedAction (1.51.0)

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

Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all. 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.MostDisruptiveAllowedAction

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION

A value indicating that the enum field is not set.

UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION = 0;

UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION_VALUE

A value indicating that the enum field is not set.

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