public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage
[[["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 documentation for the `EncryptionConfig` class within the `Google.Cloud.Dataproc.V1` namespace, specifically focusing on version 4.0.0."],["The `EncryptionConfig` class is used to define encryption settings for Google Cloud Dataproc clusters and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple previous versions of the `EncryptionConfig` documentation, ranging from version 3.1.0 to 5.17.0, with 5.17.0 being the latest."],["The class features two constructors, a default parameterless one and one that takes another `EncryptionConfig` instance as a parameter, allowing for the cloning of instances."],["The `EncryptionConfig` class includes a property named `GcePdKmsKeyName` which is used to specify the Cloud KMS key name for encrypting Persistent Disk data on all cluster instances."]]],[]]