public sealed class GcpFilestoreCsiDriverConfig : IMessage<GcpFilestoreCsiDriverConfig>, IEquatable<GcpFilestoreCsiDriverConfig>, IDeepCloneable<GcpFilestoreCsiDriverConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class GcpFilestoreCsiDriverConfig.
Configuration for the Filestore CSI driver.
Implements
IMessageGcpFilestoreCsiDriverConfig, IEquatableGcpFilestoreCsiDriverConfig, IDeepCloneableGcpFilestoreCsiDriverConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
GcpFilestoreCsiDriverConfig()
public GcpFilestoreCsiDriverConfig()GcpFilestoreCsiDriverConfig(GcpFilestoreCsiDriverConfig)
public GcpFilestoreCsiDriverConfig(GcpFilestoreCsiDriverConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
GcpFilestoreCsiDriverConfig |
Properties
Enabled
public bool Enabled { get; set; }Whether the Filestore CSI driver is enabled for this cluster.
| Property Value | |
|---|---|
| Type | Description |
bool |
|