开发者

Creating a generic VMware control library

In our organization, we're running several VM solutions from VMware:

  • VMware ESX
  • VMware ESXi (now called Hypervisor/vSphere)
  • VMware Workstation

I'd like to be able to control all of these in a transparent way (send power commands, revert to a given snapshot to begin with) as part of an automated process of our product.

My problem is that there are fa开发者_StackOverflow中文版r too many APIs and i've failed to find any good samples on how to achieve this.

Anyone has any experience with creating this sort of library? which VMware APIs need to be used?


You can have a look at the VIX API here: VIX API Reference Common Task. It's COM based, so you'll have to import the COM object as a reference.

See also this article here: Automating VMWare Tasks in C# with the VIX API

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜