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-21 UTC."],[[["This webpage provides documentation for the `InterconnectDiagnosticsARPEntry` class within the Google.Cloud.Compute.V1 API for .NET, specifically version 2.10.0, as well as many older versions."],["The `InterconnectDiagnosticsARPEntry` class is used to describe the ARP (Address Resolution Protocol) neighbor entries observed on a given network link, allowing you to examine IP and MAC addresses."],["The documentation details the class's inheritance hierarchy, its implementation of various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as a list of inherited members."],["It includes the available constructors, such as a default constructor and one that takes another `InterconnectDiagnosticsARPEntry` object as input, and the properties `HasIpAddress`, `HasMacAddress`, `IpAddress`, and `MacAddress` to manage information."],["The latest available version is 3.6.0 of the `InterconnectDiagnosticsARPEntry` class with many versions stretching all the way back to 1.0.0."]]],[]]