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."],[[["This webpage details the `InterconnectDiagnosticsLinkStatus` class within the `Google.Cloud.Compute.V1` namespace, found in the `Google.Cloud.Compute.V1.dll` assembly, and it includes an overview of the class's properties and version history."],["The `InterconnectDiagnosticsLinkStatus` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used for representing the status of a link within interconnect diagnostics."],["The webpage lists available versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest, and each link provides further information regarding their respective version of the class."],["The `InterconnectDiagnosticsLinkStatus` class has properties like `ArpCaches`, `CircuitId`, `GoogleDemarc`, `OperationalStatus`, `ReceivingOpticalPower`, and `TransmittingOpticalPower`, allowing users to access and get information about each link."],["The class has two constructors, a default constructor `InterconnectDiagnosticsLinkStatus()` and a copy constructor `InterconnectDiagnosticsLinkStatus(InterconnectDiagnosticsLinkStatus other)`, which create a new object and a clone respectively."]]],[]]