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 \ NetworkingConfigMethods
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;