public sealed class PacketMirroringFilter : IMessage<PacketMirroringFilter>, IEquatable<PacketMirroringFilter>, IDeepCloneable<PacketMirroringFilter>, IBufferMessage, IMessage
IP CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported. If no ranges are specified, all traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
[[["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 `PacketMirroringFilter` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.5.0, which is part of the Google Cloud .NET client library."],["The `PacketMirroringFilter` class, a sealed class, is used to define criteria for filtering mirrored network traffic, supporting various versions ranging from 1.0.0 to the latest 3.6.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to offer functionalities like deep cloning, equality checks, and message handling."],["Key properties of `PacketMirroringFilter` include `CidrRanges` and `IPProtocols` to specify IP address ranges and protocols for filtering, and `Direction` to define the traffic flow (ingress, egress, or both) for mirroring."],["The webpage provides documentation for two constructors: a default constructor, and one that allows for the duplication of an existing `PacketMirroringFilter` object by passing in another `PacketMirroringFilter` as a parameter."]]],[]]