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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `DatabaseEncryption` class within the Google Kubernetes Engine v1 API, covering versions from 2.3.0 up to the latest 3.33.0."],["The `DatabaseEncryption` class is used to configure etcd encryption, allowing you to manage the encryption of secrets in etcd."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with its primary purpose being configuring etcd encryption."],["The `DatabaseEncryption` class includes properties like `KeyName`, which specifies the CloudKMS key for encryption, and `State`, which controls the desired state of etcd encryption."],["There are two constructors within the `DatabaseEncryption` class, the first being the default, and the second allowing you to pass another `DatabaseEncryption` instance as a parameter."]]],[]]