IPTrafficResponse

data class IPTrafficResponse(val destinationIps: List<String>, val destinationPorts: List<String>, val protocols: List<String>, val sourceIps: List<String>, val sourcePorts: List<String>)

IP traffic information.

Constructors

Link copied to clipboard
constructor(destinationIps: List<String>, destinationPorts: List<String>, protocols: List<String>, sourceIps: List<String>, sourcePorts: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of destination IP addresses of the traffic..

Link copied to clipboard

The destination ports of the traffic.

Link copied to clipboard
Link copied to clipboard

List of source IP addresses of the traffic..

Link copied to clipboard

The source ports of the traffic.