encryptionState property

String? encryptionState
getter/setter pair

Field indicating encryption state of CMEK backups.

Output only. Possible string values are:

  • "ENCRYPTION_STATE_UNSPECIFIED" : Encryption state not set.
  • "ENCRYPTION_STATE_PENDING" : Encryption state is pending.
  • "ENCRYPTION_STATE_COMPLETED" : Encryption is complete.
  • "ENCRYPTION_STATE_IN_PROGRESS" : Encryption is in progress.
  • "ENCRYPTION_STATE_FAILED" : Encryption has failed.

Implementation

core.String? encryptionState;