CIM_AggregationMetricDefinition class

Represents the definition of a metric that is derived from another metric value. A CIM_AggregationMetricDefinition object should be associated with the CIM_ManagedElement objects to which it applies.

Syntax

[Abstract, Version("2.22.0"), UMLPackagePath("CIM::Metrics::BaseMetric"), AMENDMENT]
class CIM_AggregationMetricDefinition : CIM_BaseMetricDefinition
{
  uint16 ChangeType = 5;
  uint16 SimpleFunction;
};

Members

The CIM_AggregationMetricDefinition class has these types of members:

Properties

The CIM_AggregationMetricDefinition class has these properties.

ChangeType

Data type: uint16

Access type: Read-only

Qualifiers: Override ("ChangeType"), ModelCorrespondence ("CIM_AggregationMetricDefinition.IsContinuous")

Indicates how the metric value changes using common attributes such as direction change, minimum and maximum values, and wrapping semantics.

Simple Function (5)

DMTF Reserved (..)

Vendor Reserved (32768..65535)

SimpleFunction

Data type: uint16

Access type: Read-only

The basic computation performed on an underlying metric to arrive at the value of this derived metric. This property is NULL when the ChangeType property has a value other than "5" (Simple Function).

DMTF Reserved (..)

Minimum (2)

The metric reports the lowest value detected for the associated monitored entity. This is also known as a low watermark.

Maximum (3)

The metric reports the maximum value detected for the associated monitored entity. This is also known as a high watermark.

Average (4)

The metric reports the average value of the underlying metric values.

Median (5)

The metric reports the median value of the underlying metric values.

Mode (6)

the metric reports the modal value of the underlying metric values.

Vendor Reserved (32768..65535)

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_BaseMetricDefinition