Part of libcloud.loadbalancer.drivers.gogrid View Source View In Hierarchy
Method | success | Determine if our request was successful. |
Inherited from GoGridResponse:
Method | __init__ | Undocumented |
Method | parse_error | Parse the error messages. |
Inherited from JsonResponse (via GoGridResponse):
Method | parse_body | Parse response body. |
Inherited from Response (via GoGridResponse, JsonResponse):
Method | _decompress_response | Decompress a response body if it is using deflate or gzip encoding. |
The meaning of this can be arbitrary; did we receive OK status? Did the node get created? Were we authenticated?
Returns | True or False |