Part of libcloud.common.cloudstack View Source View In Hierarchy
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. |
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.