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, detailing its configuration for etcd encryption."],["The latest version documented is 3.33.0, but there are many versions listed, ranging from 3.33.0 down to 2.3.0."],["The `DatabaseEncryption` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `KeyName`, which is the CloudKMS key used for encryption, and `State`, which is the desired state of etcd encryption."],["There are two constructors available for `DatabaseEncryption` one with no parameters, and another one that takes another `DatabaseEncryption` object as a parameter."]]],[]]