CIM_SystemDevice class

Associates a system with a logical device that is a component of the system.

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

Syntax

[Abstract, Association, Aggregation, Composition, Version("2.10.0"), AMENDMENT]
class CIM_SystemDevice : CIM_SystemComponent
{
  CIM_System        REF GroupComponent;
  CIM_LogicalDevice REF PartComponent;
};

Members

The CIM_SystemDevice class has these types of members:

Properties

The CIM_SystemDevice class has these properties.

GroupComponent

Data type: CIM_System

Access type: Read-only

Qualifiers: Aggregate, Override ("GroupComponent"), Min (1), Max (1)

A reference to the parent system in the association.

PartComponent

Data type: CIM_LogicalDevice

Access type: Read-only

Qualifiers: Override ("PartComponent"), Weak

A reference to the logical device that is a component of the system.

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
WindowsVirtualization.mof

See also

CIM_SystemComponent