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."],[[["This page provides reference documentation for the `NetworkAdapterDetails` class within the Google Cloud Migration Center v1 API, specifically version 1.1.0, detailing its purpose as a container for network adapter information."],["The `NetworkAdapterDetails` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class offers two constructors, a default one and another that takes an existing `NetworkAdapterDetails` instance for copying, allowing for object creation and duplication."],["Key properties of the `NetworkAdapterDetails` class include `AdapterType`, which is a string representing the network adapter type, `Addresses`, which contains a list of network addresses, and `MacAddress`, which is a string value for the MAC address of the network adapter."]]],[]]