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 page provides reference documentation for the `DatabaseEncryption` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, spanning versions from 2.3.0 up to the latest 3.33.0."],["The `DatabaseEncryption` class is used for configuring etcd encryption and includes properties such as `KeyName` for specifying the CloudKMS key and `State` for managing the desired state of encryption."],["`DatabaseEncryption` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with members inherited from `object`, and it has two constructors: one default and one that accepts another `DatabaseEncryption` instance."],["The documentation also includes the namespace `Google.Cloud.Container.V1` and the assembly `Google.Cloud.Container.V1.dll`, which are essential for referencing the `DatabaseEncryption` class in .NET projects."]]],[]]