Google Cloud Orchestration Airflow V1 Client - Class CidrBlock (1.0.4)

Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class CidrBlock.

CIDR block with an optional name.

Generated from protobuf message google.cloud.orchestration.airflow.service.v1.MasterAuthorizedNetworksConfig.CidrBlock

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ display_name string

User-defined name that identifies the CIDR block.

↳ cidr_block string

CIDR block that must be specified in CIDR notation.

getDisplayName

User-defined name that identifies the CIDR block.

Returns
TypeDescription
string

setDisplayName

User-defined name that identifies the CIDR block.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCidrBlock

CIDR block that must be specified in CIDR notation.

Returns
TypeDescription
string

setCidrBlock

CIDR block that must be specified in CIDR notation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this