Google Cloud Container V1 Client - Class PrivateClusterMasterGlobalAccessConfig (1.9.1)

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

Configuration for controlling master global access settings.

Generated from protobuf message google.container.v1.PrivateClusterMasterGlobalAccessConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enabled bool

Whenever master is accessible globally or not.

getEnabled

Whenever master is accessible globally or not.

Generated from protobuf field bool enabled = 1;

Returns
TypeDescription
bool

setEnabled

Whenever master is accessible globally or not.

Generated from protobuf field bool enabled = 1;

Parameter
NameDescription
var bool
Returns
TypeDescription
$this