(file) Return to CIM_StatisticalSetting.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_StatisticalSetting 
 6           // ==================================================================
 7              [Version ( "2.8.0" ), 
 8               UMLPackagePath ( "CIM::Core::Statistics" ), 
 9               Description ( 
10                  "CIM_StatisticalSetting is the class for setting the collection "
11                  "criteria of statistical data and/or metrics applicable to one "
12                  "or more ManagedElements." )]
13           class CIM_StatisticalSetting : CIM_SettingData {
14           
15                 [Write, Description ( 
16                     "The time, relative to managed element where the "
17                     "statistic is to be collected, when the first measurement "
18                     "is to be taken." ), 
19                  ModelCorrespondence { "CIM_StatisticalData.StartStatisticTime" }]
20              datetime StartStatisticTime;
21           
22 marek 1.1       [Write, Description ( 
23                     "The time, relative to managed element where the "
24                     "statistic is to be collected, when the measurement is to "
25                     "end." )]
26              datetime EndStatisticTime;
27           
28                 [Write, Description ( 
29                     "Some statistics are sampled at consistent time "
30                     "intervals. This property when set indicates the desired "
31                     "minimum time that new statistics should be polled or "
32                     "calculated." ), 
33                  ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
34              datetime SampleInterval;
35           
36           
37           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2