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."],[[["This webpage provides documentation for the `GcePersistentDiskCsiDriverConfig` class within the Google Kubernetes Engine v1 API, available through the .NET client library."],["The latest version of `GcePersistentDiskCsiDriverConfig` is 3.33.0, with a history of versions dating back to 2.3.0, all linked to their respective pages."],["`GcePersistentDiskCsiDriverConfig` is a class used for configuring the Compute Engine PD CSI driver, and it inherits from the `Object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GcePersistentDiskCsiDriverConfig` class includes a boolean `Enabled` property to indicate whether the Compute Engine PD CSI driver is active."],["The provided content contains two constructors for the class, the default `GcePersistentDiskCsiDriverConfig()` constructor and a constructor that take a `GcePersistentDiskCsiDriverConfig` parameter."]]],[]]