public sealed class DatabaseEncryption : IMessage<DatabaseEncryption>, IEquatable<DatabaseEncryption>, IDeepCloneable<DatabaseEncryption>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class DatabaseEncryption.
[[["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."],[[["This webpage provides reference documentation for the `DatabaseEncryption` class within the Google Kubernetes Engine v1 API, specifically for version 3.11.0 of the `Google.Cloud.Container.V1` namespace."],["The `DatabaseEncryption` class is used to configure etcd encryption and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two primary properties, `KeyName` which represents the CloudKMS key used for encryption, and `State`, which defines the desired state of etcd encryption."],["The page lists various versions of the `DatabaseEncryption` class, ranging from version 2.3.0 up to the latest version, 3.33.0."],["The `DatabaseEncryption` class has two constructors: a default constructor and a constructor that takes another `DatabaseEncryption` instance as a parameter for deep cloning."]]],[]]