Msvm_VirtualSystemSnapshotSettingData class

Provides additional information to be used with the CreateSnapshot method of the Msvm_VirtualSystemSnapshotService class.

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

Syntax

[AMENDMENT]
class Msvm_VirtualSystemSnapshotSettingData : CIM_SettingData
{
  uint8   ConsistencyLevel;
  boolean IgnoreNonSnapshottableDisks;
  uint8   GuestBackupType;
};

Members

The Msvm_VirtualSystemSnapshotSettingData class has these types of members:

Properties

The Msvm_VirtualSystemSnapshotSettingData class has these properties.

ConsistencyLevel

Data type: uint8

Access type: Read-only

The consistency level of the snapshot.

Unknown (0)

Application Consistent (1)

Crash Consistent (2)

GuestBackupType

Data type: uint8

Access type: Read-only

Backup type to be used inside the guest.

Note

Property added in Windows 10, version 1703

Undefined (0)

Full (1)

Copy (2)

IgnoreNonSnapshottableDisks

Data type: boolean

Access type: Read-only

Specifies if non-snapshottable disks like passthrough disks and Fibre Channel Disks are to be ignored while creating the snapshot.

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_SettingData