Msvm_SnapshotOfVirtualSystem class

Associates an instance of the CIM_ComputerSystem class that represents a virtual machine, and an instance of the CIM_VirtualSystemSettingData class that represents a 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_SnapshotOfVirtualSystem : CIM_SnapshotOfVirtualSystem
{
  CIM_ComputerSystem           REF Antecedent;
  CIM_VirtualSystemSettingData REF Dependent;
};

Members

The Msvm_SnapshotOfVirtualSystem class has these types of members:

Properties

The Msvm_SnapshotOfVirtualSystem class has these properties.

Antecedent

Data type: CIM_ComputerSystem

Access type: Read-only

Qualifiers: Min (0), Max (1)

A reference to the computer system that represents the virtual system.

This property is inherited from CIM_SnapshotOfVirtualSystem.

Dependent

Data type: CIM_VirtualSystemSettingData

Access type: Read-only

A reference to the settings data object that represents the snapshot of the virtual system.

This property is inherited from CIM_SnapshotOfVirtualSystem.

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_SnapshotOfVirtualSystem

Failover Clustering Hyper-V WMI Provider