Qos Definition Response
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)