MatchAttributesResponse

data class MatchAttributesResponse(val destinationPorts: List<PortRangeResponse>? = null, val destinations: List<AddressResponse>? = null, val protocols: List<Int>? = null, val sourcePorts: List<PortRangeResponse>? = null, val sources: List<AddressResponse>? = null, val tcpFlags: List<TCPFlagFieldResponse>? = null)

Definition of MatchAttributes

Constructors

Link copied to clipboard
constructor(destinationPorts: List<PortRangeResponse>? = null, destinations: List<AddressResponse>? = null, protocols: List<Int>? = null, sourcePorts: List<PortRangeResponse>? = null, sources: List<AddressResponse>? = null, tcpFlags: List<TCPFlagFieldResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Property destinationPorts

Link copied to clipboard

Property destinations

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

Property protocols

Link copied to clipboard

Property sourcePorts

Link copied to clipboard

Property sources

Link copied to clipboard

Property tcpFlags