Class CIM_AggregationMetricValue
extends CIM_BaseMetricValue

Each CIM_AggregationMetricValue object represents the instance value of a metric defined by an instance of CIM_AggregationMetricDefinition. The properties inherited from CIM_BaseMetricValue provide the actual metric value. The properties introduced in CIM_AggregationMetricValue provide information about the interval over which the aggregation function was applied.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_BaseMetricValue
   |
   +--CIM_AggregationMetricValue

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringEach CIM_AggregationMetricValue object represents the instance value of a metric defined by an instance of CIM_AggregationMetricDefinition. The properties inherited from CIM_BaseMetricValue provide the actual metric value. The properties introduced in CIM_AggregationMetricValue provide information about the interval over which the aggregation function was applied.
UMLPackagePathstringCIM::Metrics::BaseMetric
Versionstring2.22.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
AggregationDurationdatetime
DescriptionstringProperty that represents the time duration over which the aggregation was computed. The start of a monitoring interval over which the aggregation function is applied is determined by subtracting the AggregationDuration from the AggregationTimestamp.
ModelCorrespondencestringCIM_AggregationMetricValue.AggregationTimeStamp
AggregationTimeStampdatetime
DescriptionstringIdentifies the time when the aggregation function was applied to determine the value of the metric instance. Note that this is different from the time when the instance is created. For a given CIM_AggregationMetricValue instance, the AggregationTimeStamp changes whenever the aggregation function is applied to calculate the value.
ModelCorrespondencestringCIM_AggregationMetricValue.Duration

Inherited Properties

NameData TypeClass Origin
BreakdownDimensionstringCIM_BaseMetricValue
BreakdownValuestringCIM_BaseMetricValue
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
DurationdatetimeCIM_BaseMetricValue
ElementNamestringCIM_ManagedElement
InstanceIDstringCIM_BaseMetricValue
MeasuredElementNamestringCIM_BaseMetricValue
MetricDefinitionIdstringCIM_BaseMetricValue
MetricValuestringCIM_BaseMetricValue
TimeStampdatetimeCIM_BaseMetricValue
VolatilebooleanCIM_BaseMetricValue

Class Methods