public sealed class GetForwardingRuleRequest : IMessage<GetForwardingRuleRequest>, IEquatable<GetForwardingRuleRequest>, IDeepCloneable<GetForwardingRuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetForwardingRuleRequest.
A request message for ForwardingRules.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-21 UTC."],[[["The page provides reference documentation for the `GetForwardingRuleRequest` class within the Compute Engine v1 API, specifically for the .NET environment."],["The most recent version available for the `GetForwardingRuleRequest` class is 3.6.0, with numerous past versions also being accessible, down to 1.0.0."],["`GetForwardingRuleRequest` is a request message used for the `ForwardingRules.Get` method, detailing the requirements for retrieving a specific forwarding rule."],["This class, `GetForwardingRuleRequest`, inherits from the base `object` class, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes the properties: `ForwardingRule`, `Project`, and `Region`, all represented as strings, to define the specific forwarding rule being targeted by a request."]]],[]]