Part of libcloud.drivers.ecp View Source View In Hierarchy
Method | list_nodes | Returns a list of all running Nodes |
Method | reboot_node | Shuts down a VM and then starts it again. |
Method | destroy_node | Shuts down and deletes a VM. |
Method | list_images | Returns a list of all package templates aka appiances aka images |
Method | list_sizes | Returns a list of all hardware templates |
Method | list_locations | This feature does not exist in ECP. Returns hard coded dummy location. |
Method | create_node | Creates a virtual machine. |
Method | _to_node | Turns a (json) dictionary into a Node object. This returns only running VMs. |
Inherited from NodeDriver:
Method | __init__ | |
Method | deploy_node | Create a new node, and start deployment. |
Parameters: name (string), image (NodeImage), size (NodeSize)