Rule Group Match Attributes Args
data class RuleGroupMatchAttributesArgs(val destinationPorts: Output<List<RuleGroupPortRangeArgs>>? = null, val destinations: Output<List<RuleGroupAddressArgs>>? = null, val protocols: Output<List<Int>>? = null, val sourcePorts: Output<List<RuleGroupPortRangeArgs>>? = null, val sources: Output<List<RuleGroupAddressArgs>>? = null, val tcpFlags: Output<List<RuleGroupTcpFlagFieldArgs>>? = null) : ConvertibleToJava<RuleGroupMatchAttributesArgs>
Constructors
Link copied to clipboard
fun RuleGroupMatchAttributesArgs(destinationPorts: Output<List<RuleGroupPortRangeArgs>>? = null, destinations: Output<List<RuleGroupAddressArgs>>? = null, protocols: Output<List<Int>>? = null, sourcePorts: Output<List<RuleGroupPortRangeArgs>>? = null, sources: Output<List<RuleGroupAddressArgs>>? = null, tcpFlags: Output<List<RuleGroupTcpFlagFieldArgs>>? = null)