public sealed class InterconnectDiagnosticsARPEntry : IMessage<InterconnectDiagnosticsARPEntry>, IEquatable<InterconnectDiagnosticsARPEntry>, IDeepCloneable<InterconnectDiagnosticsARPEntry>, IBufferMessage, IMessage
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.InterconnectDiagnosticsARPEntry` is 3.6.0, and the page provides links to previous versions, ranging from 3.5.0 down to 1.0.0."],["`InterconnectDiagnosticsARPEntry` is a class that describes the ARP neighbor entries observed on a link, and it inherits from the `Object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class `InterconnectDiagnosticsARPEntry` includes constructors for creating new instances, both with default values and by copying another `InterconnectDiagnosticsARPEntry` object."],["The `InterconnectDiagnosticsARPEntry` class has properties `HasIpAddress`, `HasMacAddress`, `IpAddress`, and `MacAddress` that handle the presence and values of the IP and MAC addresses for the ARP neighbor entries."]]],[]]