public sealed class GcePersistentDiskCsiDriverConfig : IMessage<GcePersistentDiskCsiDriverConfig>, IEquatable<GcePersistentDiskCsiDriverConfig>, IDeepCloneable<GcePersistentDiskCsiDriverConfig>, IBufferMessage, IMessage
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."],[[["This webpage details the `GcePersistentDiskCsiDriverConfig` class within the `Google.Cloud.Container.V1` namespace, specifically for the .NET framework."],["The latest version available for this class is 3.33.0, with a range of versions from 3.33.0 back to 2.3.0 provided in a versioned list."],["`GcePersistentDiskCsiDriverConfig` configures the Compute Engine PD CSI driver, and the class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The 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 provided for `GcePersistentDiskCsiDriverConfig`, one with no arguments and one that takes another instance of the same class as an argument."]]],[]]