(file) Return to CIM_StatisticalInformation.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_StatisticalInformation 
 6           // ==================================================================
 7              [Abstract, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Core::Statistics" ), 
 9               Description ( 
10                  "CIM_StatisticalInformation is a root class for any arbitrary "
11                  "collection of statistical data and/or metrics applicable to "
12                  "one or more ManagedSystemElements. Note that the CIM_ "
13                  "StatisticalData class uses a simplified naming/identity "
14                  "algorithm as compared to this class. StatisticalInformation is "
15                  "not deprecated since its naming algorithm is still in use in "
16                  "various implementations." )]
17           class CIM_StatisticalInformation : CIM_ManagedElement {
18           
19                 [Description ( 
20                     "The Name property defines the label by which the "
21                     "statistic or metric is known. When subclassed, the "
22 marek 1.1           "property can be overridden to be a Key property." ), 
23                  MaxLen ( 256 )]
24              string Name;
25           
26           
27           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2