ConnectionMonitorDestinationResponse

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

Describes the destination of connection monitor.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

Address of the connection monitor destination (IP or domain name).

Link copied to clipboard
val port: Int? = null

The destination port used by connection monitor.

Link copied to clipboard
val resourceId: String? = null

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