Google Kubernetes Engine v1 API - Class GcpFilestoreCsiDriverConfig (3.25.0)

public sealed class GcpFilestoreCsiDriverConfig : IMessage<GcpFilestoreCsiDriverConfig>, IEquatable<GcpFilestoreCsiDriverConfig>, IDeepCloneable<GcpFilestoreCsiDriverConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class GcpFilestoreCsiDriverConfig.

Configuration for the GCP Filestore CSI driver.

Inheritance

object > GcpFilestoreCsiDriverConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

GcpFilestoreCsiDriverConfig()

public GcpFilestoreCsiDriverConfig()

GcpFilestoreCsiDriverConfig(GcpFilestoreCsiDriverConfig)

public GcpFilestoreCsiDriverConfig(GcpFilestoreCsiDriverConfig other)
Parameter
NameDescription
otherGcpFilestoreCsiDriverConfig

Properties

Enabled

public bool Enabled { get; set; }

Whether the GCP Filestore CSI driver is enabled for this cluster.

Property Value
TypeDescription
bool