Google Cloud Container V1 Client - Class PrivateClusterMasterGlobalAccessConfig (1.10.3)

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.

Returns
TypeDescription
bool

setEnabled

Whenever master is accessible globally or not.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this