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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ePacketMirroringFilter\u003c/code\u003e class, found in the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace, is used to filter network traffic for mirroring purposes.\u003c/p\u003e\n"],["\u003cp\u003eIt supports filtering by IPv4 CIDR ranges (\u003ccode\u003eCidrRanges\u003c/code\u003e) and IP protocols (\u003ccode\u003eIPProtocols\u003c/code\u003e), allowing for specific traffic selection.\u003c/p\u003e\n"],["\u003cp\u003eThe class also allows for specifying the direction of traffic to mirror, whether it's ingress, egress, or both, via the \u003ccode\u003eDirection\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for \u003ccode\u003ePacketMirroringFilter\u003c/code\u003e is version 3.6.0, as denoted by the (latest) label, with numerous previous versions listed for reference.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, providing various functionalities such as message handling, comparison, deep cloning, and buffered message support.\u003c/p\u003e\n"]]],[],null,[]]