public enum InstanceProperties.KeyRevocationActionType extends Enum<InstanceProperties.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.InstanceProperties.KeyRevocationActionType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED |
Default value. This value is unused. |
KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
NONE |
Indicates user chose no operation. |
NONE_VALUE |
Indicates user chose no operation. |
STOP |
Indicates user chose to opt for VM shutdown on key revocation. |
STOP_VALUE |
Indicates user chose to opt for VM shutdown on key revocation. |
UNDEFINED_KEY_REVOCATION_ACTION_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_KEY_REVOCATION_ACTION_TYPE_VALUE |
A value indicating that the enum field is not set. |
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() |