Enum SourceInstanceProperties.KeyRevocationActionType (1.51.0)

public enum SourceInstanceProperties.KeyRevocationActionType extends Enum<SourceInstanceProperties.KeyRevocationActionType> implements ProtocolMessageEnum

KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.

Protobuf enum google.cloud.compute.v1.SourceInstanceProperties.KeyRevocationActionType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED

Default value. This value is unused.

KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED = 467110106;

KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED = 467110106;

NONE

Indicates user chose no operation.

NONE = 2402104;

NONE_VALUE

Indicates user chose no operation.

NONE = 2402104;

STOP

Indicates user chose to opt for VM shutdown on key revocation.

STOP = 2555906;

STOP_VALUE

Indicates user chose to opt for VM shutdown on key revocation.

STOP = 2555906;

UNDEFINED_KEY_REVOCATION_ACTION_TYPE

A value indicating that the enum field is not set.

UNDEFINED_KEY_REVOCATION_ACTION_TYPE = 0;

UNDEFINED_KEY_REVOCATION_ACTION_TYPE_VALUE

A value indicating that the enum field is not set.

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