Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class NetworkingConfig.
Configuration options for networking connections in the Composer 2 environment.
Generated from protobuf message google.cloud.orchestration.airflow.service.v1.NetworkingConfig
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ connection_type |
int
Optional. Indicates the user requested specific connection type between Tenant and Customer projects. You cannot set networking connection type in public IP environment. |
getConnectionType
Optional. Indicates the user requested specific connection type between Tenant and Customer projects. You cannot set networking connection type in public IP environment.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ConnectionType. |
setConnectionType
Optional. Indicates the user requested specific connection type between Tenant and Customer projects. You cannot set networking connection type in public IP environment.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ConnectionType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|