VMware vCloud Suite Python SDK: Provider README

VMware logo

vCloud Suite SDK for Java provides a development kit for implementing and exposing new services. The python SDK also contains a tool for generating python client stubs for these new services. These capabilities are not commonly needed for developers writing applications against vSphere.
The following section describes the current directory contents:

Directory structure

The vCloud Suite Provider SDK for Python provides a python toolkit for generating the python client bindings/stubs

Provider ToolkitDescription
python-toolkit Generates the client stubs from the IDL files.

Provider SDK toolkits

python-toolkit directory contains the script and its required libraries for code generation.
  • Python toolkit (python-toolkit/bin/python-generator) generates client stubs from the IDL files.
    The stub code acts as the client code/library which can be used to interact with the vAPI based services



Copyright © 2015 VMware, Inc. All rights not expressly granted herein are reserved.

Last updated: 23rd January 2015 |  VMware vCloud Suite Python SDK