VerifiedAccessEndpointPortRange

data class VerifiedAccessEndpointPortRange(val fromPort: Int? = null, val toPort: Int? = null)

The IP port range.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fromPort: Int? = null

The first port in the range.

Link copied to clipboard
val toPort: Int? = null

The last port in the range.