CIM_Component class

A generic association used to establish 'part of' relationships between Managed Elements. For example, it could be used to define the components or parts of a System.

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

Syntax

[Association, Abstract, Aggregation, Version("2.7.0"), UMLPackagePath("CIM::Core::CoreElements")]
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 2012 R2

Namespace

Root\CIMv2\Storage\iScsiTarget

MOF

SmIscsiTarget.mof

DLL

SMiSCSITargetProv.dll

 

 

Show: