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 documentation for the `DatabaseEncryption` class within the Google Kubernetes Engine v1 API, covering its configuration for etcd encryption."],["The latest version documented is 3.33.0, but there are multiple prior versions available, ranging from 3.32.0 down to 2.3.0, each linking to its respective documentation."],["`DatabaseEncryption` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact with other libraries and classes within the API."],["The class `DatabaseEncryption` has two primary properties: `KeyName`, which is a string for specifying the CloudKMS key, and `State`, which indicates the encryption status using the type `DatabaseEncryption.Types.State`."],["The page offers two constructors for `DatabaseEncryption`, one default constructor, and one constructor that takes another `DatabaseEncryption` object as an argument for copying purposes."]]],[]]