Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class KeyRevocationActionType.
Specifies whether the virtual machine instance will be shut down on key revocation. It is currently used in instance, instance properties and GMI protos
Protobuf type google.cloud.backupdr.v1.KeyRevocationActionType
Namespace
Google \ Cloud \ BackupDR \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED = 0;
NONE
Value: 1Indicates user chose no operation.
Generated from protobuf enum NONE = 1;
STOP
Value: 2Indicates user chose to opt for VM shutdown on key revocation.
Generated from protobuf enum STOP = 2;