public sealed class NetworkAdapterDetails : IMessage<NetworkAdapterDetails>, IEquatable<NetworkAdapterDetails>, IDeepCloneable<NetworkAdapterDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class NetworkAdapterDetails.
[[["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 `NetworkAdapterDetails` class in the Google Cloud Migration Center v1 API provides information about a network adapter, including its type, addresses, and MAC address."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, ensuring compatibility and functionality within the .NET environment."],["The latest version of `NetworkAdapterDetails` is 1.4.0, and there are several prior versions available including 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["You can create a new instance of the class with its constructor, and it also accepts another `NetworkAdapterDetails` object to create a new one based on it."],["The `NetworkAdapterDetails` class contains properties such as `AdapterType`, `Addresses`, and `MacAddress`, allowing you to retrieve specific information about the network adapter."]]],[]]