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 information for the `NetworkingConfig` class within the Cloud Composer v1 API, specifically version 2.7.0."],["`NetworkingConfig` is a class used to define networking configurations for Composer 2 environments, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes a `ConnectionType` property to define the connection type between Tenant and Customer projects, but only applicable for certain environment configurations."],["The document also shows the different versions of `NetworkingConfig`, the latest version being 2.9.0, allowing users to select a specific release."],["The document covers the available constructors for `NetworkingConfig`, allowing the user to instantiate an empty object or from another `NetworkingConfig` object."]]],[]]