CIM_LastAppliedSnapshot class

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

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, Abstract, Version("2.22.0")]
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

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