Module: Google::Cloud::AlloyDB::V1alpha::EncryptionInfo::Type

Defined in:
proto_docs/google/cloud/alloydb/v1alpha/resources.rb

Overview

Possible encryption types.

Constant Summary collapse

TYPE_UNSPECIFIED =

Encryption type not specified. Defaults to GOOGLE_DEFAULT_ENCRYPTION.

0
GOOGLE_DEFAULT_ENCRYPTION =

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.

1
CUSTOMER_MANAGED_ENCRYPTION =

The data is encrypted at rest with a key that is managed by the customer. KMS key versions will be populated.

2