public sealed class PacketMirroringForwardingRuleInfo : IMessage<PacketMirroringForwardingRuleInfo>, IEquatable<PacketMirroringForwardingRuleInfo>, IDeepCloneable<PacketMirroringForwardingRuleInfo>, IBufferMessage, IMessage
[[["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-24 UTC."],[[["The `PacketMirroringForwardingRuleInfo` class is available in the `Google.Cloud.Compute.V1` namespace and across multiple versions, with the latest being 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparisons, deep cloning, and buffer message operations."],["The `PacketMirroringForwardingRuleInfo` class includes properties such as `CanonicalUrl` and `Url`, which are used for identifying the forwarding rule and the resource URL of the ILB, respectively."],["There are two constructors available: a default constructor `PacketMirroringForwardingRuleInfo()` and a copy constructor `PacketMirroringForwardingRuleInfo(PacketMirroringForwardingRuleInfo other)`."],["The history of this class is available between version 1.0.0 and 3.6.0, in the `Google.Cloud.Compute.V1` documentation."]]],[]]