Msvm_VirtualSystemReferencePointExportJob class

This class represents a virtual system reference point export operation job.

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

Syntax

[Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_VirtualSystemReferencePointExportJob : CIM_ConcreteJob
{
  boolean Cancellable;
  string  ErrorSummaryDescription;
  string  ExportDirectory;
  string  VirtualMachineId;
  string  ReferencePointId;
  string  BaseReferencePointId;
  string  ExportedDisks[];
  string  ExportedLogFilePaths[];
  string  ExportedConfigFilePath;
  string  ExportedRuntimeFilePath;
  string  ExportedGuestStateFilePath;
};

Members

The Msvm_VirtualSystemReferencePointExportJob class has these types of members:

Methods

The Msvm_VirtualSystemReferencePointExportJob class has these methods.

Method Description
GetError Retrieves the error.
GetErrorEx Retrieves additional error information.
RequestStateChange Requests a state change.

Properties

The Msvm_VirtualSystemReferencePointExportJob class has these properties.

BaseReferencePointId

Data type: string

Access type: Read-only

GUID of the reference point which is used as the base in the export operation.

Cancellable

Data type: boolean

Access type: Read-only

Indicates whether the job can be cancelled. The value of this property does not guarantee that a request to cancel the job will succeed.

ErrorSummaryDescription

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_Job.ErrorCode")

Contains an error summary description.

ExportDirectory

Data type: string

Access type: Read-only

The export location.

ExportedConfigFilePath

Data type: string

Access type: Read-only

Path of the exported config file.

ExportedDisks

Data type: string array

Access type: Read-only

Instance IDs of virtual disks for which log files were exported.

ExportedGuestStateFilePath

Data type: string

Access type: Read-only

Path of the exported guest state file.

Note

Added in Windows 10, version 1709.

ExportedLogFilePaths

Data type: string array

Access type: Read-only

Paths of the log files which were exported.

ExportedRuntimeFilePath

Data type: string

Access type: Read-only

Path of the exported runtime state file.

ReferencePointId

Data type: string

Access type: Read-only

GUID of the reference point which is exported.

VirtualMachineId

Data type: string

Access type: Read-only

GUID of the virtual machine for which log files were exported.

Requirements

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

See also

CIM_ConcreteJob