Reference documentation and code samples for the Cloud Spanner Database Admin V1 API module Google::Cloud::Spanner::Admin::Database::V1::CopyBackupEncryptionConfig::EncryptionType.
Encryption types for the backup.
Constants
ENCRYPTION_TYPE_UNSPECIFIED
value: 0 Unspecified. Do not use.
USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION
value: 1 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.
GOOGLE_DEFAULT_ENCRYPTION
value: 2 Use Google default encryption.
CUSTOMER_MANAGED_ENCRYPTION
value: 3 Use customer managed encryption. If specified, either kms_key_name or
kms_key_names must contain valid Cloud KMS key(s).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]