QosPortRangeResponse

data class QosPortRangeResponse(val end: Int? = null, val start: Int? = null)

Qos Traffic Profiler Port range properties.

Constructors

Link copied to clipboard
constructor(end: Int? = null, start: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: Int? = null

Qos Port Range end.

Link copied to clipboard
val start: Int? = null

Qos Port Range start.