Google Cloud Container V1 Client - Class GcpFilestoreCsiDriverConfig (1.13.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class GcpFilestoreCsiDriverConfig.

Configuration for the GCP Filestore CSI driver.

Generated from protobuf message google.container.v1.GcpFilestoreCsiDriverConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enabled bool

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

getEnabled

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

Returns
TypeDescription
bool

setEnabled

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this