Google Cloud Orchestration Airflow V1 Client - Class MasterAuthorizedNetworksConfig (1.3.0)

Reference documentation and code samples for the Google Cloud Orchestration Airflow 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.cloud.orchestration.airflow.service.v1.MasterAuthorizedNetworksConfig

Namespace

Google \ Cloud \ Orchestration \ Airflow \ Service \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enabled bool

Whether or not master authorized networks feature is enabled.

↳ cidr_blocks array<Google\Cloud\Orchestration\Airflow\Service\V1\MasterAuthorizedNetworksConfig\CidrBlock>

Up to 50 external networks that could access Kubernetes master through HTTPS.

getEnabled

Whether or not master authorized networks feature is enabled.

Returns
TypeDescription
bool

setEnabled

Whether or not master authorized networks feature is enabled.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getCidrBlocks

Up to 50 external networks that could access Kubernetes master through HTTPS.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCidrBlocks

Up to 50 external networks that could access Kubernetes master through HTTPS.

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