encryptionType property

String? encryptionType
getter/setter pair

The encryption type of the backup.

Required. Possible string values are:

  • "ENCRYPTION_TYPE_UNSPECIFIED" : Unspecified. Do not use.
  • "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.
  • "GOOGLE_DEFAULT_ENCRYPTION" : Use Google default encryption.
  • "CUSTOMER_MANAGED_ENCRYPTION" : Use customer managed encryption. If specified, either kms_key_name or kms_key_names must contain valid Cloud KMS key(s).

Implementation

core.String? encryptionType;