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 webpage provides reference documentation for the `InterconnectDiagnosticsARPEntry` class within the Google Cloud Compute Engine v1 API, detailing its structure and usage."],["The latest version of the documentation is 3.6.0, while the current page displays information for version 2.5.0, with other previous versions available for browsing."],["The `InterconnectDiagnosticsARPEntry` class is used to describe ARP neighbor entries found on a link and is implemented with various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors `InterconnectDiagnosticsARPEntry()` and `InterconnectDiagnosticsARPEntry(InterconnectDiagnosticsARPEntry other)` to create new instances."],["The properties `IpAddress` and `MacAddress` represent the IP address and MAC address of the ARP neighbor respectively, where `HasIpAddress` and `HasMacAddress` indicate if the respective fields are set."]]],[]]