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.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Fields |
|
---|---|
Name | Description |
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. |