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, outlining its properties and functionalities."],["The `InterconnectDiagnosticsARPEntry` class, used to describe ARP neighbor entries on a link, inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class features constructors, `InterconnectDiagnosticsARPEntry()` and `InterconnectDiagnosticsARPEntry(InterconnectDiagnosticsARPEntry other)`, allowing for the creation and cloning of objects."],["Key properties of `InterconnectDiagnosticsARPEntry` include `IpAddress` and `MacAddress`, representing the IP and MAC address of an ARP neighbor, with boolean properties `HasIpAddress` and `HasMacAddress` indicating if those fields are set."],["The page also has a list of previous versions, with version 3.6.0 being the latest, for those using older libraries."]]],[]]