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-04-02 UTC."],[[["This document provides reference information for the `GetRouterRequest` class within the Google Compute Engine v1 API for .NET, specifically spanning multiple versions from 1.0.0 to the latest 3.6.0."],["`GetRouterRequest` is a request message used to retrieve details about a specific router and it inherits from `object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors that allow for the creation of new instances of the `GetRouterRequest` object, either default or by copying another `GetRouterRequest` object."],["`GetRouterRequest` has three primary properties: `Project`, `Region`, and `Router`, all of which are of type string, used to identify the project, region, and the specific router respectively."],["The documentation covers members such as `GetHashCode`, `GetType`, and `ToString` inherited from `object` along with the namespace, and assembly information relevant to the `GetRouterRequest` class."]]],[]]