Share via


DscpConfigurationPropertiesFormat interface

Differentiated Services Code Point configuration properties.

Properties

destinationIpRanges

Destination IP ranges.

destinationPortRanges

Destination port ranges.

markings

List of markings to be used in the configuration.

protocol

RNM supported protocol types.

qosDefinitionCollection

QoS object definitions

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?: "Tcp" | "Udp" | "Icmp" | "Esp" | "Ah" | "All" | "DoNotUse" | "Gre" | "Vxlan"

Property Value

"Tcp" | "Udp" | "Icmp" | "Esp" | "Ah" | "All" | "DoNotUse" | "Gre" | "Vxlan"

qosDefinitionCollection

QoS object definitions

qosDefinitionCollection?: QosDefinition[]

Property Value

sourceIpRanges

Source IP ranges.

sourceIpRanges?: QosIpRange[]

Property Value

sourcePortRanges

Sources port ranges.

sourcePortRanges?: QosPortRange[]

Property Value