PacketMirroringFilterArgs

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

Constructors

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

Properties

Link copied to clipboard
val cidrRanges: Output<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: Output<String>? = null

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

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

Possible IP protocols including tcp, udp, icmp and esp

Functions

Link copied to clipboard
open override fun toJava(): PacketMirroringFilterArgs