Experts Exchange
Blog with technical details to trouble issues
C# Script for Migrating a VM via VMotion on Vmware ESX
string handleHost = vma_.ResolvePath(pathHost);
string handleVM = vma_.ResolvePath(pathVM);
ViewContents contentsXML = vma_.MigrateVM(handleVM, handleHost,
Level.normal);
Newer Post
Older Post
Home