Google Cloud Container V1 Client - Class GcfsConfig (1.13.1)

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
NameDescription
data array

Optional. Data for populating the Message object.

↳ enabled bool

Whether to use GCFS.

getEnabled

Whether to use GCFS.

Returns
TypeDescription
bool

setEnabled

Whether to use GCFS.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this