Module: Google::Cloud::Orchestration::Airflow::Service::V1::NetworkingConfig::ConnectionType

Defined in:
proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb

Overview

Represents connection type between Composer environment in Customer Project and the corresponding Tenant project, from a predefined list of available connection modes.

Constant Summary collapse

CONNECTION_TYPE_UNSPECIFIED =

No specific connection type was requested, so the environment uses the default value corresponding to the rest of its configuration.

0
VPC_PEERING =

Requests the use of VPC peerings for connecting the Customer and Tenant projects.

1
PRIVATE_SERVICE_CONNECT =

Requests the use of Private Service Connect for connecting the Customer and Tenant projects.

2