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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cidr_blocks |
array<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 | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setCidrBlocks
Optional. cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.
| Parameter | |
|---|---|
| Name | Description |
var |
array<MasterAuthorizedNetworksConfig\CidrBlock>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|