Msvm_SettingsDefineState class

Associates a virtual system and its devices with instances of CIM_SettingData representing the current settings that apply to these objects. More specifically, it associates Msvm_ComputerSystem with instances of Msvm_VirtualSystemSettingData, and it associates Msvm_* derivatives of CIM_LogicalDevice with Msvm_* derivatives of CIM_ResourceAllocationSettingData.

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

Syntax

[Association, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_SettingsDefineState : CIM_SettingsDefineState
{
  Msvm_ComputerSystem           REF ManagedElement;
  Msvm_VirtualSystemSettingData REF SettingData;
};

Members

The Msvm_SettingsDefineState class has these types of members:

Properties

The Msvm_SettingsDefineState class has these properties.

ManagedElement

Data type: Msvm_ComputerSystem

Access type: Read-only

Qualifiers: Override ("CIM_SettingsDefineState.ManagedElement")

A reference to the virtual computer system.

SettingData

Data type: Msvm_VirtualSystemSettingData

Access type: Read-only

Qualifiers: Override ("CIM_SettingsDefineState.SettingData")

A reference to the currently active settings for the virtual computer system.

Remarks

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

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_SettingsDefineState

CIM_SettingsDefineState

Virtual System Management Classes