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 webpage provides reference documentation for the `GetRouterRequest` class within the Google.Cloud.Compute.V1 API, specifically for .NET development."],["The `GetRouterRequest` class is used for retrieving router information and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRouterRequest` class contains properties such as `Project`, `Region`, and `Router` which are all string types that are used to identify the specific router to retrieve."],["The page lists multiple versions of the API, with version 3.6.0 being the latest, and version 1.0.0 being the oldest."],["There are two constructors for the `GetRouterRequest` class, a default constructor, and one that takes another `GetRouterRequest` object as a parameter."]]],[]]