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-31 UTC."],[[["This webpage provides documentation for the `GetRouterRequest` class within the Google Cloud Compute Engine v1 API for .NET."],["The latest version documented is 3.6.0, and the page lists a history of versions back to 1.0.0, allowing navigation through them."],["The `GetRouterRequest` class is used to request a specific Router resource, as per the documentation it is under the `Routers.Get` method, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has three main properties: `Project`, `Region`, and `Router`, which are strings and required for the request, along with two constructors available."],["The class is located in the namespace `Google.Cloud.Compute.V1`, contained within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]