Enum SourceInstanceProperties.PostKeyRevocationActionType (1.95.0)

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

PostKeyRevocationActionType of the instance.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
NOOP

Indicates user chose no operation.

NOOP = 2402146;

NOOP_VALUE

Indicates user chose no operation.

NOOP = 2402146;

POST_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED

Default value. This value is unused.

POST_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED = 228738393;

POST_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

POST_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED = 228738393;

SHUTDOWN

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

SHUTDOWN = 76412502;

SHUTDOWN_VALUE

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

SHUTDOWN = 76412502;

UNDEFINED_POST_KEY_REVOCATION_ACTION_TYPE

A value indicating that the enum field is not set.

UNDEFINED_POST_KEY_REVOCATION_ACTION_TYPE = 0;

UNDEFINED_POST_KEY_REVOCATION_ACTION_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_POST_KEY_REVOCATION_ACTION_TYPE = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()