Well it took me a while to figure this one out but once you know, it is really simple. Isn’t it?
//myhost is the input parameter of type VcHostSystem //Enable vMotion on vmk1 var vMotionSystem = myhost.configManager.vmotionSystem; vMotionSystem.selectVnic("vmk1");