Part of libcloud.drivers.ec2 View Source View In Hierarchy
Method | __init__ | |
Method | list_locations | List data centers for a provider @return: list of NodeLocation
objects |
Inherited from EC2NodeDriver:
Method | list_nodes | List all nodes @return: list of Node objects |
Method | list_sizes | List sizes on a provider @return: list of NodeSize objects |
Method | list_images | List images on a provider @return: list of NodeImage objects |
Method | ex_create_security_group | Creates a new Security Group |
Method | ex_authorize_security_group_permissive | Edit a Security Group to allow all traffic. |
Method | create_node | Create a new EC2 node |
Method | reboot_node | Reboot the node by passing in the node object |
Method | destroy_node | Destroy node by passing in the node object |
Method | _findtext | Undocumented |
Method | _fixxpath | Undocumented |
Method | _findattr | Undocumented |
Method | _findall | Undocumented |
Method | _pathlist | Converts a key and an array of values into AWS query param format. |
Method | _get_boolean | Undocumented |
Method | _get_terminate_boolean | Undocumented |
Method | _to_nodes | Undocumented |
Method | _to_node | Undocumented |
Method | _to_images | Undocumented |
Method | _to_image | Undocumented |
Inherited from NodeDriver (via EC2NodeDriver):
Method | deploy_node | Create a new node, and start deployment. |
Parameters | key | API key or username to used (type: str) |
secret | Secret password to be used (type: str) | |
secure | Weither to use HTTPS or HTTP. Note: Some providers only support HTTPS, and it is on by default. (type: bool) | |
host | Override hostname used for connections. (type: str) | |
port | Override port used for connections. (type: int) |
Returns | list of NodeLocation
objects |