Msvm_ParentChildSettingData class

An association between an instance of Msvm_VirtualSystemSettingData and the Msvm_VirtualSystemSettingData instance that represents the most recent snapshot upon which this object is based.

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_ParentChildSettingData : CIM_Dependency
{
  Msvm_VirtualSystemSettingData REF Antecedent;
  Msvm_VirtualSystemSettingData REF Dependent;
};

Members

The Msvm_ParentChildSettingData class has these types of members:

Properties

The Msvm_ParentChildSettingData class has these properties.

Antecedent

Data type: Msvm_VirtualSystemSettingData

Access type: Read-only

Qualifiers: Override ("CIM_Dependency.Antecedent")

The snapshot setting data upon which the child setting data is based.

Dependent

Data type: Msvm_VirtualSystemSettingData

Access type: Read-only

Qualifiers: Override ("CIM_Dependency.Dependent")

The setting data for the virtual machine that represents the child of the parent.

Remarks

Access to the Msvm_ParentChildSettingData 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_Dependency

CIM_Dependency

Virtual System Classes