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-04-09 UTC."],[[["This page provides documentation for the `InterconnectDiagnosticsARPEntry` class within the Google Cloud Compute Engine v1 API, specifically version 3.3.0 and other versions ranging from 1.0.0 to 3.6.0."],["The `InterconnectDiagnosticsARPEntry` class describes the ARP neighbor entries observed on a given interconnect link, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating instances of `InterconnectDiagnosticsARPEntry` and two properties, `HasIpAddress` and `HasMacAddress`, to indicate if the IP and MAC address have values set."],["The `InterconnectDiagnosticsARPEntry` class has two main properties, `IpAddress` and `MacAddress`, which hold the IP address and MAC address of an ARP neighbor respectively, in string format."],["The documentation lists numerous previous versions of the `InterconnectDiagnosticsARPEntry` class, showing the history of its changes and allowing users to access different versions' documentation, with version 3.6.0 as the latest."]]],[]]