public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class EncryptionConfig.
[[["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."],[[["The `EncryptionConfig` class is part of the Google Cloud Dataproc v1 API, specifically designed for managing encryption settings within a cluster."],["This class, found in the `Google.Cloud.Dataproc.V1` namespace, is implemented using several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is 5.17.0, with a range of previous versions available from 5.16.0 down to 3.1.0, with 5.9.0 being the current context."],["`EncryptionConfig` objects can be constructed either as a default object using the default constructor, or by duplicating an existing `EncryptionConfig` object."],["The `GcePdKmsKeyName` property of the `EncryptionConfig` class allows for setting a Cloud KMS key for encrypting Persistent Disk (PD) for all cluster instances, and is represented by a string value."]]],[]]