PacketMirroringFilterResponse

data class PacketMirroringFilterResponse(val cidrRanges: List<String>, val direction: String, val ipProtocols: List<String>)

Constructors

Link copied to clipboard
fun PacketMirroringFilterResponse(cidrRanges: List<String>, direction: String, ipProtocols: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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.