Part of libcloud.compute.drivers.ec2 View Source View In Hierarchy
Driver class for Nimbus
Method | ex_describe_addresses | Nimbus doesn't support elastic IPs, so this is a passthrough |
Inherited from EC2NodeDriver:
Method | list_nodes | List all nodes @return: C{list} of L{Node} objects |
Method | list_sizes | List sizes on a provider @return: C{list} of L{NodeSize} objects |
Method | list_images | List images on a provider @return: C{list} of L{NodeImage} objects |
Method | list_locations | List data centers for a provider @return: C{list} of L{NodeLocation} objects |
Method | ex_create_keypair | Creates a new keypair |
Method | ex_import_keypair | imports a new public key |
Method | ex_describe_keypairs | Describes a keypiar by name |
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 | ex_list_availability_zones | Return a list of L{ExEC2AvailabilityZone} objects for the current region. |
Method | ex_describe_tags | Return a dictionary of tags for this instance. |
Method | ex_create_tags | Create tags for an instance. |
Method | ex_delete_tags | Delete tags from an instance. |
Method | ex_describe_addresses_for_node | Return a list of Elastic IP addresses associated with this node. |
Method | ex_modify_instance_attribute | Modify node attributes. A list of valid attributes can be found at http://goo.gl/gxcj8 |
Method | ex_change_node_size | Change the node size. Note: Node must be turned of before changing the size. |
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 | _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 |
Method | _get_sizes | Undocumented |
Inherited from NodeDriver (via EC2NodeDriver):
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 |
Nimbus doesn't support elastic IPs, so this is a passthrough