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."],[[["The `GetRouterStatusRouterRequest` class is used to request the status of a router in the Google Cloud Compute API, specifically within version 1.4.0 of the library, and it is designed for .NET applications."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which support various functionalities such as message handling, equality comparison, deep cloning, and buffer message processing."],["The class inherits from the base `Object` class, providing default implementations for `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` methods."],["It has properties for `Project`, `Region`, and `Router`, allowing you to specify the project ID, region name, and router name when making a request."],["The latest version of the library related to this call is version 3.6.0, and this page provides access to documentation for versions ranging from 1.0.0 up to 3.6.0."]]],[]]