public sealed class Hardware.Types.MacAddress : IMessage<Hardware.Types.MacAddress>, IEquatable<Hardware.Types.MacAddress>, IDeepCloneable<Hardware.Types.MacAddress>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class Hardware.Types.MacAddress.
[[["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 document provides reference information for the `Hardware.Types.MacAddress` class within the GDC Hardware Management v1alpha API, which is used to represent the MAC address of a machine."],["The `MacAddress` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes two constructors, `MacAddress()` for creating a new instance, and `MacAddress(MacAddress)` to create a new instance by cloning another instance of the class."],["The `MacAddress` class has two primary properties: `Address`, a string representing the MAC address itself, and `Type`, representing the address type which is an `AddressType` enum, both of which are output only."],["The latest version available for this specific class is `1.0.0-alpha04` and `1.0.0-alpha03` is also available."]]],[]]