public sealed class GetRouterStatusRouterRequest : IMessage<GetRouterStatusRouterRequest>, IEquatable<GetRouterStatusRouterRequest>, IDeepCloneable<GetRouterStatusRouterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRouterStatusRouterRequest.
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-24 UTC."],[[["This webpage provides reference documentation for the `GetRouterStatusRouterRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 2.13.0."],["The `GetRouterStatusRouterRequest` class is a request message used for the `Routers.GetRouterStatus` method and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines available versions of the API, starting from version 1.0.0 up to the latest, 3.6.0, all the way down to version 1.0.0."],["The class has properties for `Project`, `Region`, and `Router`, which are all strings used to specify the project ID, region, and router name for the request."],["The provided content highlights the inheritance of the class from the 'object' type and displays the implemented types, alongside the inherited members and assembly."]]],[]]