public sealed class GetRouterStatusRouterRequest : IMessage<GetRouterStatusRouterRequest>, IEquatable<GetRouterStatusRouterRequest>, IDeepCloneable<GetRouterStatusRouterRequest>, IBufferMessage, IMessage
A request message for Routers.GetRouterStatus. 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 details the `GetRouterStatusRouterRequest` class, which is used to request the status of a router in Google Cloud Compute."],["The class is part of the `Google.Cloud.Compute.V1` namespace, within the `Google.Cloud.Compute.V1.dll` assembly, and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version available for `GetRouterStatusRouterRequest` is 3.6.0, with older versions down to 1.0.0 also accessible."],["The `GetRouterStatusRouterRequest` class has three properties: `Project`, `Region`, and `Router`, which are used to specify the project, region, and router name, respectively."],["This class can be constructed using a default constructor, or a constructor that accepts another `GetRouterStatusRouterRequest` instance."]]],[]]