Class CIM_QoSPolicyRuleSettingData
extends CIM_NetworkPolicyRuleSettingData

This class describes the configuration of a QoS policy rule.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_NetworkPolicyRuleSettingData
   |
   +--CIM_QoSPolicyRuleSettingData

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThis class describes the configuration of a QoS policy rule.
Experimentalbooleantrue
UMLPackagePathstringCIM::Network
Versionstring2.32.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
MaxBurstSizeuint64
DescriptionstringThe requested maximum burst size in bytes. This allows the network to accommodate temporary bursts of traffic from the application by allocating appropriate amount of buffers within the network devices.
PUnitstringbyte
MaxTrafficDelayuint64
DescriptionstringThe requested average time to transfer packets one-way within the network from the sender to the receiver specified in nanoseconds i.e. latency. This is the delay from the start of the packet at an ingress point in the network to the end of the packet within the network at the egress point.
PUnitstringsecond * 10^-9
MaxTrafficJitteruint64
DescriptionstringThe maximum delay variation between packets in a flow specified in nanoseconds.
PUnitstringsecond * 10^-9
MaxTrafficLossreal64
DescriptionstringThe requested maximum percentage traffic loss for end to end transmission with min=0 and max=100. A zero value indicates that a lossless transmission is requested and a value of 100 indicates best effort transmission.
MaxValuesint64100
MinValuesint640
MinBurstSizeuint64
DescriptionstringThe requested minimum burst size in bytes.
PUnitstringbyte
TransmitBandwidthLimituint64
DescriptionstringThe requested average transmit bandwidth limit specified in bits per second (bps).
PUnitstringbit / second
TransmitBandwidthReservationuint64
DescriptionstringThe requested average transmit bandwidth reservation specified in bits per second (bps).
PUnitstringbit / second

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SettingData
SoIDstringCIM_SettingData
SoOrgIDstringCIM_SettingData
ComponentSettingstring[]CIM_SettingData

Class Methods