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 Google Cloud Edge Network v1 API represents an IP address and its corresponding link-layer address, which is the MAC address."],["The latest version of the `LinkLayerAddress` class is 1.4.0, with older versions also available, including 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `LinkLayerAddress` class contains two primary properties: `IpAddress`, a string representing the neighbor's IP address, and `MacAddress`, a string for the neighbor's MAC address."],["There are two constructors available for `LinkLayerAddress`, one default constructor, and one to duplicate an existing `LinkLayerAddress` object, allowing you to copy values."]]],[]]