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 webpage provides reference documentation for the `InterconnectDiagnosticsARPEntry` class within the Google Cloud Compute Engine v1 API."],["The latest version available is 3.6.0, but this current document is for version 3.5.0, with a total of 30 versions available, spanning from version 1.0.0 to 3.6.0."],["The `InterconnectDiagnosticsARPEntry` class describes the ARP neighbor entries found on a link, and it inherits from the base `object` class, while implementing the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `InterconnectDiagnosticsARPEntry` class include `HasIpAddress`, `HasMacAddress`, `IpAddress`, and `MacAddress`, which can be used to get or set information related to IP and MAC addresses."],["The documentation provides information on the class's constructors, including a default constructor and one that takes another `InterconnectDiagnosticsARPEntry` as a parameter."]]],[]]