Update vSphere docs.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/081f2654 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/081f2654 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/081f2654 Branch: refs/heads/trunk Commit: 081f26543d4ba60c206cfe2be713ccd68d752d16 Parents: 52e01d5 Author: Tomaz Muraus <[email protected]> Authored: Thu Jul 31 13:01:26 2014 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Thu Jul 31 13:01:26 2014 +0200 ---------------------------------------------------------------------- docs/compute/drivers/vsphere.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/081f2654/docs/compute/drivers/vsphere.rst ---------------------------------------------------------------------- diff --git a/docs/compute/drivers/vsphere.rst b/docs/compute/drivers/vsphere.rst index 9f42316..56013c8 100644 --- a/docs/compute/drivers/vsphere.rst +++ b/docs/compute/drivers/vsphere.rst @@ -72,5 +72,15 @@ You can test if the url you are using is valid by adding ``/vimService.wsdl`` to it (e.g. ``https://<host>/sdk/vimService.wsdl``). When you visit this page, you should get an XML response back. +API Docs +-------- + +VMware vSphere v5.5 +~~~~~~~~~~~~~~~~~~~ + +.. autoclass:: libcloud.compute.drivers.vsphere.VSphere_5_5_NodeDriver + :members: + :inherited-members: + .. _`VMware vSphere`: http://www.vmware.com/products/vsphere/ .. _`pysphere`: https://pypi.python.org/pypi/pysphere
