public sealed class DatabaseEncryption : IMessage<DatabaseEncryption>, IEquatable<DatabaseEncryption>, IDeepCloneable<DatabaseEncryption>, IBufferMessage, IMessage
[[["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 details the `DatabaseEncryption` class within the `Google.Cloud.Container.V1` namespace, specifically version 2.7.0 of the library."],["The `DatabaseEncryption` class is responsible for configuring etcd encryption and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available in the list is 3.33.0, with a range of versions provided from 3.33.0 down to 2.3.0, allowing users to access documentation for their specific version."],["The class has two constructors, `DatabaseEncryption()` and `DatabaseEncryption(DatabaseEncryption other)`, for creating instances with or without a pre-existing configuration."],["Key properties within the `DatabaseEncryption` class include `KeyName`, which specifies the CloudKMS key for encryption, and `State`, which indicates the current status of etcd encryption."]]],[]]