EndpointNetworkInterfaceOptionsPortRange

data class EndpointNetworkInterfaceOptionsPortRange(val fromPort: Int, val toPort: Int)

Constructors

Link copied to clipboard
constructor(fromPort: Int, toPort: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val toPort: Int