Google Cloud Container V1 Client - Class ConfigConnectorConfig (1.9.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class ConfigConnectorConfig.

Configuration options for the Config Connector add-on.

Generated from protobuf message google.container.v1.ConfigConnectorConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enabled bool

Whether Cloud Connector is enabled for this cluster.

getEnabled

Whether Cloud Connector is enabled for this cluster.

Generated from protobuf field bool enabled = 1;

Returns
TypeDescription
bool

setEnabled

Whether Cloud Connector is enabled for this cluster.

Generated from protobuf field bool enabled = 1;

Parameter
NameDescription
var bool
Returns
TypeDescription
$this