NamedPortResponse

data class NamedPortResponse(val name: String, val port: Int)

The named port. For example: <"http", 80>.

Constructors

Link copied to clipboard
fun NamedPortResponse(name: String, port: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.

Link copied to clipboard
val port: Int

The port number, which can be a value between 1 and 65535.