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 Migration Center v1 API provides detailed information about a network adapter, including its type, MAC address, and network addresses."],["This class is part of the `Google.Cloud.MigrationCenter.V1` namespace and is implemented within the `Google.Cloud.MigrationCenter.V1.dll` assembly."],["The class offers methods to implement interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting members from the base `object` class."],["It allows for the creation of `NetworkAdapterDetails` objects, either as new instances or by copying from existing ones, with the `AdapterType`, `Addresses`, and `MacAddress` properties available for setting and retrieval."]]],[]]