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

 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_ServiceStatistics 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Core::Statistics" ), 
 9               Description ( 
10                  "ServiceStatistics relates the ServiceStatisticalInformation "
11                  "class to the Service to which it applies." )]
12           class CIM_ServiceStatistics : CIM_Statistics {
13           
14                 [Override ( "Stats" ), 
15                  Weak, Description ( "The statistical object." )]
16              CIM_ServiceStatisticalInformation REF Stats;
17           
18                 [Override ( "Element" ), 
19                  Min ( 1 ), 
20                  Max ( 1 ), 
21                  Description ( "The Service to which the statistics apply." )]
22 marek 1.1    CIM_Service REF Element;
23           
24           
25           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2