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 webpage provides documentation for the `NetworkingConfig` class within the Google Cloud Composer v1 API, detailing networking connection configurations for Composer 2 environments."],["The documentation covers various versions of the API, ranging from version 1.0.0 to the latest version 2.9.0, with version 2.8.0 being the current page's version."],["The `NetworkingConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes a `ConnectionType` property, allowing users to specify the connection type between tenant and customer projects, but it cannot be used in a public IP environment."],["There are two constructors, one being a default and the other accepting another `NetworkingConfig` object, with the provided documentation on each."]]],[]]