ConnectionMonitorSourceResponse

data class ConnectionMonitorSourceResponse(val port: Int? = null, val resourceId: String)

Describes the source of connection monitor.

Constructors

Link copied to clipboard
constructor(port: Int? = null, resourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int? = null

The source port used by connection monitor.

Link copied to clipboard

The ID of the resource used as the source by connection monitor.