Google Cloud Container V1 Client - Class MasterAuthorizedNetworksConfig (1.9.1)

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

Configuration options for the master authorized networks feature. Enabled master authorized networks will disallow all external traffic to access Kubernetes master through HTTPS except traffic from the given CIDR blocks, Google Compute Engine Public IPs and Google Prod IPs.

Generated from protobuf message google.container.v1.MasterAuthorizedNetworksConfig

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ enabled bool

Whether or not master authorized networks is enabled.

↳ cidr_blocks array<Google\Cloud\Container\V1\MasterAuthorizedNetworksConfig\CidrBlock>

cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.

↳ gcp_public_cidrs_access_enabled bool

Whether master is accessbile via Google Compute Engine Public IP addresses.

getEnabled

Whether or not master authorized networks is enabled.

Generated from protobuf field bool enabled = 1;

Returns
Type Description
bool

setEnabled

Whether or not master authorized networks is enabled.

Generated from protobuf field bool enabled = 1;

Parameter
Name Description
var bool
Returns
Type Description
$this

getCidrBlocks

cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.

Generated from protobuf field repeated .google.container.v1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCidrBlocks

cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.

Generated from protobuf field repeated .google.container.v1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;

Parameter
Name Description
var array<Google\Cloud\Container\V1\MasterAuthorizedNetworksConfig\CidrBlock>
Returns
Type Description
$this

getGcpPublicCidrsAccessEnabled

Whether master is accessbile via Google Compute Engine Public IP addresses.

Generated from protobuf field optional bool gcp_public_cidrs_access_enabled = 3;

Returns
Type Description
bool

hasGcpPublicCidrsAccessEnabled

clearGcpPublicCidrsAccessEnabled

setGcpPublicCidrsAccessEnabled

Whether master is accessbile via Google Compute Engine Public IP addresses.

Generated from protobuf field optional bool gcp_public_cidrs_access_enabled = 3;

Parameter
Name Description
var bool
Returns
Type Description
$this