AccessControlListPortConditionResponse

data class AccessControlListPortConditionResponse(val flags: List<String>? = null, val layer4Protocol: String, val portGroupNames: List<String>? = null, val portType: String? = null, val ports: List<String>? = null)

Defines the port condition that needs to be matched.

Constructors

Link copied to clipboard
constructor(flags: List<String>? = null, layer4Protocol: String, portGroupNames: List<String>? = null, portType: String? = null, ports: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val flags: List<String>? = null

List of protocol flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, fin, not-ack, not-fin, not-psh, not-rst, not-syn, not-urg, psh, rst, syn, urg

Link copied to clipboard

Layer4 protocol type that needs to be matched.

Link copied to clipboard
val portGroupNames: List<String>? = null

List of the port Group Names that need to be matched.

Link copied to clipboard
val ports: List<String>? = null

List of the Ports that need to be matched.

Link copied to clipboard
val portType: String? = null

Port type that needs to be matched.