Google Cloud Telco Automation V1 Client - Class MasterAuthorizedNetworksConfig (0.1.0)

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

Configuration of the Master Authorized Network that support multiple CIDRs

Generated from protobuf message google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig

Namespace

Google \ Cloud \ TelcoAutomation \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

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

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

getCidrBlocks

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCidrBlocks

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

Parameter
NameDescription
var array<Google\Cloud\TelcoAutomation\V1\MasterAuthorizedNetworksConfig\CidrBlock>
Returns
TypeDescription
$this