Dataplex V1 API - Module Google::Cloud::Dataplex::V1::EncryptionConfig::EncryptionState (v2.3.0)

Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::EncryptionConfig::EncryptionState.

State of encryption of the databases when EncryptionConfig is created or updated.

Constants

ENCRYPTION_STATE_UNSPECIFIED

value: 0
State is not specified.

ENCRYPTING

value: 1
The encryption state of the database when the EncryptionConfig is created or updated. If the encryption fails, it is retried indefinitely and the state is shown as ENCRYPTING.

COMPLETED

value: 2
The encryption of data has completed successfully.

FAILED

value: 3
The encryption of data has failed. The state is set to FAILED when the encryption fails due to reasons like permission issues, invalid key etc.