MatchAttributesArgs

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)

Properties

Link copied to clipboard
val destinationPorts: Output<List<PortRangeArgs>>? = null

Property destinationPorts

Link copied to clipboard
val destinations: Output<List<AddressArgs>>? = null

Property destinations

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

Property protocols

Link copied to clipboard
val sourcePorts: Output<List<PortRangeArgs>>? = null

Property sourcePorts

Link copied to clipboard
val sources: Output<List<AddressArgs>>? = null

Property sources

Link copied to clipboard
val tcpFlags: Output<List<TCPFlagFieldArgs>>? = null

Property tcpFlags

Functions

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