ConnectionMonitorTcpConfigurationResponse

data class ConnectionMonitorTcpConfigurationResponse(val destinationPortBehavior: String? = null, val disableTraceRoute: Boolean? = null, val port: Int? = null)

Describes the TCP configuration.

Constructors

constructor(destinationPortBehavior: String? = null, disableTraceRoute: Boolean? = null, port: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Destination port behavior.

Link copied to clipboard

Value indicating whether path evaluation with trace route should be disabled.

Link copied to clipboard
val port: Int? = null

The port to connect to.