(file) Return to CIM_Hdr8021PService.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_Hdr8021PService 
 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                  "Priority field in the 802.1P header. \n"
15                  "\n"
16                  "This class is used to enable DiffServ domains and domains that "
17                  "support 802.1P only to exchange traffic. It represents the "
18                  "mapping between implementations that only support 802.1P "
19                  "priority marking to be mapped to implementations that support "
20                  "DiffServ, which use DSCPs. \n"
21                  "\n"
22 marek 1.1        "Hdr8021PService is deprecated since forwarding based on the "
23                  "value of the Priority field in the 802.1P header is specified "
24                  "using a FilterList, which is associated with a "
25                  "ClassifierElement. If there is a need to distinguish a "
26                  "higher-level set of coordinated QoS services, the QoSService "
27                  "class can be instantiated directly." )]
28           class CIM_Hdr8021PService : CIM_QoSService {
29           
30                 [Deprecated { "CIM_Hdr8021Filter.HdrPriorityValue8021" }, 
31                  Description ( 
32                     "This property is an 8-bit unsigned integer that defines "
33                     "the notion of priority as specified in 802.1P "
34                     "implementations." )]
35              uint8 PriorityValue;
36           
37           
38           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2