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 implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `LinkLayerAddress` class provides two constructors: a default constructor and one that takes another `LinkLayerAddress` object as a parameter."],["It contains two properties: `IpAddress` to store the IP address as a string, and `MacAddress` to store the MAC address as a string."],["The reference documentation covers versions 1.0.0 through 1.4.0 of the Google.Cloud.EdgeNetwork.V1 API, with 1.4.0 being the latest release."]]],[]]