public sealed class NetworkConnectionList : IMessage<NetworkConnectionList>, IEquatable<NetworkConnectionList>, IDeepCloneable<NetworkConnectionList>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class NetworkConnectionList.
[[["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-06-05 UTC."],[[["This page provides reference documentation for the `NetworkConnectionList` class within the Google Cloud Migration Center v1 API, specifically version 1.3.0."],["The `NetworkConnectionList` class is a part of the `Google.Cloud.MigrationCenter.V1` namespace and is implemented in the `Google.Cloud.MigrationCenter.V1.dll` assembly."],["The class serves as a container for network connection entries, implementing various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a property `Entries` of type `RepeatedField\u003cNetworkConnection\u003e` that holds a list of `NetworkConnection` objects, representing the network connection entries."],["There are two constructors provided for `NetworkConnectionList`, one is a default constructor and the other accepts another `NetworkConnectionList` object as a parameter for creating a new object based on the parameter."]]],[]]