Aracılığıyla paylaş


QosDefinition Class

Definition

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

public class QosDefinition
type QosDefinition = class
Public Class QosDefinition
Inheritance
QosDefinition

Constructors

QosDefinition()

Initializes a new instance of the QosDefinition class.

QosDefinition(IList<Nullable<Int32>>, IList<QosIpRange>, IList<QosIpRange>, IList<QosPortRange>, IList<QosPortRange>, String)

Initializes a new instance of the QosDefinition class.

Properties

DestinationIpRanges

Gets or sets destination IP ranges.

DestinationPortRanges

Gets or sets destination port ranges.

Markings

Gets or sets list of markings to be used in the configuration.

Protocol

Gets or sets RNM supported protocol types. Possible values include: 'DoNotUse', 'Icmp', 'Tcp', 'Udp', 'Gre', 'Esp', 'Ah', 'Vxlan', 'All'

SourceIpRanges

Gets or sets source IP ranges.

SourcePortRanges

Gets or sets sources port ranges.

Applies to