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-21 UTC."],[[["The `PacketMirroringForwardingRuleInfo` class is part of the `Google.Cloud.Compute.V1` namespace and is used to represent forwarding rule information for packet mirroring, with the latest version being 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class offers two constructors: a default constructor and one that accepts another `PacketMirroringForwardingRuleInfo` instance for creating copies."],["It has properties like `CanonicalUrl` and `Url`, which represent unique identifiers and resource URLs related to forwarding rules, along with corresponding `HasCanonicalUrl` and `HasUrl` properties for checking if they are set."],["The provided content lists various available versions of the `PacketMirroringForwardingRuleInfo`, ranging from version 1.0.0 up to the most recent 3.6.0."]]],[]]