Part of libcloud.compute.drivers.rimuhosting View Source View In Hierarchy
Method | __init__ | Undocumented |
Method | success | Determine if our request was successful. |
Method | parse_body | Parse response body. |
Inherited from Response (via JsonResponse):
Method | parse_error | Parse the error messages. |
The meaning of this can be arbitrary; did we receive OK status? Did the node get created? Were we authenticated?
Returns | True or False |
Override in a provider's subclass.
Returns | Parsed body. |