CIM_SnapshotOfVirtualSystem class

Associates a virtual system a snapshot of the virtual system.

Syntax

[Association, Abstract, Version("2.22.0"), AMENDMENT]
class CIM_SnapshotOfVirtualSystem : CIM_Dependency
{
  CIM_ComputerSystem           REF Antecedent;
  CIM_VirtualSystemSettingData REF Dependent;
};

Members

The CIM_SnapshotOfVirtualSystem class has these types of members:

Properties

The CIM_SnapshotOfVirtualSystem class has these properties.

Antecedent

Data type: CIM_ComputerSystem

Access type: Read-only

Qualifiers: Override ("Antecedent"), Min (0), Max (1)

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

Dependent

Data type: CIM_VirtualSystemSettingData

Access type: Read-only

Qualifiers: Override ("Dependent")

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

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_Dependency