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

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

Driver class for Eucalyptus
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.
def __init__(self, key, secret=None, secure=True, host=None, path=None, port=None): (source)
ParameterskeyAPI key or username to used (type: str)
secretSecret password to be used (type: str)
secureWeither to use HTTPS or HTTP. Note: Some providers only support HTTPS, and it is on by default. (type: bool)
hostOverride hostname used for connections. (type: str)
portOverride port used for connections. (type: int)
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:42:22.