CIM_SystemComponent class (Hyper-V management)

Represents an association between a system and one of the elements that compose it.

Syntax

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

Members

The CIM_SystemComponent class has these types of members:

Properties

The CIM_SystemComponent class has these properties.

GroupComponent

Data type: CIM_System

Access type: Read-only

Qualifiers: Aggregate, Override ("GroupComponent")

The CIM_System that contains the PartComponent.

PartComponent

Data type: CIM_ManagedSystemElement

Access type: Read-only

Qualifiers: Override ("PartComponent")

The child CIM_ManagedSystemElement that is a component of the system.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_Component