Reference documentation and code samples for the Google Cloud Container V1 Client class LustreCsiDriverConfig.
Configuration for the Lustre CSI driver.
Generated from protobuf message google.container.v1.LustreCsiDriverConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ enabled
bool
Whether the Lustre CSI driver is enabled for this cluster.
↳ enable_legacy_lustre_port
bool
If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988.
getEnabled
Whether the Lustre CSI driver is enabled for this cluster.
bool
setEnabled
Whether the Lustre CSI driver is enabled for this cluster.
var
bool
$this
getEnableLegacyLustrePort
If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988.
bool
setEnableLegacyLustrePort
If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988.
var
bool
$this

