public sealed class GcePersistentDiskCsiDriverConfig : IMessage<GcePersistentDiskCsiDriverConfig>, IEquatable<GcePersistentDiskCsiDriverConfig>, IDeepCloneable<GcePersistentDiskCsiDriverConfig>, IBufferMessage, IMessageConfiguration for the Compute Engine PD CSI driver.
Implements
IMessage<GcePersistentDiskCsiDriverConfig>, IEquatable<GcePersistentDiskCsiDriverConfig>, IDeepCloneable<GcePersistentDiskCsiDriverConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
GcePersistentDiskCsiDriverConfig()
public GcePersistentDiskCsiDriverConfig()GcePersistentDiskCsiDriverConfig(GcePersistentDiskCsiDriverConfig)
public GcePersistentDiskCsiDriverConfig(GcePersistentDiskCsiDriverConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
GcePersistentDiskCsiDriverConfig |
Properties
Enabled
public bool Enabled { get; set; }Whether the Compute Engine PD CSI driver is enabled for this cluster.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|