Reference documentation and code samples for the Google Cloud Net App V1 Client class EncryptionState.
Encryption state of customer-managed encryption keys (CMEK) backups.
Protobuf type google.cloud.netapp.v1.BackupVault.EncryptionState
Namespace
Google \ Cloud \ NetApp \ V1 \ BackupVaultMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ENCRYPTION_STATE_UNSPECIFIED
Value: 0Encryption state not set.
Generated from protobuf enum ENCRYPTION_STATE_UNSPECIFIED = 0;
ENCRYPTION_STATE_PENDING
Value: 1Encryption state is pending.
Generated from protobuf enum ENCRYPTION_STATE_PENDING = 1;
ENCRYPTION_STATE_COMPLETED
Value: 2Encryption is complete.
Generated from protobuf enum ENCRYPTION_STATE_COMPLETED = 2;
ENCRYPTION_STATE_IN_PROGRESS
Value: 3Encryption is in progress.
Generated from protobuf enum ENCRYPTION_STATE_IN_PROGRESS = 3;
ENCRYPTION_STATE_FAILED
Value: 4Encryption has failed.
Generated from protobuf enum ENCRYPTION_STATE_FAILED = 4;