Module: Google::Cloud::Spanner::Admin::Database::V1::CopyBackupEncryptionConfig::EncryptionType

Defined in:
proto_docs/google/spanner/admin/database/v1/backup.rb

Overview

Encryption types for the backup.

Constant Summary collapse

ENCRYPTION_TYPE_UNSPECIFIED =

Unspecified. Do not use.

0
USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION =

This is the default option for CopyBackup when encryption_config is not specified. For example, if the source backup is using Customer_Managed_Encryption, the backup will be using the same Cloud KMS key as the source backup.

1
GOOGLE_DEFAULT_ENCRYPTION =

Use Google default encryption.

2
CUSTOMER_MANAGED_ENCRYPTION =

Use customer managed encryption. If specified, kms_key_name must contain a valid Cloud KMS key.

3