Reference documentation and code samples for the Google Cloud Container V1 Client class GcfsConfig.
GcfsConfig contains configurations of Google Container File System (image streaming).
Generated from protobuf message google.container.v1.GcfsConfig
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enabled |
bool
Whether to use GCFS. |
getEnabled
Whether to use GCFS.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnabled
Whether to use GCFS.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|