Google Cloud Container V1 Client - Class MasterAuthorizedNetworksConfig (2.5.0)

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

Namespace

Google \ Cloud \ Container \ V1

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< 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 accessible via Google Compute Engine Public IP addresses.

↳ private_endpoint_enforcement_enabled
bool

Whether master authorized networks is enforced on private endpoint or not.

getEnabled

Whether or not master authorized networks is enabled.

Returns
Type
Description
bool

setEnabled

Whether or not master authorized networks is enabled.

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.

Returns
Type
Description

setCidrBlocks

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

Parameter
Name
Description
Returns
Type
Description
$this

getGcpPublicCidrsAccessEnabled

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

Returns
Type
Description
bool

hasGcpPublicCidrsAccessEnabled

clearGcpPublicCidrsAccessEnabled

setGcpPublicCidrsAccessEnabled

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

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getPrivateEndpointEnforcementEnabled

Whether master authorized networks is enforced on private endpoint or not.

Returns
Type
Description
bool

hasPrivateEndpointEnforcementEnabled

clearPrivateEndpointEnforcementEnabled

setPrivateEndpointEnforcementEnabled

Whether master authorized networks is enforced on private endpoint or not.

Parameter
Name
Description
var
bool
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: