CIM_MetricInstance class

Represents an association between an instance of a metric value and a metric definition.

Syntax

[Association, Abstract, Version("2.7.0"), UMLPackagePath("CIM::Metrics::BaseMetric"), AMENDMENT]
class CIM_MetricInstance : CIM_Dependency
{
  CIM_BaseMetricDefinition REF Antecedent;
  CIM_BaseMetricValue      REF Dependent;
};

Members

The CIM_MetricInstance class has these types of members:

Properties

The CIM_MetricInstance class has these properties.

Antecedent

Data type: CIM_BaseMetricDefinition

Access type: Read-only

Qualifiers: Override ("Antecedent"), Min (1), Max (1)

The definition of the metric value.

Dependent

Data type: CIM_BaseMetricValue

Access type: Read-only

Qualifiers: Override ("Dependent")

The metric value that is associated with the metric definition.

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_Dependency