l.base : module documentation

Part of libcloud View Source

Provides base classes for working with drivers
Class Node A Base Node class to derive from.
Class NodeSize A Base NodeSize class to derive from.
Class NodeImage A Base NodeImage class to derive from.
Class NodeLocation A base NodeLocation class to derive from.
Class NodeAuthSSHKey An SSH key to be installed for authentication to a node.
Class NodeAuthPassword A password to be used for authentication to a node.
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
Class ConnectionKey A Base Connection class to derive from.
Class ConnectionUserAndKey Base connection which accepts a user_id and key
Class NodeDriver A base NodeDriver class to derive from
Function is_private_subnet Utility function to check if an IP address is inside a private subnet.
def is_private_subnet(ip): (source)
Utility function to check if an IP address is inside a private subnet.
ParametersipIP address to check (type: str)
Returnsbool if the specified IP address is private.
API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:44:03.