QosIpRangeResponse

data class QosIpRangeResponse(val endIP: String? = null, val startIP: String? = null)

Qos Traffic Profiler IP Range properties.

Constructors

Link copied to clipboard
constructor(endIP: String? = null, startIP: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endIP: String? = null

End IP Address.

Link copied to clipboard
val startIP: String? = null

Start IP Address.