(file) Return to CIM_BoundedPrioritySchedulingElement.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Network

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_BoundedPrioritySchedulingElement 
 6           // ==================================================================
 7              [Version ( "2.7.0" ), 
 8               UMLPackagePath ( "CIM::Network::QoS" ), 
 9               Description ( 
10                  "This class is a subclass of the class PriorityScheduling "
11                  "Element, which is itself derived from the abstract class "
12                  "SchedulingElement. As is the case with all subclasses of "
13                  "SchedulingElement, the input associated with an instance of "
14                  "BoundedPrioritySchedulingElement is of one of two types: "
15                  "either a queue, or another scheduler. BoundedPriority "
16                  "SchedulingElement adds an upper bound (BandwidthBound in "
17                  "kilobits per second) on how much traffic can be handled from "
18                  "an input. This data is specific to that one input. It is "
19                  "needed when bounded strict priority scheduling is performed. "
20                  "Note that this class inherits from its superclass the "
21                  "restriction of the inherited boolean property WorkConserving "
22 marek 1.1        "to TRUE." )]
23           class CIM_BoundedPrioritySchedulingElement : CIM_PrioritySchedulingElement {
24           
25                 [Override ( "WorkConserving" )]
26              boolean WorkConserving = true;
27           
28                 [Description ( 
29                     "A 32-bit unsigned integer that defines the upper limit "
30                     "on the amount of traffic that can be handled from the "
31                     "input (through this SchedulingElement). This is not a "
32                     "shaped upper bound, since bursts can occur. It is a "
33                     "strict bound, limiting the impact of the input. Units "
34                     "are kilobits per second." ), 
35                  Units ( "KiloBits per Second" )]
36              uint32 BandwidthBound;
37           
38           
39           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2