CIM_ConcreteComponent class

Represents a generic association used to establish the parts of a relationship between managed elements.

This is a concrete subclass of CIM_Component that is used when the additional semantics supported by some of the CIM_Component subclasses are not needed. This class must not be subclassed to define additional semantics. Instead, you can subclass CIM_Component.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

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

Members

The CIM_ConcreteComponent class has these types of members:

Properties

The CIM_ConcreteComponent class has these properties.

GroupComponent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Aggregate, Override ("GroupComponent")

The parent element in the association.

PartComponent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Override ("PartComponent")

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

CIM_Component

Failover Clustering Hyper-V WMI Provider