CIM_SystemDevice class

LogicalDevices may be aggregated by a System. This relationship is made explicit by the SystemDevice association.

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

Syntax

[Association, Abstract, Aggregation, UUID("{D6CB4144-71F3-46b3-AE99-C0AD9A930CD1}"), 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: Override ("GroupComponent"), Aggregate, Max (1), Min (1)

The parent system in the Association.

PartComponent

Data type: CIM_LogicalDevice

Access type: Read-only

Qualifiers: Override ("PartComponent"), Weak

The LogicalDevice that is a component of a System.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\MSCluster
MOF
ClusWMI.mof
DLL
ClusWMI.dll

See also

CIM_SystemComponent