Part of libcloud.compute View Source
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. |
Parameters | ip | IP address to check (type: str ) |
Returns | bool if the specified IP address is private. |