15f7be9a526d209fb7f0940cbf6b8e7cc481c0dd

This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
pyVmomi is a Python SDK for the VMware vSphere API that allows you to manipulate ESX, ESXi, and vCenter using scripts.
To get started, check out the samples project at http://vmware.github.io/pyvmomi-community-samples/
You can install this as a package. Just run python setup.py bdist_egg
and then use pip
or easy_install
to deploy it on your system.
There are other bindings of this API in other languages. See:
- vijava (Java): http://vijava.sourceforge.net/
- rbvmomi (Ruby): https://github.com/vmware/rbvmomi
- vSphere SDK for Perl (non-free): https://my.vmware.com/group/vmware/details?downloadGroup=VSP510-SDKPERL-510&productId=285
For general language neutral documentation of vSphere Management API see: http://pubs.vmware.com/vsphere-55/index.jsp#com.vmware.wssdk.apiref.doc/right-pane.html
Have fun!
Description
Languages
Python
100%