CheckVirtualSystemIsMigratableToHost method of the Msvm_VirtualSystemMigrationService class
Verifies whether a pending virtual system migration to a host is likely to succeed.
Note
Due to dynamic resource availability, this method does not guarantee that the pending migration will always succeed.
Syntax
uint32 CheckVirtualSystemIsMigratableToHost(
[in] CIM_ComputerSystem REF ComputerSystem,
[in] string DestinationHost,
[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.
-
DestinationHost [in]
-
The host system that will receive the migration. The format of this property is specified in the DestinationHostFormatsSupported property of the CIM_VirtualSystemMigrationCapabilities instance that is associated with the migration operation.
-
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 to the host; 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 |
|
DLL |
|