(file) Return to CIM_PrecedenceService.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_PrecedenceService 
 6           // ==================================================================
 7              [Deprecated { "CIM_QoSService" }, 
 8               Version ( "2.7.0" ), 
 9               UMLPackagePath ( "CIM::Network::QoS" ), 
10               Description ( 
11                  "This class represents a specialization of the general concept "
12                  "of forwarding network traffic by adding specific semantics "
13                  "that define how traffic is forwarded based on the value of the "
14                  "ToS byte of a packet. \n"
15                  "\n"
16                  "This class is used to enable DiffServ devices and non- "
17                  "DiffServ devices to exchange traffic. This is done by defining "
18                  "a sibling class, DiffServService, to represent devices that "
19                  "forward traffic based on the DiffServ code point. This enables "
20                  "the administrator to define mappings between devices that do "
21                  "not support DiffServ (and instead use IP Precedence) and those "
22 marek 1.1        "that do support DiffServ. \n"
23                  "\n"
24                  "PrecedenceService is deprecated since forwarding based on the "
25                  "value of the ToS byte is specified using a FilterList, which "
26                  "is associated with a ClassifierElement. If there is a need to "
27                  "distinguish a higher-level set of coordinated QoS services, "
28                  "the QoSService class can be instantiated directly." )]
29           class CIM_PrecedenceService : CIM_QoSService {
30           
31                 [Deprecated { "CIM_IPHeadersFilter.HdrDSCP" }, 
32                  Description ( 
33                     "This property is an 8-bit unsigned integer that defines "
34                     "the notion of precedence for different types of traffic." )]
35              uint8 PrecedenceValue;
36           
37           
38           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2