QosDefinitionResponse

data class QosDefinitionResponse(val destinationIpRanges: List<QosIpRangeResponse>? = null, val destinationPortRanges: List<QosPortRangeResponse>? = null, val markings: List<Int>? = null, val protocol: String? = null, val sourceIpRanges: List<QosIpRangeResponse>? = null, val sourcePortRanges: List<QosPortRangeResponse>? = null)

Quality of Service defines the traffic configuration between endpoints. Mandatory to have one marking.

Constructors

Link copied to clipboard
constructor(destinationIpRanges: List<QosIpRangeResponse>? = null, destinationPortRanges: List<QosPortRangeResponse>? = null, markings: List<Int>? = null, protocol: String? = null, sourceIpRanges: List<QosIpRangeResponse>? = null, sourcePortRanges: List<QosPortRangeResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Destination IP ranges.

Link copied to clipboard

Destination port ranges.

Link copied to clipboard
val markings: List<Int>? = null

List of markings to be used in the configuration.

Link copied to clipboard
val protocol: String? = null

RNM supported protocol types.

Link copied to clipboard

Source IP ranges.

Link copied to clipboard

Sources port ranges.