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-06-11 UTC."],[[["DiagnoseRouterResponse is a class in the Google Cloud Edge Network v1 API used to represent the current status of a specific router."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["The latest version available for the class is 1.4.0, but other version such as 1.3.0, 1.2.0, 1.1.0 and the base version 1.0.0 are available."],["`DiagnoseRouterResponse` contains two main properties: `Result`, of type `RouterStatus`, which represents the network status of the router, and `UpdateTime`, a `Timestamp` indicating when the router status was last updated."],["The `DiagnoseRouterResponse` has two constructors one for creating an empty instance of the class and the other to create a `DiagnoseRouterResponse` by passing another as a parameter."]]],[]]