Rule Group Match Attributes
data class RuleGroupMatchAttributes(val destinationPorts: List<RuleGroupPortRange>? = null, val destinations: List<RuleGroupAddress>? = null, val protocols: List<Int>? = null, val sourcePorts: List<RuleGroupPortRange>? = null, val sources: List<RuleGroupAddress>? = null, val tcpFlags: List<RuleGroupTcpFlagField>? = null)
Constructors
Link copied to clipboard
fun RuleGroupMatchAttributes(destinationPorts: List<RuleGroupPortRange>? = null, destinations: List<RuleGroupAddress>? = null, protocols: List<Int>? = null, sourcePorts: List<RuleGroupPortRange>? = null, sources: List<RuleGroupAddress>? = null, tcpFlags: List<RuleGroupTcpFlagField>? = null)