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 page provides documentation for the `DatabaseEncryption` class within the Google Kubernetes Engine v1 API, part of the `Google.Cloud.Container.V1` namespace, with the latest version being 3.33.0."],["The `DatabaseEncryption` class is used for configuring etcd encryption and includes properties such as `KeyName` for specifying the CloudKMS key and `State` for defining the desired encryption state."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google.Protobuf framework."],["The page lists all available versions, from 3.33.0 down to 2.3.0, allowing developers to access documentation for specific releases of the `DatabaseEncryption` class."],["The documentation includes constructors and detailed property descriptions, such as the `KeyName` property which accepts the name of a CloudKMS key for etcd encryption, and the `State` property for determining the state of encryption."]]],[]]