public sealed class NetworkingConfig : IMessage<NetworkingConfig>, IEquatable<NetworkingConfig>, IDeepCloneable<NetworkingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class NetworkingConfig.
Configuration options for networking connections in the Composer 2 environment.
Implements
IMessageNetworkingConfig, IEquatableNetworkingConfig, IDeepCloneableNetworkingConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
NetworkingConfig()
public NetworkingConfig()
NetworkingConfig(NetworkingConfig)
public NetworkingConfig(NetworkingConfig other)
Parameter | |
---|---|
Name | Description |
other |
NetworkingConfig |
Properties
ConnectionType
public NetworkingConfig.Types.ConnectionType ConnectionType { get; set; }
Optional. Indicates the user requested specifc connection type between Tenant and Customer projects. You cannot set networking connection type in public IP environment.
Property Value | |
---|---|
Type | Description |
NetworkingConfigTypesConnectionType |