public sealed class LinkLayerAddress : IMessage<LinkLayerAddress>, IEquatable<LinkLayerAddress>, IDeepCloneable<LinkLayerAddress>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class LinkLayerAddress.
LinkLayerAddress contains an IP address and corresponding link-layer address.
[[["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 `LinkLayerAddress` class in the Distributed Cloud Edge Network v1 API represents a pairing of an IP address with its corresponding link-layer (MAC) address."],["This class is part of the `Google.Cloud.EdgeNetwork.V1` namespace and is available in the `Google.Cloud.EdgeNetwork.V1.dll` assembly."],["`LinkLayerAddress` implements several interfaces, including `IMessage`, `IEquatable\u003cLinkLayerAddress\u003e`, `IDeepCloneable\u003cLinkLayerAddress\u003e`, and `IBufferMessage`, and inherits members from the base `object` class."],["It provides two constructors: a default constructor `LinkLayerAddress()` and a copy constructor `LinkLayerAddress(LinkLayerAddress other)`."],["The class has two key properties: `IpAddress` (a string representing the IP address) and `MacAddress` (a string representing the MAC address)."]]],[]]