Google Kubernetes Engine v1 API - Class GcePersistentDiskCsiDriverConfig (3.19.0)

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.

Inheritance

object > GcePersistentDiskCsiDriverConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

GcePersistentDiskCsiDriverConfig()

public GcePersistentDiskCsiDriverConfig()

GcePersistentDiskCsiDriverConfig(GcePersistentDiskCsiDriverConfig)

public GcePersistentDiskCsiDriverConfig(GcePersistentDiskCsiDriverConfig other)
Parameter
NameDescription
otherGcePersistentDiskCsiDriverConfig

Properties

Enabled

public bool Enabled { get; set; }

Whether the Compute Engine PD CSI driver is enabled for this cluster.

Property Value
TypeDescription
bool