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

 1 marek 1.1 // Copyright (c) 2009 DMTF.  All rights reserved.
 2              [Version ( "2.22.0" ), 
 3               UMLPackagePath ( "CIM::Metrics::BaseMetric" ), 
 4               Description ( 
 5                  "CIM_AggregationMetricDefinition represents the definitional "
 6                  "aspects of a metric that is derived from another metric value. "
 7                  "The CIM_AggregationMetricDefinition should be associated with "
 8                  "the CIM_ManagedElement(s) to which it applies." )]
 9           class CIM_AggregationMetricDefinition : CIM_BaseMetricDefinition {
10           
11                 [Override ( "ChangeType" ), 
12                  Description ( 
13                     "ChangeType indicates how the metric value changes, in "
14                     "the form of typical combinations of finer grain "
15                     "attributes such as direction change, minimum and maximum "
16                     "values, and wrapping semantics. \n"
17                     "5=\"Simple Function\": indicates that the derived metric "
18                     "value is calculated by applying the basic mathematical "
19                     "function identified by the SimpleFunction property to "
20                     "the underlying metric values." ), 
21                  ValueMap { "5", "..", "32768..65535" }, 
22 marek 1.1        Values { "Simple Function", "DMTF Reserved", "Vendor Reserved" }, 
23                  ModelCorrespondence { 
24                     "CIM_AggregationMetricDefinition.IsContinuous" }]
25              uint16 ChangeType = 5;
26           
27                 [Description ( 
28                     "The SimpleFunction property identifies the basic "
29                     "computation performed on an underlying metric to arrive "
30                     "at the value of this derived metric. This property shall "
31                     "be NULL when the ChangeType property has a value other "
32                     "than 5 \"Simple Function\". \n"
33                     "2=\"Minimum\" indicates that the metric reports the "
34                     "lowest value detected for the associated monitored "
35                     "entity. This is also known as a low watermark.\n"
36                     ".3=\"Maximum\" indicates that the metric reports the "
37                     "maximum value detected for the associated monitored "
38                     "entity. This is also known as a high watermark.\n"
39                     "4=\"Average\" indicates the metric reports the average "
40                     "value of the underlying metric values.\n"
41                     "5=\"Median\" indicates the metric reports the median "
42                     "value of the underlying metric values.\n"
43 marek 1.1           "6=\"Mode\" indicates the metric reports the modal value "
44                     "of the underlying metric values." ), 
45                  ValueMap { "..", "2", "3", "4", "5", "6", "32768..65535" }, 
46                  Values { "DMTF Reserved", "Minimum", "Maximum", "Average", 
47                     "Median", "Mode", "Vendor Reserved" }]
48              uint16 SimpleFunction;
49           
50           
51           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2