public enum EncryptionInfo.Types.TypeReference documentation and code samples for the AlloyDB v1 API enum EncryptionInfo.Types.Type.
Possible encryption types.
Namespace
Google.Cloud.AlloyDb.V1Assembly
Google.Cloud.AlloyDb.V1.dll
Fields |
|
|---|---|
| Name | Description |
CustomerManagedEncryption |
The data is encrypted at rest with a key that is managed by the customer. KMS key versions will be populated. |
GoogleDefaultEncryption |
The data is encrypted at rest with a key that is fully managed by Google. No key version will be populated. This is the default state. |
Unspecified |
Encryption type not specified. Defaults to GOOGLE_DEFAULT_ENCRYPTION. |