Reference documentation and code samples for the Compute V1 Client class PostKeyRevocationActionType.
PostKeyRevocationActionType of the instance.
Protobuf type google.cloud.compute.v1.SourceInstanceProperties.PostKeyRevocationActionType
Namespace
Google \ Cloud \ Compute \ V1 \ SourceInstancePropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_POST_KEY_REVOCATION_ACTION_TYPE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_POST_KEY_REVOCATION_ACTION_TYPE = 0;
NOOP
Value: 2402146Indicates user chose no operation.
Generated from protobuf enum NOOP = 2402146;
POST_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED
Value: 228738393Default value. This value is unused.
Generated from protobuf enum POST_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED = 228738393;
SHUTDOWN
Value: 76412502Indicates user chose to opt for VM shutdown on key revocation.
Generated from protobuf enum SHUTDOWN = 76412502;