DbInstanceInstanceNetInfoPortList

data class DbInstanceInstanceNetInfoPortList(val port: String? = null, val protocol: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: String? = null

The port that is used to connect.

Link copied to clipboard
val protocol: String? = null

The protocol of the port.