l.d.e.EC2NodeDriver(NodeDriver) : class documentation

Part of libcloud.drivers.ec2 View Source View In Hierarchy

Known subclasses: libcloud.drivers.ec2.EC2EUNodeDriver, libcloud.drivers.ec2.EC2USWestNodeDriver

No class docstring
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 create_security_group Undocumented
Method authorize_security_group_permissive Undocumented
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 list_locations List data centers for a provider @return: list of NodeLocation objects
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:

Method __init__
def _findtext(self, element, xpath): (source)
Undocumented
def _fixxpath(self, xpath): (source)
Undocumented
def _findattr(self, element, xpath): (source)
Undocumented
def _findall(self, element, xpath): (source)
Undocumented
def _pathlist(self, key, arr): (source)
Converts a key and an array of values into AWS query param format.
def _get_boolean(self, element): (source)
Undocumented
def _get_terminate_boolean(self, element): (source)
Undocumented
def _to_nodes(self, object, xpath): (source)
Undocumented
def _to_node(self, element): (source)
Undocumented
def _to_images(self, object): (source)
Undocumented
def _to_image(self, element): (source)
Undocumented
def list_nodes(self): (source)
List all nodes
Returnslist of Node objects
def list_sizes(self, location=None): (source)
List sizes on a provider
Returnslist of NodeSize objects
def list_images(self, location=None): (source)
List images on a provider
Returnslist of NodeImage objects
def create_security_group(self, name, description): (source)
Undocumented
def authorize_security_group_permissive(self, name): (source)
Undocumented
def create_node(self, **kwargs): (source)
Create a new EC2 node

See NodeDriver.create_node for more keyword args. Reference: http://bit.ly/8ZyPSy [docs.amazonwebservices.com]

ParametersnameName (unused by EC2) (type: str)
mincountMinimum number of instances to launch (type: int)
maxcountMaximum number of instances to launch (type: int)
securitygroupName of security group (type: str)
keynameThe name of the key pair (type: str)
userdataUser data (type: str)
def reboot_node(self, node): (source)
Reboot the node by passing in the node object
def destroy_node(self, node): (source)
Destroy node by passing in the node object
def list_locations(self): (source)
List data centers for a provider
Returnslist of NodeLocation objects
API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:36:58.