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, |
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
|