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, providing information on its structure and functionality."],["The `InterconnectDiagnosticsARPEntry` class represents ARP neighbor entries as observed on a network link, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `HasIpAddress`, `HasMacAddress`, `IpAddress`, and `MacAddress`, to identify if the field is set, and get/set the IP address and the MAC address of the ARP neighbor, respectively."],["The page lists various versions of the documentation, starting from version 1.0.0 up to the latest version 3.6.0, for the `InterconnectDiagnosticsARPEntry`."],["The class' constructors, inherited members, and assembly information are also provided, offering comprehensive details about its composition and context."]]],[]]