RuleGroupRuleGroupRuleVariablesArgs

data class RuleGroupRuleGroupRuleVariablesArgs(val ipSets: Output<List<RuleGroupRuleGroupRuleVariablesIpSetArgs>>? = null, val portSets: Output<List<RuleGroupRuleGroupRuleVariablesPortSetArgs>>? = null) : ConvertibleToJava<RuleGroupRuleGroupRuleVariablesArgs>

Constructors

Link copied to clipboard
constructor(ipSets: Output<List<RuleGroupRuleGroupRuleVariablesIpSetArgs>>? = null, portSets: Output<List<RuleGroupRuleGroupRuleVariablesPortSetArgs>>? = null)

Properties

Link copied to clipboard

Set of configuration blocks that define IP address information. See IP Sets below for details.

Link copied to clipboard

Set of configuration blocks that define port range information. See Port Sets below for details.

Functions

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