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."],[[["The webpage provides documentation for the `PacketMirroringFilter` class within the `Google.Cloud.Compute.V1` namespace, covering multiple versions from 1.0.0 to the latest 3.6.0."],["`PacketMirroringFilter` is a class used for filtering mirrored network traffic, inheriting from Object and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new `PacketMirroringFilter` object or copying one from another, as well as properties like `CidrRanges`, `Direction`, `HasDirection`, and `IPProtocols` for defining traffic filtering rules."],["The properties `CidrRanges` and `IPProtocols` allow for filtering mirrored traffic based on IP CIDR ranges and protocols, respectively, while the `Direction` property specifies whether the traffic should be ingress, egress, or both."],["If neither `CidrRanges` nor `IPProtocols` are specified, all traffic is mirrored; also, if no `IPProtocols` are specified, then all traffic that matches the specified CIDR ranges is mirrored, similarly, if no `CidrRanges` are specified, then all traffic that matches the specified `IPProtocols` is mirrored."]]],[]]