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