CIM_MetricDefForME class

Represents an association in which a CIM_BaseMetricDefinition object defines metrics for a managed element.

Syntax

[Association, Abstract, Version("2.22.0"), UMLPackagePath("CIM::Metrics::BaseMetric"), AMENDMENT]
class CIM_MetricDefForME : CIM_Dependency
{
  CIM_ManagedElement       REF Antecedent;
  CIM_BaseMetricDefinition REF Dependent;
  uint16                       MetricCollectionEnabled = 2;
};

Members

The CIM_MetricDefForME class has these types of members:

Properties

The CIM_MetricDefForME class has these properties.

Antecedent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Override ("Antecedent")

The managed element that is associated with the metric definition.

Dependent

Data type: CIM_BaseMetricDefinition

Access type: Read-only

Qualifiers: Override ("Dependent")

The metric definition that is associated with the managed element.

MetricCollectionEnabled

Data type: uint16

Access type: Read-only

Indicates whether the metric is being collected for the managed element.

Enabled (2)

Disabled (3)

Reserved (4)

DMTF Reserved (..)

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_Dependency