Cloud Dataplex v1 API - Enum EncryptionConfig.Types.EncryptionState (3.8.0)

public enum EncryptionConfig.Types.EncryptionState

Reference documentation and code samples for the Cloud Dataplex v1 API enum EncryptionConfig.Types.EncryptionState.

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

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Fields

Name Description
Completed

The encryption of data has completed successfully.

Encrypting

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.

Failed

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.

Unspecified

State is not specified.