public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class EncryptionConfig.
EncryptionConfig describes the encryption config of a cluster or a backup
that is encrypted with a CMEK (customer-managed encryption key).
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]
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `EncryptionConfig` class within the AlloyDB v1beta API is used to configure encryption settings for clusters or backups, specifically when utilizing customer-managed encryption keys (CMEK)."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning, equality comparison, and message handling."],["The `EncryptionConfig` class has two constructors, one default and another that allows for creating a copy of an existing `EncryptionConfig` instance."],["The `KmsKeyName` property, a string, is used to specify the fully-qualified resource name of the customer-managed KMS key in the format `projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]`."],["The namespace of the class is `Google.Cloud.AlloyDb.V1Beta`, and it's located in the `Google.Cloud.AlloyDb.V1Beta.dll` assembly."]]],[]]