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."],[[["This webpage provides documentation for the `InterconnectDiagnosticsARPEntry` class within the Google.Cloud.Compute.V1 namespace for .NET."],["The latest version available for `InterconnectDiagnosticsARPEntry` is 3.6.0, with historical versions dating back to 1.0.0."],["`InterconnectDiagnosticsARPEntry` describes ARP neighbor entries on a link and inherits from `object` while implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `HasIpAddress`, `HasMacAddress`, `IpAddress`, and `MacAddress` for managing and checking the IP and MAC addresses of ARP neighbors."],["The class has 2 constructors available, one default and one that accepts the class as a parameter to be copied."]]],[]]