Enum UpdateInstanceRequest.MinimalAction (1.16.0)

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

Specifies the action to take when updating an instance even if the updated properties do not require it. If not specified, then Compute Engine acts based on the minimum action that the updated properties require. Additional supported values which may be not listed in the enum directly due to technical reasons: INVALID NO_EFFECT REFRESH RESTART

Protobuf enum google.cloud.compute.v1.UpdateInstanceRequest.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()