public sealed class GetRouterRequest : IMessage<GetRouterRequest>, IEquatable<GetRouterRequest>, IDeepCloneable<GetRouterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class GetRouterRequest.
[[["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 `GetRouterRequest` class is part of the Distributed Cloud Edge Network v1 API, used for requesting a specific router."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of `GetRouterRequest` is 1.4.0, with previous versions available for reference: 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["It includes properties like `Name` (string) which is a required field for identifying the resource and `RouterName` (RouterName), a typed view of the resource name."],["The class has a default and a copy constructor."]]],[]]