Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set of configuration blocks describing the destination ports to inspect for. If not specified, this matches with any destination port. See Destination Port below for details.

Link copied to clipboard

Set of configuration blocks describing the destination IP address and address ranges to inspect for, in CIDR notation. If not specified, this matches with any destination address. See Destination below for details.

Link copied to clipboard
val protocols: List<Int>? = null

Set of protocols to inspect for, specified using the protocol's assigned internet protocol number (IANA). If not specified, this matches with any protocol.

Link copied to clipboard

Set of configuration blocks describing the source ports to inspect for. If not specified, this matches with any source port. See Source Port below for details.

Link copied to clipboard

Set of configuration blocks describing the source IP address and address ranges to inspect for, in CIDR notation. If not specified, this matches with any source address. See Source below for details.

Link copied to clipboard

Set of configuration blocks containing the TCP flags and masks to inspect for. If not specified, this matches with any settings.