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."],[[["This page provides documentation for the `GetForwardingRuleRequest` class within the Google Compute Engine v1 API, specifically for the .NET library."],["The documentation covers version 2.11.0 of the API, and includes links to documentation for several other versions ranging from 1.0.0 to the latest version 3.6.0."],["The `GetForwardingRuleRequest` class is a request message used to retrieve a forwarding rule, implementing multiple interfaces, and inheriting from object."],["The `GetForwardingRuleRequest` class has three properties: `ForwardingRule` (the name of the forwarding rule), `Project` (the ID of the project), and `Region` (the name of the region)."],["The class has 2 constructors: `GetForwardingRuleRequest()` and `GetForwardingRuleRequest(GetForwardingRuleRequest other)` to allow both new and copied versions of the object."]]],[]]