l.c.base : module documentation

Part of libcloud.compute View Source

Provides base classes for working with drivers
Class ConnectionKey A Base Connection class to derive from, which includes a
Class ConnectionUserAndKey Base connection which accepts a user_id and key.
Class LibcloudHTTPSConnection LibcloudHTTPSConnection
Class UuidMixin Mixin class for get_uuid function.
Class Node Provide a common interface for handling nodes of all types.
Class NodeSize A Base NodeSize class to derive from.
Class NodeImage An operating system image.
Class NodeLocation A physical location where nodes can be.
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 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:49:10.