public sealed class DiagnoseRouterResponse : IMessage<DiagnoseRouterResponse>, IEquatable<DiagnoseRouterResponse>, IDeepCloneable<DiagnoseRouterResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class DiagnoseRouterResponse.
DiagnoseRouterResponse contains the current status for a specific router.
[[["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 document provides reference documentation for the `DiagnoseRouterResponse` class within the Distributed Cloud Edge Network v1 API."],["The `DiagnoseRouterResponse` class is used to represent the current status of a specific router, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `Result`, which holds the `RouterStatus`, and `UpdateTime`, which is a `Timestamp` indicating the last update to the router status."],["There are two constructors available for `DiagnoseRouterResponse`, one being a default constructor and the other allowing for initialization with another `DiagnoseRouterResponse` instance."],["There are multiple versions of this class, with version 1.4.0 being the latest, and versions 1.3.0, 1.2.0, 1.1.0 and 1.0.0 being other versions."]]],[]]