Part of libcloud View Source
Class | RawResponse | Undocumented |
Class | Response | A Base Response class to derive from. |
Class | LoggingConnection | Debug class to log all HTTP(s) requests as they could be made with the
curl command. |
Class | LoggingHTTPSConnection | Utility Class for logging HTTPS connections |
Class | LoggingHTTPConnection | Utility Class for logging HTTP connections |
Function | is_private_subnet | Utility function to check if an IP address is inside a private subnet. |
Parameters | ip | IP address to check (type: str ) |
Returns | bool if the specified IP address is private. |