RuleGroupMatchAttributesArgs

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)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val destinations: Output<List<RuleGroupAddressArgs>>? = null
Link copied to clipboard
val protocols: Output<List<Int>>? = null
Link copied to clipboard
Link copied to clipboard
val sources: Output<List<RuleGroupAddressArgs>>? = null
Link copied to clipboard