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 page provides reference documentation for the `GcePersistentDiskCsiDriverConfig` class within the Google Kubernetes Engine v1 API, specifically in the .NET environment."],["The latest version available is 3.33.0, and the documentation covers versions all the way back to 2.3.0, allowing for review of changes across versions."],["`GcePersistentDiskCsiDriverConfig` is used for configuring the Compute Engine PD CSI driver, as it's an implementation of `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and inherits from the base `object` class."],["The `Enabled` property within `GcePersistentDiskCsiDriverConfig` determines whether the Compute Engine PD CSI driver is active for a given cluster."],["The document outlines the class's constructors, showing that it has both a default constructor and one that accepts another `GcePersistentDiskCsiDriverConfig` instance."]]],[]]