public sealed class GetRouterRequest : IMessage<GetRouterRequest>, IEquatable<GetRouterRequest>, IDeepCloneable<GetRouterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRouterRequest.
A request message for Routers.Get. See the method description for details.
[[["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 page provides reference documentation for the `GetRouterRequest` class within the Google Compute Engine v1 API."],["The `GetRouterRequest` class is used to request details about a specific router and is available in versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["It shows that `GetRouterRequest` inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRouterRequest` class contains properties such as `Project`, `Region`, and `Router`, which are necessary to identify the specific router to be retrieved."],["It also shows the constructors `GetRouterRequest()` and `GetRouterRequest(GetRouterRequest other)` that are available for usage."]]],[]]