encryptionType property

String? encryptionType
getter/setter pair

The encryption type of the restored database.

Required. Possible string values are:

  • "ENCRYPTION_TYPE_UNSPECIFIED" : Unspecified. Do not use.
  • "USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION" : This is the default option when encryption_config is not specified.
  • "GOOGLE_DEFAULT_ENCRYPTION" : Use Google default encryption.
  • "CUSTOMER_MANAGED_ENCRYPTION" : Use customer managed encryption. If specified, kms_key_name must must contain a valid Cloud KMS key.

Implementation

core.String? encryptionType;