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

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;