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."],[[["This documentation covers the `DiagnoseRouterRequest` class within the Google Cloud Edge Network v1 API, which is used to request diagnostics for a router in a specific zone."],["The `DiagnoseRouterRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message-based operations and object handling."],["The class has two constructors, a default one and one that accepts another `DiagnoseRouterRequest` object for copying, allowing for flexible object initialization."],["It includes two properties, `Name` (a string representing the router's name) and `RouterName` (a `RouterName` typed view over the `Name` property), used for identifying the specific router for diagnostics."],["The page also provides links to previous versions of the documentation in relation to this class, ranging from 1.0.0 to the latest 1.4.0."]]],[]]