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-03-21 UTC."],[[["The latest version of the `NetworkConnectionList` class in the Migration Center v1 API is 1.4.0, with prior versions including 1.3.0, 1.2.0, 1.1.0, and 1.0.0 also documented."],["`NetworkConnectionList` is a class that represents a list of network connections, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the `object` class and provides constructors for creating a new instance or cloning an existing `NetworkConnectionList`."],["The `NetworkConnectionList` class is located in the `Google.Cloud.MigrationCenter.V1` namespace and its assembly is the `Google.Cloud.MigrationCenter.V1.dll`."],["The `Entries` property, which is a `RepeatedField` of `NetworkConnection` type, contains the list of network connection entries."]]],[]]