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"), 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
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 2008 |
End of client support |
None supported |
End of server support |
Windows Server 2012 R2 |
Namespace |
Root\virtualization |
MOF |
|