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-04-09 UTC."],[[["The `InterconnectDiagnosticsLinkStatus` class provides detailed information about the status and diagnostics of a network link within Google Cloud Compute."],["This class offers properties such as `ArpCaches`, `CircuitId`, `GoogleDemarc`, `OperationalStatus`, `LacpStatus`, and `Macsec` to describe different aspects of the link, including ARP entries, circuit IDs, Google's demarcation point, operational status, LACP status, and MACsec encryption."],["It also includes optical power information for both receiving and transmitting ends via the `ReceivingOpticalPower` and `TransmittingOpticalPower` properties, respectively, providing insights into the link's physical layer conditions."],["The class `InterconnectDiagnosticsLinkStatus` implements multiple interfaces, such as `IMessage`, `IEquatable\u003cInterconnectDiagnosticsLinkStatus\u003e`, `IDeepCloneable\u003cInterconnectDiagnosticsLinkStatus\u003e`, and `IBufferMessage`."],["The most recent version is 3.6.0, while older versions are also listed, down to version 1.0.0, indicating a history of updates and changes to the underlying API."]]],[]]