public sealed class DiagnoseRouterRequest : IMessage<DiagnoseRouterRequest>, IEquatable<DiagnoseRouterRequest>, IDeepCloneable<DiagnoseRouterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class DiagnoseRouterRequest.
Message for requesting diagnositcs of a router within a specific zone.
[[["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 `DiagnoseRouterRequest` class is used to request diagnostics for a router in a specific zone within the Distributed Cloud Edge Network v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling message operations, equality comparisons, deep cloning, and buffer message operations."],["`DiagnoseRouterRequest` has two constructors: a default constructor and one that accepts another `DiagnoseRouterRequest` instance for copying."],["The class has two key properties: `Name`, a string representing the name of the router resource, and `RouterName`, a typed view of the `Name` property for interacting with `RouterName` resources."],["The latest version of this class can be found in version `1.4.0`, with previous versions `1.3.0`, `1.2.0`, `1.1.0`, and `1.0.0` being documented."]]],[]]