Match Attributes Args
data class MatchAttributesArgs(val destinationPorts: Output<List<PortRangeArgs>>? = null, val destinations: Output<List<AddressArgs>>? = null, val protocols: Output<List<Int>>? = null, val sourcePorts: Output<List<PortRangeArgs>>? = null, val sources: Output<List<AddressArgs>>? = null, val tcpFlags: Output<List<TCPFlagFieldArgs>>? = null) : ConvertibleToJava<MatchAttributesArgs>
Definition of MatchAttributes
Constructors
Link copied to clipboard
constructor(destinationPorts: Output<List<PortRangeArgs>>? = null, destinations: Output<List<AddressArgs>>? = null, protocols: Output<List<Int>>? = null, sourcePorts: Output<List<PortRangeArgs>>? = null, sources: Output<List<AddressArgs>>? = null, tcpFlags: Output<List<TCPFlagFieldArgs>>? = null)