public sealed class NetworkAdapterList : IMessage<NetworkAdapterList>, IEquatable<NetworkAdapterList>, IDeepCloneable<NetworkAdapterList>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class NetworkAdapterList.
[[["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-07-09 UTC."],[[["The latest version of the `NetworkAdapterList` class in the Migration Center v1 API is 1.4.0, with prior versions available including 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["`NetworkAdapterList` represents a list of network adapters and inherits from `object`, while also implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `NetworkAdapterList` class is part of the `Google.Cloud.MigrationCenter.V1` namespace and is contained within the `Google.Cloud.MigrationCenter.V1.dll` assembly."],["The class has two constructors available, a default constructor and another that takes a `NetworkAdapterList` instance as a parameter to copy it."],["It has a `RepeatedField` property called `Entries` of the type `NetworkAdapterDetails`, which contains the actual network adapter entries of the list."]]],[]]