public sealed class InterconnectDiagnosticsARPEntry : IMessage<InterconnectDiagnosticsARPEntry>, IEquatable<InterconnectDiagnosticsARPEntry>, IDeepCloneable<InterconnectDiagnosticsARPEntry>, IBufferMessage, IMessage
Describing the ARP neighbor entries seen on this link
[[["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-24 UTC."],[[["This webpage details the `InterconnectDiagnosticsARPEntry` class within the `Google.Cloud.Compute.V1` namespace for .NET, describing ARP neighbor entries on a link."],["The `InterconnectDiagnosticsARPEntry` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer manipulation."],["The class provides properties to access the IP address (`IpAddress`) and MAC address (`MacAddress`) of ARP neighbors, along with boolean properties (`HasIpAddress`, `HasMacAddress`) to check if these fields are set."],["Version history is displayed with links to documentation for `InterconnectDiagnosticsARPEntry`, ranging from the latest version, 3.6.0, down to version 1.0.0."]]],[]]