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."],[[["The latest version of the Google.Cloud.Compute.V1 API is 3.6.0, with multiple previous versions available, going back to 1.0.0."],["The content describes the `InterconnectDiagnosticsARPEntry` class, which is part of the Google Compute Engine v1 API, used for describing ARP neighbor entries."],["`InterconnectDiagnosticsARPEntry` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class provides properties such as `HasIpAddress`, `HasMacAddress`, `IpAddress`, and `MacAddress`, allowing to get the ARP neighbor's IP and MAC address."],["The `InterconnectDiagnosticsARPEntry` class has two constructors : one is a parameterless constructor, and the second takes in an existing `InterconnectDiagnosticsARPEntry` as a parameter."]]],[]]