public sealed class InterconnectDiagnosticsLinkStatus : IMessage<InterconnectDiagnosticsLinkStatus>, IEquatable<InterconnectDiagnosticsLinkStatus>, IDeepCloneable<InterconnectDiagnosticsLinkStatus>, IBufferMessage, IMessage
[[["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 `InterconnectDiagnosticsLinkStatus` class, found within the `Google.Cloud.Compute.V1` namespace, provides detailed diagnostic information about an interconnect link."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as deep cloning and protocol buffer message handling."],["Key properties of the `InterconnectDiagnosticsLinkStatus` class include `ArpCaches`, `CircuitId`, `GoogleDemarc`, `LacpStatus`, `ReceivingOpticalPower`, and `TransmittingOpticalPower`, which provide insights into ARP neighbor entries, link identifiers, demarcation points, and optical power status."],["There is a comprehensive history of different versions of this class, with the latest one being version 3.6.0, and the oldest one being 1.0.0, showing the evolution of this feature."],["It has two constructors, one that is empty and one that takes an argument of the same class."]]],[]]