Google Cloud Container V1 Client - Class GcfsConfig (1.9.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.

Generated from protobuf field bool enabled = 1;

Returns
TypeDescription
bool

setEnabled

Whether to use GCFS.

Generated from protobuf field bool enabled = 1;

Parameter
NameDescription
var bool
Returns
TypeDescription
$this