public sealed class GcePersistentDiskCsiDriverConfig : IMessage<GcePersistentDiskCsiDriverConfig>, IEquatable<GcePersistentDiskCsiDriverConfig>, IDeepCloneable<GcePersistentDiskCsiDriverConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class GcePersistentDiskCsiDriverConfig.
Configuration for the Compute Engine PD CSI driver.
[[["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 latest version available for the `GcePersistentDiskCsiDriverConfig` class is 3.33.0, with multiple other versions ranging down to 2.3.0 also available."],["`GcePersistentDiskCsiDriverConfig` is a class within the Google Kubernetes Engine v1 API used to manage the configuration of the Compute Engine PD CSI driver."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work with protocol buffers and other .NET functionalities."],["The `GcePersistentDiskCsiDriverConfig` class includes a property called `Enabled`, a boolean indicating if the Compute Engine PD CSI driver is active for the cluster."],["There are two constructors available for creating instances of `GcePersistentDiskCsiDriverConfig`: one default constructor and another that accepts an existing `GcePersistentDiskCsiDriverConfig` instance for cloning."]]],[]]