Part of libcloud.compute.drivers.ecp View Source View In Hierarchy
Enomaly ECP node driver
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__ | @keyword key: API key or username to used @type key: str |
Method | deploy_node | Create a new node, and start deployment. |
Method | _get_size_price | Undocumented |
Turns a (json) dictionary into a Node object. This returns only running VMs.
Returns a list of all package templates aka appiances aka images
This feature does not exist in ECP. Returns hard coded dummy location.
Creates a virtual machine. Parameters: name (string), image (NodeImage), size (NodeSize)