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 document provides reference documentation for the `DiagnoseRouterRequest` class within the Distributed Cloud Edge Network v1 API."],["`DiagnoseRouterRequest` is a message used to request diagnostics for a router within a specific zone, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is 1.4.0, while this specific content focuses on version 1.3.0 of the `DiagnoseRouterRequest`."],["The class has two constructors: a default constructor and one that takes another `DiagnoseRouterRequest` object as a parameter, and includes properties such as `Name` (string) and `RouterName` (RouterName)."],["It inherits members from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`, and is located in the `Google.Cloud.EdgeNetwork.V1` namespace."]]],[]]