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-03-21 UTC."],[[["The `NetworkAdapterList` class in the Google Cloud Migration Center v1 API provides a list of network adapters."],["This class is part of version 1.3.0 of the API and can also be accessed in versions 1.0.0, 1.1.0, 1.2.0 and 1.4.0 (latest)."],["It inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It includes a property named `Entries`, which is a `RepeatedField` of `NetworkAdapterDetails` that represents the collection of network adapter entries."],["The `NetworkAdapterList` class has two constructors: one default and the other taking another `NetworkAdapterList` as a parameter."]]],[]]