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."],[[["This webpage details the `InterconnectDiagnosticsARPEntry` class within the Google.Cloud.Compute.V1 namespace, specifically for .NET development, with version 3.6.0 being the latest available release."],["The `InterconnectDiagnosticsARPEntry` class is used to describe ARP neighbor entries on a link and is part of the Google Cloud Compute API for managing interconnect diagnostics."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `InterconnectDiagnosticsARPEntry` class include `IpAddress` and `MacAddress`, both strings, that store the IP and MAC address of an ARP neighbor, along with `HasIpAddress` and `HasMacAddress` to check whether their respective fields are set."],["The webpage also contains links to versions of this class ranging from version 1.0.0 all the way to the latest, 3.6.0."]]],[]]