Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class ConnectionType.
Represents connection type between Composer environment in Customer
Project and the corresponding Tenant project, from a predefined list
of available connection modes.
Protobuf type google.cloud.orchestration.airflow.service.v1.NetworkingConfig.ConnectionType
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1 \ NetworkingConfig
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
CONNECTION_TYPE_UNSPECIFIED
Value: 0
No specific connection type was requested, so the environment uses
the default value corresponding to the rest of its configuration.
Generated from protobuf enum CONNECTION_TYPE_UNSPECIFIED = 0;
VPC_PEERING
Value: 1
Requests the use of VPC peerings for connecting the Customer and Tenant
projects.
Generated from protobuf enum VPC_PEERING = 1;
PRIVATE_SERVICE_CONNECT
Value: 2
Requests the use of Private Service Connect for connecting the Customer
and Tenant projects.
Generated from protobuf enum PRIVATE_SERVICE_CONNECT = 2;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Orchestration Airflow V1 Client - Class ConnectionType (2.1.8)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.8 (latest)](/php/docs/reference/cloud-orchestration-airflow/latest/V1.NetworkingConfig.ConnectionType)\n- [2.1.7](/php/docs/reference/cloud-orchestration-airflow/2.1.7/V1.NetworkingConfig.ConnectionType)\n- [2.0.1](/php/docs/reference/cloud-orchestration-airflow/2.0.1/V1.NetworkingConfig.ConnectionType)\n- [1.6.4](/php/docs/reference/cloud-orchestration-airflow/1.6.4/V1.NetworkingConfig.ConnectionType)\n- [1.5.0](/php/docs/reference/cloud-orchestration-airflow/1.5.0/V1.NetworkingConfig.ConnectionType)\n- [1.4.2](/php/docs/reference/cloud-orchestration-airflow/1.4.2/V1.NetworkingConfig.ConnectionType)\n- [1.3.0](/php/docs/reference/cloud-orchestration-airflow/1.3.0/V1.NetworkingConfig.ConnectionType)\n- [1.2.0](/php/docs/reference/cloud-orchestration-airflow/1.2.0/V1.NetworkingConfig.ConnectionType)\n- [1.1.0](/php/docs/reference/cloud-orchestration-airflow/1.1.0/V1.NetworkingConfig.ConnectionType)\n- [1.0.4](/php/docs/reference/cloud-orchestration-airflow/1.0.4/V1.NetworkingConfig.ConnectionType) \nReference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class ConnectionType.\n\nRepresents connection type between Composer environment in Customer\nProject and the corresponding Tenant project, from a predefined list\nof available connection modes.\n\nProtobuf type `google.cloud.orchestration.airflow.service.v1.NetworkingConfig.ConnectionType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Orchestration \\\\ Airflow \\\\ Service \\\\ V1 \\\\ NetworkingConfig\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### CONNECTION_TYPE_UNSPECIFIED\n\n Value: 0\n\nNo specific connection type was requested, so the environment uses\nthe default value corresponding to the rest of its configuration.\n\nGenerated from protobuf enum `CONNECTION_TYPE_UNSPECIFIED = 0;`\n\n### VPC_PEERING\n\n Value: 1\n\nRequests the use of VPC peerings for connecting the Customer and Tenant\nprojects.\n\nGenerated from protobuf enum `VPC_PEERING = 1;`\n\n### PRIVATE_SERVICE_CONNECT\n\n Value: 2\n\nRequests the use of Private Service Connect for connecting the Customer\nand Tenant projects.\n\nGenerated from protobuf enum `PRIVATE_SERVICE_CONNECT = 2;`"]]