WorkstationConfigAllowedPort

data class WorkstationConfigAllowedPort(val first: Int? = null, val last: Int? = null)

Constructors

Link copied to clipboard
constructor(first: Int? = null, last: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val first: Int? = null

Starting port number for the current range of ports. Valid ports are 22, 80, and ports within the range 1024-65535.

Link copied to clipboard
val last: Int? = null

Ending port number for the current range of ports. Valid ports are 22, 80, and ports within the range 1024-65535.