RuleGroupRuleVariables

data class RuleGroupRuleVariables(val ipSets: Map<String, RuleGroupIpSet>? = null, val portSets: Map<String, RuleGroupPortSet>? = null)

Constructors

Link copied to clipboard
constructor(ipSets: Map<String, RuleGroupIpSet>? = null, portSets: Map<String, RuleGroupPortSet>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of IP addresses and address ranges, in CIDR notation.

Link copied to clipboard

A list of port ranges.