PortConditionResponse

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

Port condition that needs to be matched.

Constructors

Link copied to clipboard
constructor(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

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.