public sealed class AlloyDbSettings.Types.EncryptionConfig : IMessage<AlloyDbSettings.Types.EncryptionConfig>, IEquatable<AlloyDbSettings.Types.EncryptionConfig>, IDeepCloneable<AlloyDbSettings.Types.EncryptionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class AlloyDbSettings.Types.EncryptionConfig.
EncryptionConfig describes the encryption config of a cluster that is encrypted with a CMEK (customer-managed encryption key).
Implements
IMessageAlloyDbSettingsTypesEncryptionConfig, IEquatableAlloyDbSettingsTypesEncryptionConfig, IDeepCloneableAlloyDbSettingsTypesEncryptionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
EncryptionConfig()
public EncryptionConfig()
EncryptionConfig(EncryptionConfig)
public EncryptionConfig(AlloyDbSettings.Types.EncryptionConfig other)
Parameter | |
---|---|
Name | Description |
other | AlloyDbSettingsTypesEncryptionConfig |
Properties
KmsKeyName
public string KmsKeyName { get; set; }
The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
Property Value | |
---|---|
Type | Description |
string |