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, detailing its role in configuring networking connections in Composer 2 environments."],["The `NetworkingConfig` class is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the `Object` class."],["The `NetworkingConfig` class offers two constructors: a default constructor `NetworkingConfig()` and a copy constructor `NetworkingConfig(NetworkingConfig other)`."],["The class has a `ConnectionType` property that allows users to specify the type of connection between Tenant and Customer projects, which is not applicable in a public IP environment."],["There are multiple versions of the document, with the current latest being 2.9.0, and the document also includes links to prior versions dating back to 1.0.0."]]],[]]