Class CIM_AggregationMetricDefinition
extends CIM_BaseMetricDefinition

CIM_AggregationMetricDefinition represents the definitional aspects of a metric that is derived from another metric value. The CIM_AggregationMetricDefinition should be associated with the CIM_ManagedElement(s) to which it applies.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_BaseMetricDefinition
   |
   +--CIM_AggregationMetricDefinition

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringCIM_AggregationMetricDefinition represents the definitional aspects of a metric that is derived from another metric value. The CIM_AggregationMetricDefinition should be associated with the CIM_ManagedElement(s) to which it applies.
UMLPackagePathstringCIM::Metrics::BaseMetric
Versionstring2.22.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
ChangeTypeuint165
DescriptionstringChangeType indicates how the metric value changes, in the form of typical combinations of finer grain attributes such as direction change, minimum and maximum values, and wrapping semantics. 5="Simple Function": indicates that the derived metric value is calculated by applying the basic mathematical function identified by the SimpleFunction property to the underlying metric values.
ModelCorrespondencestringCIM_AggregationMetricDefinition.IsContinuous
OverridestringChangeType
ValueMapstring5, .., 32768..65535
ValuesstringSimple Function, DMTF Reserved, Vendor Reserved
SimpleFunctionuint16
DescriptionstringThe SimpleFunction property identifies the basic computation performed on an underlying metric to arrive at the value of this derived metric. This property shall be NULL when the ChangeType property has a value other than 5 "Simple Function". 2="Minimum" indicates that the metric reports the lowest value detected for the associated monitored entity. This is also known as a low watermark. .3="Maximum" indicates that the metric reports the maximum value detected for the associated monitored entity. This is also known as a high watermark. 4="Average" indicates the metric reports the average value of the underlying metric values. 5="Median" indicates the metric reports the median value of the underlying metric values. 6="Mode" indicates the metric reports the modal value of the underlying metric values.
ValueMapstring.., 2, 3, 4, 5, 6, 32768..65535
ValuesstringDMTF Reserved, Minimum, Maximum, Average, Median, Mode, Vendor Reserved

Inherited Properties

NameData TypeClass Origin
Calculableuint16CIM_BaseMetricDefinition
CaptionstringCIM_ManagedElement
DataTypeuint16CIM_BaseMetricDefinition
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
GatheringTypeuint16CIM_BaseMetricDefinition
IdstringCIM_BaseMetricDefinition
InstanceIDstringCIM_ManagedElement
IsContinuousbooleanCIM_BaseMetricDefinition
NamestringCIM_BaseMetricDefinition
ProgrammaticUnitsstringCIM_BaseMetricDefinition
TimeScopeuint16CIM_BaseMetricDefinition
UnitsstringCIM_BaseMetricDefinition
BreakdownDimensionsstring[]CIM_BaseMetricDefinition

Class Methods