l.c.c.CloudStackConnection(ConnectionUserAndKey) : class documentation

Part of libcloud.common.cloudstack View Source View In Hierarchy

No class docstring
Method add_default_params Undocumented
Method pre_connect_hook Undocumented
Method _make_signature Undocumented
Method _sync_request This method handles synchronous calls which are generally fast information retrieval requests and thus return 'quickly'.
Method _async_request This method handles asynchronous calls which are generally requests for the system to do something and can thus take time.
def _make_signature(self, params): (source)
Undocumented
def add_default_params(self, params): (source)
Undocumented
def pre_connect_hook(self, params, headers): (source)
Undocumented
def _sync_request(self, command, **kwargs): (source)
This method handles synchronous calls which are generally fast information retrieval requests and thus return 'quickly'.
def _async_request(self, command, **kwargs): (source)
This method handles asynchronous calls which are generally requests for the system to do something and can thus take time.

In these cases the initial call will either fail fast and return an error, or it can return a job ID. We then poll for the status of the job ID which can either be pending, successful or failed.

API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:43.