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 the .NET environment, detailing its configuration and usage."],["The latest version available for this API is 3.33.0, and the page lists numerous historical versions dating back to 2.3.0, allowing access to documentation for each specific release."],["The `DatabaseEncryption` class is designed to manage the encryption of secrets within etcd, and it offers properties such as `KeyName` to specify the CloudKMS key and `State` to define the desired encryption status."],["The `DatabaseEncryption` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting methods from `object` such as `GetHashCode`, `GetType`, and `ToString`."],["It includes constructors for creating new `DatabaseEncryption` instances, either as a default instance or by cloning from an existing `DatabaseEncryption` object."]]],[]]