Reference documentation and code samples for the Google Cloud Container V1 Client class GcePersistentDiskCsiDriverConfig.
Configuration for the Compute Engine PD CSI driver.
Generated from protobuf message google.container.v1.GcePersistentDiskCsiDriverConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enabled |
bool
Whether the Compute Engine PD CSI driver is enabled for this cluster. |
getEnabled
Whether the Compute Engine PD CSI driver is enabled for this cluster.
Generated from protobuf field bool enabled = 1;
Returns | |
---|---|
Type | Description |
bool |
setEnabled
Whether the Compute Engine PD CSI driver is enabled for this cluster.
Generated from protobuf field bool enabled = 1;
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |