BUG#: 8782
[tpot/pegasus/.git] / Schemas / CIM225 / DMTF / Network / CIM_ConditioningService.mof
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_ConditioningService 
6 // ==================================================================
7    [Version ( "2.7.0" ), 
8     UMLPackagePath ( "CIM::Network::QoS" ), 
9     Description ( 
10        "ConditioningService represents the ability to define how "
11        "traffic is conditioned in the data-forwarding path of a "
12        "device. The subclasses of ConditioningService define the "
13        "particular types of conditioning that are done. These are the "
14        "services performed by a classifier, a meter, a marker, a "
15        "dropper, a queue, and a scheduler. Other, more sophisticated "
16        "types of conditioning may be defined in the future. \n"
17        "\n"
18        "ConditioningService is a concrete class because its superclass "
19        "(ForwardingService) is concrete. While this class can be "
20        "instantiated, an instance of it does not accomplish anything, "
21        "because the nature of the conditioning, and the parameters "
22        "that control it, are specified only in the subclasses of "
23        "ConditioningService. \n"
24        "\n"
25        "Two associations in which ConditioningService participates are "
26        "critical to its usage in QoS - QoSConditioningSubService and "
27        "NextService. QoSConditioningSubService aggregates "
28        "ConditioningServices into a particular QoS service (such as "
29        "AF), to describe the specific conditioning functionality that "
30        "underlies that QoSService in a particular device. NextService "
31        "indicates the subsequent conditioning service(s) for different "
32        "traffic streams." )]
33 class CIM_ConditioningService : CIM_Service {
34
35       [Deprecated { "CIM_EnabledLogicalElement.EnabledState" }, 
36        Description ( 
37           "This property is a boolean that, if TRUE, signifies that "
38           "one or more conditioning functions can be performed on "
39           "traffic encountered by this ConditioningService. This "
40           "allows one or more ConditioningServices to be enabled or "
41           "disabled to provide different types of conditioning for "
42           "traffic. Enabled is deprecated in lieu of a similar (but "
43           "more generally and completely defined) property which is "
44           "inherited." )]
45    boolean Enabled;
46
47
48 };