Part of libcloud.compute.drivers.opennebula View Source View In Hierarchy
Method | success | Check if response has the appropriate HTTP response code to be a success. |
Method | parse_error | Check if response contains any errors. |
Inherited from XmlResponse:
Method | parse_body | Parse response body. |
Inherited from Response (via XmlResponse):
Method | __init__ | Undocumented |
Method | _decompress_response | Decompress a response body if it is using deflate or gzip encoding. |
Returns | True is success, else False. (type: bool ) |
Returns | Contents of HTTP response body. (type: ElementTree ) | |
Raises | InvalidCredsError |