public sealed class ForwardingRuleInfo : IMessage<ForwardingRuleInfo>, IEquatable<ForwardingRuleInfo>, IDeepCloneable<ForwardingRuleInfo>, IBufferMessage, IMessage
For display only. Metadata associated with a Compute Engine forwarding rule.
[[["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 webpage details the `ForwardingRuleInfo` class within the `Google.Cloud.NetworkManagement.V1` namespace, showing versions from 1.0.0 to the latest 2.13.0 for the .NET library."],["`ForwardingRuleInfo` is a class that holds metadata related to Compute Engine forwarding rules, designed for display purposes, implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, among others."],["The class includes properties such as `DisplayName`, `MatchedPortRange`, `MatchedProtocol`, `NetworkUri`, `Target`, `Uri`, and `Vip`, all of which are strings and describe various attributes of a Compute Engine forwarding rule."],["There are two constructors for the ForwardingRuleInfo class: a default parameterless constructor and one that takes another ForwardingRuleInfo instance to copy its properties."],["This page outlines the inherited members from the base `Object` class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]