CIM_VirtualSystemSettingDataComponent class

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

Syntax

[Association, Aggregation, Abstract, Version("2.22.0"), UMLPackagePath("CIM::System::SystemElements"), 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")

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

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