QosDefinition interface

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

Properties

destinationIpRanges

Destination IP ranges.

destinationPortRanges

Destination port ranges.

markings

List of markings to be used in the configuration.

protocol

RNM supported protocol types.

sourceIpRanges

Source IP ranges.

sourcePortRanges

Sources port ranges.

Property Details

destinationIpRanges

Destination IP ranges.

destinationIpRanges?: QosIpRange[]

Property Value

destinationPortRanges

Destination port ranges.

destinationPortRanges?: QosPortRange[]

Property Value

markings

List of markings to be used in the configuration.

markings?: number[]

Property Value

number[]

protocol

RNM supported protocol types.

protocol?: string

Property Value

string

sourceIpRanges

Source IP ranges.

sourceIpRanges?: QosIpRange[]

Property Value

sourcePortRanges

Sources port ranges.

sourcePortRanges?: QosPortRange[]

Property Value