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 system 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

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_Dependency

CIM_Dependency

Virtual System Classes