Module: Google::Cloud::NetApp::V1::BackupVault::EncryptionState

Defined in:
proto_docs/google/cloud/netapp/v1/backup_vault.rb

Overview

Encryption state of customer-managed encryption keys (CMEK) backups.

Constant Summary collapse

ENCRYPTION_STATE_UNSPECIFIED =

Encryption state not set.

0
ENCRYPTION_STATE_PENDING =

Encryption state is pending.

1
ENCRYPTION_STATE_COMPLETED =

Encryption is complete.

2
ENCRYPTION_STATE_IN_PROGRESS =

Encryption is in progress.

3
ENCRYPTION_STATE_FAILED =

Encryption has failed.

4