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.
Implements
IMessageGcePersistentDiskCsiDriverConfig, IEquatableGcePersistentDiskCsiDriverConfig, IDeepCloneableGcePersistentDiskCsiDriverConfig, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.ContainerV1Assembly
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 |
bool |