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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `NetworkingConfig` class within the Cloud Composer v1 API, which manages networking connections in Composer 2 environments."],["The `NetworkingConfig` class is part of the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace and is implemented in the `Google.Cloud.Orchestration.Airflow.Service.V1.dll` assembly."],["It lists all available versions, ranging from 1.0.0 to 2.9.0, of the documentation related to `NetworkingConfig`, with 2.9.0 being the most recent."],["The `NetworkingConfig` class includes properties such as `ConnectionType`, which specifies the connection type between Tenant and Customer projects, and has constructors to create new `NetworkingConfig` objects."],["The `NetworkingConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."]]],[]]