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-21 UTC."],[[["The `InterconnectDiagnosticsLinkStatus` class provides detailed information about the status and diagnostics of a network link within Google Cloud Compute."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly."],["The latest version documented is 3.6.0, while version 2.17.0 is also covered with properties, methods and constructors, such as `InterconnectDiagnosticsLinkStatus()`."],["Key properties within the class include `ArpCaches`, `CircuitId`, `GoogleDemarc`, `LacpStatus`, `Macsec`, `OperationalStatus`, `ReceivingOpticalPower`, and `TransmittingOpticalPower`, providing insights into ARP entries, link IDs, operational state, and optical power levels."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it can be used with various .NET Protobuf functionalities."]]],[]]