public sealed class InterconnectDiagnosticsARPEntry : IMessage<InterconnectDiagnosticsARPEntry>, IEquatable<InterconnectDiagnosticsARPEntry>, IDeepCloneable<InterconnectDiagnosticsARPEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class InterconnectDiagnosticsARPEntry.
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 page provides reference documentation for the `InterconnectDiagnosticsARPEntry` class within the Google.Cloud.Compute.V1 API, specifically for .NET development."],["The latest version documented is 3.6.0, while the current page content specifically highlights version 2.16.0."],["`InterconnectDiagnosticsARPEntry` describes ARP neighbor entries for a given link and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of `InterconnectDiagnosticsARPEntry` include `IpAddress` and `MacAddress`, which represent the IP and MAC address of the ARP neighbor respectively, and boolean flags to indicate if these are set."],["The class also includes default and parameterized constructors, as well as access to inherited members from the base object class."]]],[]]