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-31 UTC."],[[["The `InterconnectDiagnosticsARPEntry` class in the Google.Cloud.Compute.V1 API provides reference documentation and code samples for describing ARP neighbor entries on a link."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API documented is 3.6.0, and there are multiple versions of the class available from version 1.0.0 onwards, and the version for this specific documentation is 3.4.0."],["The class contains properties `HasIpAddress`, `HasMacAddress`, `IpAddress`, and `MacAddress` for retrieving and setting ARP neighbor information."],["The class provides two constructors, `InterconnectDiagnosticsARPEntry()` and `InterconnectDiagnosticsARPEntry(InterconnectDiagnosticsARPEntry)`, to initialize new objects."]]],[]]