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-21 UTC."],[[["The latest version of the `GetRouterStatusRouterRequest` class is 3.6.0, and the page covers versions ranging from 1.0.0 to 3.6.0."],["The `GetRouterStatusRouterRequest` class is used for sending a request to obtain the status of a specific router, as part of the Compute Engine v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide various functionalities."],["The class has three main properties: `Project`, `Region`, and `Router`, which are all string types and allow setting the project ID, the name of the region, and the name of the router to query, respectively."],["The `GetRouterStatusRouterRequest` class inherits from `Object` and provides methods for object management, such as GetHashCode(), GetType(), MemberwiseClone(), and ToString()."]]],[]]