Msvm_VirtualSystemSettingDataComponent class

A generic association used to establish 'part of' relationships between one instance of CIM_VirtualSystemSettingData and one or more instances of CIM_ResourceAllocationSettingData.

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

Syntax

[Association, Aggregation, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_VirtualSystemSettingDataComponent : CIM_VirtualSystemSettingDataComponent
{
  CIM_VirtualSystemSettingData      REF GroupComponent;
  CIM_ResourceAllocationSettingData REF PartComponent;
};

Members

The Msvm_VirtualSystemSettingDataComponent class has these types of members:

Properties

The Msvm_VirtualSystemSettingDataComponent class has these properties.

GroupComponent

Data type: CIM_VirtualSystemSettingData

Access type: Read-only

Qualifiers: Override, Min (1), Max (1)

The parent element in the association. This property is inherited from CIM_VirtualSystemSettingDataComponent.

PartComponent

Data type: CIM_ResourceAllocationSettingData

Access type: Read-only

The child element in the association. This property is inherited from CIM_VirtualSystemSettingDataComponent.

Remarks

Access to the Msvm_VirtualSystemSettingDataComponent class might be restricted by UAC Filtering. For more information, see User Account Control and WMI.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_VirtualSystemSettingDataComponent

CIM_VirtualSystemSettingDataComponent

Virtual System Classes