ConnectionDestinationConfigDestination

data class ConnectionDestinationConfigDestination(val host: String? = null, val port: Int? = null, val serviceAttachment: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val host: String? = null

Host

Link copied to clipboard
val port: Int? = null

port number

Link copied to clipboard

Service Attachment