Part of libcloud.compute.drivers.opennebula View Source View In Hierarchy
XmlResponse class for the OpenNebula.org driver.
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. |
Check if response has the appropriate HTTP response code to be a success. @rtype: C{bool} @return: True is success, else False.
Check if response contains any errors. @raise: L{InvalidCredsError} @rtype: C{ElementTree} @return: Contents of HTTP response body.