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
value
mixed
static::value
name
mixed
Constants
ENCRYPTION_STATE_UNSPECIFIED
Value: 0
Encryption state not set.
Generated from protobuf enum ENCRYPTION_STATE_UNSPECIFIED = 0;
ENCRYPTION_STATE_PENDING
Value: 1
Encryption state is pending.
Generated from protobuf enum ENCRYPTION_STATE_PENDING = 1;
ENCRYPTION_STATE_COMPLETED
Value: 2
Encryption is complete.
Generated from protobuf enum ENCRYPTION_STATE_COMPLETED = 2;
ENCRYPTION_STATE_IN_PROGRESS
Value: 3
Encryption is in progress.
Generated from protobuf enum ENCRYPTION_STATE_IN_PROGRESS = 3;
ENCRYPTION_STATE_FAILED
Value: 4
Encryption has failed.
Generated from protobuf enum ENCRYPTION_STATE_FAILED = 4;

