Show / Hide Table of Contents

Enum ProjectsResource.InstancesResource.BackupsResource.CreateRequest.EncryptionConfigEncryptionTypeEnum

Required. The encryption type of the backup.

Namespace: Google.Apis.Spanner.v1
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public enum ProjectsResource.InstancesResource.BackupsResource.CreateRequest.EncryptionConfigEncryptionTypeEnum

Fields

Name Description
CUSTOMERMANAGEDENCRYPTION

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

ENCRYPTIONTYPEUNSPECIFIED

Unspecified. Do not use.

GOOGLEDEFAULTENCRYPTION

Use Google default encryption.

USEDATABASEENCRYPTION

Use the same encryption configuration as the database. This is the default option when encryption_config is empty. For example, if the database is using Customer_Managed_Encryption, the backup will be using the same Cloud KMS key as the database.

In This Article
Back to top Generated by DocFX