Cloud Composer v1 API - Enum NetworkingConfig.Types.ConnectionType (2.7.0)

public enum NetworkingConfig.Types.ConnectionType

Reference documentation and code samples for the Cloud Composer v1 API enum NetworkingConfig.Types.ConnectionType.

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

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Fields

NameDescription
PrivateServiceConnect

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

Unspecified

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

VpcPeering

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