public sealed class CreateBackupEncryptionConfig : IMessage<CreateBackupEncryptionConfig>, IEquatable<CreateBackupEncryptionConfig>, IDeepCloneable<CreateBackupEncryptionConfig>, IBufferMessage, IMessage
Encryption configuration for the backup to create.
Implements
IMessage<CreateBackupEncryptionConfig>, IEquatable<CreateBackupEncryptionConfig>, IDeepCloneable<CreateBackupEncryptionConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Database.V1Assembly
Google.Cloud.Spanner.Admin.Database.V1.dll
Constructors
CreateBackupEncryptionConfig()
public CreateBackupEncryptionConfig()
CreateBackupEncryptionConfig(CreateBackupEncryptionConfig)
public CreateBackupEncryptionConfig(CreateBackupEncryptionConfig other)
Parameter | |
---|---|
Name | Description |
other | CreateBackupEncryptionConfig |
Properties
EncryptionType
public CreateBackupEncryptionConfig.Types.EncryptionType EncryptionType { get; set; }
Required. The encryption type of the backup.
Property Value | |
---|---|
Type | Description |
CreateBackupEncryptionConfig.Types.EncryptionType |
KmsKeyName
public string KmsKeyName { get; set; }
Optional. The Cloud KMS key that will be used to protect the backup.
This field should be set only when
[encryption_type][google.spanner.admin.database.v1.CreateBackupEncryptionConfig.encryption_type]
is CUSTOMER_MANAGED_ENCRYPTION
. Values are of the form
projects/<project>/locations/<location>/keyRings/<key_ring>/cryptoKeys/<kms_key_name>
.
Property Value | |
---|---|
Type | Description |
String |
KmsKeyNameAsCryptoKeyName
public CryptoKeyName KmsKeyNameAsCryptoKeyName { get; set; }
CryptoKeyName-typed view over the KmsKeyName resource name property.
Property Value | |
---|---|
Type | Description |
CryptoKeyName |