CIM_SnapshotOfVirtualSystem class

Associates a virtual system a snapshot of the virtual system.

The following syntax is simplified from MOF code and includes all inherited properties.

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

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