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
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
bool |
setEnabled
Whenever master is accessible globally or not.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |