Share via


CIM_VirtualSystemSettingDataComponent class

Represents a portion of a relationship between a CIM_VirtualSystemSettingData instance and a set of CIM_ResourceAllocationSettingData instances.

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

Syntax

[Abstract, Association, Aggregation, Version("2.12.0"), AMENDMENT]
class CIM_VirtualSystemSettingDataComponent : CIM_Component
{
  CIM_VirtualSystemSettingData      REF GroupComponent;
  CIM_ResourceAllocationSettingData REF PartComponent;
};

Members

The CIM_VirtualSystemSettingDataComponent class has these types of members:

Properties

The CIM_VirtualSystemSettingDataComponent class has these properties.

GroupComponent

Data type: CIM_VirtualSystemSettingData

Access type: Read-only

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

A reference to the top-level CIM_VirtualSystemSettingData object of the virtual system configuration.

PartComponent

Data type: CIM_ResourceAllocationSettingData

Access type: Read-only

Qualifiers: Override ("PartComponent")

A reference the CIM_ResourceAllocationSettingData object that represents a part of the virtual system configuration.

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_Component