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 latest version of the `Google.Cloud.Compute.V1` library for .NET is 3.6.0, and version 2.13.0 is one of the older versions, which has 28 versions available, ranging from 1.0.0 to 3.6.0."],["The `InterconnectDiagnosticsLinkStatus` class, part of the `Google.Cloud.Compute.V1` namespace, is used to represent the status of an interconnect link and is implemented with `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InterconnectDiagnosticsLinkStatus` class includes properties such as `ArpCaches`, `CircuitId`, `GoogleDemarc`, `LacpStatus`, `Macsec`, `OperationalStatus`, `ReceivingOpticalPower`, and `TransmittingOpticalPower`, which allow you to get details on the interconnect status."],["The class can be constructed with or without an existing `InterconnectDiagnosticsLinkStatus` object using the `InterconnectDiagnosticsLinkStatus()` constructors."],["The class Inherits from `object` and has the following inherited members `object.GetHashCode()`, `object.GetType()` and `object.ToString()`."]]],[]]