Msvm_ParentChildSettingData class

Represents an association between a virtual machine and the most recent snapshot of the virtual machine.

The following syntax is simplified from Managed Object Format (MOF) code and 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")

A reference to the Msvm_VirtualSystemSettingData that represents the snapshot of the virtual machine.

Dependent

Data type: Msvm_VirtualSystemSettingData

Access type: Read-only

Qualifiers: Override ("CIM_Dependency.Dependent")

A reference to the Msvm_VirtualSystemSettingData that represents the virtual machine.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

CIM_Dependency

Failover Clustering Hyper-V WMI Provider