Class PacketMirroringFilter (0.5.0)

PacketMirroringFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
I_p_protocols Sequence[str]
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.
cidr_ranges Sequence[str]
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.
direction google.cloud.compute_v1.types.PacketMirroringFilter.Direction
Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.

Classes

Direction

Direction(value)

Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.