public sealed class ForwardingRuleInfo : IMessage<ForwardingRuleInfo>, IEquatable<ForwardingRuleInfo>, IDeepCloneable<ForwardingRuleInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class ForwardingRuleInfo.
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-04-14 UTC."],[[["The latest version available for the `ForwardingRuleInfo` class is 2.13.0, with multiple previous versions accessible from 2.12.0 down to 1.0.0, as listed in the document."],["`ForwardingRuleInfo` is a class within the `Google.Cloud.NetworkManagement.V1` namespace and it is part of the Network Management v1 API, providing metadata associated with a Compute Engine forwarding rule."],["The `ForwardingRuleInfo` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and protocol buffer message handling."],["The `ForwardingRuleInfo` class contains properties such as `DisplayName`, `MatchedPortRange`, `MatchedProtocol`, `NetworkUri`, `Target`, `Uri`, and `Vip`, which contain details about a given Compute Engine forwarding rule."],["The `ForwardingRuleInfo` class includes two constructors: a default constructor `ForwardingRuleInfo()` and a copy constructor `ForwardingRuleInfo(ForwardingRuleInfo other)`."]]],[]]