CIM_LastAppliedSnapshot class

Represents an association between a computer system and its most recently applied virtual system snapshot.

Syntax

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

Members

The CIM_LastAppliedSnapshot class has these types of members:

Properties

The CIM_LastAppliedSnapshot class has these properties.

Antecedent

Data type: CIM_VirtualSystemSettingData

Access type: Read-only

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

The virtual system snapshot that was last applied to the computer system.

Dependent

Data type: CIM_ComputerSystem

Access type: Read-only

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

The computer 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