PacketMirroringFilter

data class PacketMirroringFilter(val cidrRanges: List<String>? = null, val direction: String? = null, val ipProtocols: List<String>? = null)

Constructors

Link copied to clipboard
constructor(cidrRanges: List<String>? = null, direction: String? = null, ipProtocols: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cidrRanges: List<String>? = null

IP CIDR ranges that apply as a filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported.

Link copied to clipboard
val direction: String? = null

Direction of traffic to mirror. Default value is BOTH. Possible values are: INGRESS, EGRESS, BOTH.

Link copied to clipboard
val ipProtocols: List<String>? = null

Possible IP protocols including tcp, udp, icmp and esp