CIM_Component class

Represents a generic association between a parent managed element and a child managed element where the child represents a component or part of the parent. For example, it could be used to define the components or parts of a system.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[Association, Abstract, Aggregation, Version("2.7.0"), UMLPackagePath("CIM::Core::CoreElements"), AMENDMENT]
class CIM_Component
{
  CIM_ManagedElement REF GroupComponent;
  CIM_ManagedElement REF PartComponent;
};

Members

The CIM_Component class has these types of members:

Properties

The CIM_Component class has these properties.

GroupComponent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key, Aggregate

The parent element in the association.

PartComponent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key

The child element in the association.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

Failover Clustering Hyper-V WMI Provider