CheckVirtualSystemIsMigratableToSystem method of the Msvm_VirtualSystemMigrationService class

Verifies whether a pending virtual system migration to a system is likely to succeed.

Note

Due to dynamic resource availability, this method does not guarantee that the pending migration will always succeed.

Syntax

uint32 CheckVirtualSystemIsMigratableToSystem(
  [in]      CIM_ComputerSystem REF ComputerSystem,
  [in]      CIM_System         REF DestinationSystem,
  [in]      string                 MigrationSettingData,
  [in]      string                 NewSystemSettingData,
  [in]      string                 NewResourceSettingData[],
  [in, out] boolean                IsMigratable
);

Parameters

ComputerSystem [in]

A reference to the source virtual system to migrate.

DestinationSystem [in]

A reference to the computer system that will receive the migrated virtual system.

MigrationSettingData [in]

An embedded instance of the CIM_VirtualSystemMigrationSettingData class that represents the settings for the migration operation.

NewSystemSettingData [in]

An embedded instance of the CIM_VirtualSystemSettingData class that represents new properties for the virtual system after migration is complete.

NewResourceSettingData [in]

Array that contains embedded instances of the CIM_ResourceAllocationSettingData class that represents new properties for virtual resources of the virtual system after migration is complete.

IsMigratable [in, out]

true if the virtual system can be successfully migrated; otherwise, false.

Return value

The possible return values are:

0

Completed with No Error

1

Not Supported

2

Failed

3

Timeout

4

Invalid Parameter

5

Invalid State

6

Incompatible Parameters

7 4096

DMTF Reserved

4097 32767

Method Reserved

32768 65535

Vendor Specific

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

Msvm_VirtualSystemMigrationService