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."],[[["This document provides reference documentation for the `LinkLayerAddress` class within the Google Cloud Edge Network v1 API, specifically version 1.1.0, with links to other versions of the API."],["The `LinkLayerAddress` class, which inherits from `object`, represents a pairing of an IP address with a link-layer address and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default one and another that takes another `LinkLayerAddress` object as a parameter, used for creating new instances of the class."],["The `LinkLayerAddress` class includes two primary properties, `IpAddress` and `MacAddress`, both of which are strings representing the IP address and MAC address of a network neighbor, respectively."]]],[]]