PortResponse

data class PortResponse(val backendPort: Int? = null, val transportProtocol: String? = null)

Properties of a network port.

Constructors

Link copied to clipboard
constructor(backendPort: Int? = null, transportProtocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backendPort: Int? = null

Backend port of the target virtual machine.

Link copied to clipboard

Protocol type of the port.