Hi,
actually i am working for a project, which needs to migrate VMs between Hostsystem.
Of course we got clusters, as well DRS Groups, so i found the action "migrate_VM", which is usable for DRS Cluster, so good for the project.
I filled out these action, but the VM is not moving to another hostsystem.
vm.migrateVM_Task(null , null , VirtualMachineMovePriority.highPriority , VirtualMachinePowerState.poweredOn);
Input is a VC:VM Object, maybe some has got an answer or a workaround for this problem ...