You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/10/19 13:28:48 UTC

svn commit: r1186108 [8/31] - in /libcloud/site/trunk/content/apidocs: ./ 0.6.0-beta1/

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.CloudStackAddress.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.CloudStackAddress.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.CloudStackAddress.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.CloudStackAddress.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,149 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.cloudstack.CloudStackAddress : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.c.CloudStackAddress(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.cloudstack.html">cloudstack</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L43">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.cloudstack.CloudStackAddress">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>A public IP address.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id104">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackAddress.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackAddress.html#release">release</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackAddress.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackAddress.html#__eq__">__eq__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackAddress.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, node, id, address):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L46" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackAddress.release">
+    
+  </a>
+  <a name="release">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    release(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L51" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackAddress.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L54" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackAddress.__eq__">
+    
+  </a>
+  <a name="__eq__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __eq__(self, other):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L57" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.CloudStackForwardingRule.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.CloudStackForwardingRule.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.CloudStackForwardingRule.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.CloudStackForwardingRule.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,123 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.cloudstack.CloudStackForwardingRule : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.c.CloudStackForwardingRule(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.cloudstack.html">cloudstack</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L60">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.cloudstack.CloudStackForwardingRule">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>A NAT/firewall forwarding rule.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id105">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackForwardingRule.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackForwardingRule.html#delete">delete</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackForwardingRule.html#__eq__">__eq__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackForwardingRule.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, node, id, address, protocol, start_port, end_port=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L63" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackForwardingRule.delete">
+    
+  </a>
+  <a name="delete">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    delete(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L71" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackForwardingRule.__eq__">
+    
+  </a>
+  <a name="__eq__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __eq__(self, other):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L74" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.CloudStackNode.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.CloudStackNode.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.CloudStackNode.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.CloudStackNode.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,189 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.cloudstack.CloudStackNode : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.c.CloudStackNode(<a href="libcloud.compute.base.Node.html">Node</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.cloudstack.html">cloudstack</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L22">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.cloudstack.CloudStackNode">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Subclass of Node so we can expose our extension methods.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id102">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNode.html#ex_allocate_public_ip">ex_allocate_public_ip</a></td>
+    <td><tt>Allocate a public IP and bind it to this node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNode.html#ex_release_public_ip">ex_release_public_ip</a></td>
+    <td><tt>Release a public IP that this node holds.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNode.html#ex_add_ip_forwarding_rule">ex_add_ip_forwarding_rule</a></td>
+    <td><tt>Add a NAT/firewall forwarding rule for a port or ports.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNode.html#ex_delete_ip_forwarding_rule">ex_delete_ip_forwarding_rule</a></td>
+    <td><tt>Delete a NAT/firewall rule.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.Node.html">Node</a>:
+        </p>
+        <table class="children sortable" id="id103">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#get_uuid">get_uuid</a></td>
+    <td><tt>Unique hash for this node</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#reboot">reboot</a></td>
+    <td><tt>Reboot this node</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#destroy">destroy</a></td>
+    <td><tt>Destroy this node</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackNode.ex_allocate_public_ip">
+    
+  </a>
+  <a name="ex_allocate_public_ip">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_allocate_public_ip(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L25" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Allocate a public IP and bind it to this node.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackNode.ex_release_public_ip">
+    
+  </a>
+  <a name="ex_release_public_ip">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_release_public_ip(self, address):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L29" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Release a public IP that this node holds.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackNode.ex_add_ip_forwarding_rule">
+    
+  </a>
+  <a name="ex_add_ip_forwarding_rule">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_add_ip_forwarding_rule(self, address, protocol, start_port, end_port=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L33" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Add a NAT/firewall forwarding rule for a port or ports.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackNode.ex_delete_ip_forwarding_rule">
+    
+  </a>
+  <a name="ex_delete_ip_forwarding_rule">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_delete_ip_forwarding_rule(self, rule):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L39" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Delete a NAT/firewall rule.</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,457 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.cloudstack.CloudStackNodeDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.c.CloudStackNodeDriver(<a href="libcloud.common.cloudstack.CloudStackDriverMixIn.html">CloudStackDriverMixIn</a>, <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.cloudstack.html">cloudstack</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L77">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.cloudstack.CloudStackNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.compute.drivers.ninefold.NinefoldNodeDriver.html">libcloud.compute.drivers.ninefold.NinefoldNodeDriver</a></p>
+    </div>
+    <pre>Driver for the CloudStack API.
+
+@cvar host: The host where the API can be reached.
+@cvar path: The path where the API can be reached.
+@cvar async_poll_frequency: How often (in seconds) to poll for async
+                            job completion.
+@type async_poll_frequency: C{int}</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id106">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html#list_images">list_images</a></td>
+    <td><tt>List images on a provider @return: C{list} of L{NodeImage} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html#list_locations">list_locations</a></td>
+    <td><tt>List data centers for a provider @return: C{list} of L{NodeLocation} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><tt>List all nodes @return: C{list} of L{Node} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><tt>List sizes on a provider @return: C{list} of L{NodeSize} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html#create_node">create_node</a></td>
+    <td><tt>Create a new node instance.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><tt>Destroy a node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><tt>Reboot a node. @return: C{bool} True if the reboot was successful, otherwise False</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html#ex_allocate_public_ip">ex_allocate_public_ip</a></td>
+    <td><tt>Allocate a public IP and bind it to a node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html#ex_release_public_ip">ex_release_public_ip</a></td>
+    <td><tt>Release a public IP.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html#ex_add_ip_forwarding_rule">ex_add_ip_forwarding_rule</a></td>
+    <td><tt>Add a NAT/firewall forwarding rule.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html#ex_delete_ip_forwarding_rule">ex_delete_ip_forwarding_rule</a></td>
+    <td><tt>Remove a NAT/firewall forwading rule.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.cloudstack.CloudStackDriverMixIn.html">CloudStackDriverMixIn</a>:
+        </p>
+        <table class="children sortable" id="id107">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.cloudstack.CloudStackDriverMixIn.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.cloudstack.CloudStackDriverMixIn.html#_sync_request">_sync_request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.cloudstack.CloudStackDriverMixIn.html#_async_request">_async_request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id108">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#__init__">__init__</a></td>
+    <td><tt>@keyword    key:    API key or username to used @type       key:    str</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><tt>Create a new node, and start deployment.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_wait_until_running">_wait_until_running</a></td>
+    <td><tt>Block until node is fully booted and has an IP address assigned.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_ssh_client_connect">_ssh_client_connect</a></td>
+    <td><tt>Try to connect to the remote SSH server. If a connection times out or is refused it is retried up to timeout number of seconds.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_run_deployment_script">_run_deployment_script</a></td>
+    <td><tt>Run the deployment script on the provided node. At this point it is assumed that SSH connection has already been established.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_get_size_price">_get_size_price</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id109">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><tt>Return extra connection keyword arguments which are passed to the Connection class constructor.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.list_images">
+    
+  </a>
+  <a name="list_images">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_images(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L95" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_images">libcloud.compute.base.NodeDriver.list_images</a></div>
+    <pre>List images on a provider
+@return: C{list} of L{NodeImage} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.list_locations">
+    
+  </a>
+  <a name="list_locations">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_locations(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L111" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_locations">libcloud.compute.base.NodeDriver.list_locations</a></div>
+    <pre>List data centers for a provider
+@return: C{list} of L{NodeLocation} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.list_nodes">
+    
+  </a>
+  <a name="list_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_nodes(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L118" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_nodes">libcloud.compute.base.NodeDriver.list_nodes</a></div>
+    <pre>List all nodes
+@return: C{list} of L{Node} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.list_sizes">
+    
+  </a>
+  <a name="list_sizes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_sizes(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L165" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_sizes">libcloud.compute.base.NodeDriver.list_sizes</a></div>
+    <pre>List sizes on a provider
+@return: C{list} of L{NodeSize} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.create_node">
+    
+  </a>
+  <a name="create_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_node(self, name, size, image, location=None, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L173" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#create_node">libcloud.compute.base.NodeDriver.create_node</a></div>
+    <pre>Create a new node instance.
+
+@keyword    name:   String with a name for this new node (required)
+@type       name:   str
+
+@keyword    size:   The size of resources allocated to this node.
+                    (required)
+@type       size:   L{NodeSize}
+
+@keyword    image:  OS Image to boot on node. (required)
+@type       image:  L{NodeImage}
+
+@keyword    location: Which data center to create a node in. If empty,
+                      undefined behavoir will be selected. (optional)
+@type       location: L{NodeLocation}
+
+@keyword    auth:   Initial authentication information for the node
+                    (optional)
+@type       auth:   L{NodeAuthSSHKey} or L{NodeAuthPassword}
+
+@return: The newly created L{Node}.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.destroy_node">
+    
+  </a>
+  <a name="destroy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    destroy_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L205" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#destroy_node">libcloud.compute.base.NodeDriver.destroy_node</a></div>
+    <pre>Destroy a node.
+
+Depending upon the provider, this may destroy all data associated with
+the node, including backups.
+
+@return: C{bool} True if the destroy was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.reboot_node">
+    
+  </a>
+  <a name="reboot_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    reboot_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L209" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#reboot_node">libcloud.compute.base.NodeDriver.reboot_node</a></div>
+    <pre>Reboot a node.
+@return: C{bool} True if the reboot was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.ex_allocate_public_ip">
+    
+  </a>
+  <a name="ex_allocate_public_ip">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_allocate_public_ip(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L213" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Allocate a public IP and bind it to a node.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.ex_release_public_ip">
+    
+  </a>
+  <a name="ex_release_public_ip">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_release_public_ip(self, node, address):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L229" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Release a public IP.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.ex_add_ip_forwarding_rule">
+    
+  </a>
+  <a name="ex_add_ip_forwarding_rule">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_add_ip_forwarding_rule(self, node, address, protocol, start_port, end_port=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L239" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Add a NAT/firewall forwarding rule.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.ex_delete_ip_forwarding_rule">
+    
+  </a>
+  <a name="ex_delete_ip_forwarding_rule">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_delete_ip_forwarding_rule(self, node, rule):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L262" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Remove a NAT/firewall forwading rule.</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.cloudstack.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,69 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.cloudstack : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.c.d.cloudstack : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id101">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNode.html">CloudStackNode</a></td>
+    <td><tt>Subclass of Node so we can expose our extension methods.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackAddress.html">CloudStackAddress</a></td>
+    <td><tt>A public IP address.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackForwardingRule.html">CloudStackForwardingRule</a></td>
+    <td><tt>A NAT/firewall forwarding rule.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html">CloudStackNodeDriver</a></td>
+    <td><tt>Driver for the CloudStack API.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.DreamhostAPIException.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.DreamhostAPIException.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.DreamhostAPIException.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.DreamhostAPIException.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.dreamhost.DreamhostAPIException : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.d.DreamhostAPIException(<span title="Exception">Exception</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.dreamhost.html">dreamhost</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L75">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.dreamhost.DreamhostAPIException">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id111">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostAPIException.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostAPIException.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.dreamhost.DreamhostAPIException.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L77" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dreamhost.DreamhostAPIException.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L80" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.DreamhostConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.DreamhostConnection.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.DreamhostConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.DreamhostConnection.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,72 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.dreamhost.DreamhostConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.d.DreamhostConnection(<span title="libcloud.common.base.ConnectionKey">ConnectionKey</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.dreamhost.html">dreamhost</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L108">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.dreamhost.DreamhostConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Connection class to connect to DreamHost's API servers</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id113">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostConnection.html#add_default_params">add_default_params</a></td>
+    <td><tt>Add key and format parameters to the request.  Eventually should add unique_id to prevent re-execution of a single request.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.dreamhost.DreamhostConnection.add_default_params">
+    
+  </a>
+  <a name="add_default_params">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add_default_params(self, params):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L117" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Add key and format parameters to the request.  Eventually should add
+unique_id to prevent re-execution of a single request.</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,356 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.dreamhost.DreamhostNodeDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.d.DreamhostNodeDriver(<a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.dreamhost.html">dreamhost</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L128">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.dreamhost.DreamhostNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Node Driver for DreamHost PS</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id114">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html#create_node">create_node</a></td>
+    <td><tt>Create a new Dreamhost node</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><tt>Destroy a node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><tt>Reboot a node. @return: C{bool} True if the reboot was successful, otherwise False</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><tt>List all nodes @return: C{list} of L{Node} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html#list_images">list_images</a></td>
+    <td><tt>List images on a provider @return: C{list} of L{NodeImage} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><tt>List sizes on a provider @return: C{list} of L{NodeSize} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html#list_locations">list_locations</a></td>
+    <td><tt>List data centers for a provider @return: C{list} of L{NodeLocation} objects</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html#_resize_node">_resize_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html#_to_node">_to_node</a></td>
+    <td><tt>Convert the data from a DreamhostResponse object into a Node</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id115">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#__init__">__init__</a></td>
+    <td><tt>@keyword    key:    API key or username to used @type       key:    str</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><tt>Create a new node, and start deployment.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_wait_until_running">_wait_until_running</a></td>
+    <td><tt>Block until node is fully booted and has an IP address assigned.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_ssh_client_connect">_ssh_client_connect</a></td>
+    <td><tt>Try to connect to the remote SSH server. If a connection times out or is refused it is retried up to timeout number of seconds.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_run_deployment_script">_run_deployment_script</a></td>
+    <td><tt>Run the deployment script on the provided node. At this point it is assumed that SSH connection has already been established.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_get_size_price">_get_size_price</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id116">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><tt>Return extra connection keyword arguments which are passed to the Connection class constructor.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.create_node">
+    
+  </a>
+  <a name="create_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_node(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L139" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#create_node">libcloud.compute.base.NodeDriver.create_node</a></div>
+    <pre>Create a new Dreamhost node
+
+See L{NodeDriver.create_node} for more keyword args.
+
+@keyword    ex_movedata: Copy all your existing users to this new PS
+@type       ex_movedata: C{str}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.destroy_node">
+    
+  </a>
+  <a name="destroy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    destroy_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L167" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#destroy_node">libcloud.compute.base.NodeDriver.destroy_node</a></div>
+    <pre>Destroy a node.
+
+Depending upon the provider, this may destroy all data associated with
+the node, including backups.
+
+@return: C{bool} True if the destroy was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.reboot_node">
+    
+  </a>
+  <a name="reboot_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    reboot_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L177" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#reboot_node">libcloud.compute.base.NodeDriver.reboot_node</a></div>
+    <pre>Reboot a node.
+@return: C{bool} True if the reboot was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.list_nodes">
+    
+  </a>
+  <a name="list_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_nodes(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L187" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_nodes">libcloud.compute.base.NodeDriver.list_nodes</a></div>
+    <pre>List all nodes
+@return: C{list} of L{Node} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.list_images">
+    
+  </a>
+  <a name="list_images">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_images(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L192" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_images">libcloud.compute.base.NodeDriver.list_images</a></div>
+    <pre>List images on a provider
+@return: C{list} of L{NodeImage} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.list_sizes">
+    
+  </a>
+  <a name="list_sizes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_sizes(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L204" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_sizes">libcloud.compute.base.NodeDriver.list_sizes</a></div>
+    <pre>List sizes on a provider
+@return: C{list} of L{NodeSize} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.list_locations">
+    
+  </a>
+  <a name="list_locations">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_locations(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L213" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_locations">libcloud.compute.base.NodeDriver.list_locations</a></div>
+    <pre>List data centers for a provider
+@return: C{list} of L{NodeLocation} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver._resize_node">
+    
+  </a>
+  <a name="_resize_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _resize_node(self, node, size):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L221" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver._to_node">
+    
+  </a>
+  <a name="_to_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_node(self, data):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L235" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Convert the data from a DreamhostResponse object into a Node</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.DreamhostResponse.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.DreamhostResponse.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.DreamhostResponse.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.DreamhostResponse.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,123 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.dreamhost.DreamhostResponse : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.d.DreamhostResponse(<span title="libcloud.common.base.Response">Response</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.dreamhost.html">dreamhost</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L84">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.dreamhost.DreamhostResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Response class for DreamHost PS</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id112">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostResponse.html#parse_body">parse_body</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostResponse.html#parse_error">parse_error</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostResponse.html#_api_parse_error">_api_parse_error</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.dreamhost.DreamhostResponse.parse_body">
+    
+  </a>
+  <a name="parse_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_body(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L89" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dreamhost.DreamhostResponse.parse_error">
+    
+  </a>
+  <a name="parse_error">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_error(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L95" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dreamhost.DreamhostResponse._api_parse_error">
+    
+  </a>
+  <a name="_api_parse_error">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _api_parse_error(self, response):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py#L98" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dreamhost.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,69 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.dreamhost : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.c.d.dreamhost : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dreamhost.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>DreamHost Driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id110">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostAPIException.html">DreamhostAPIException</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostResponse.html">DreamhostResponse</a></td>
+    <td><tt>Response class for DreamHost PS</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostConnection.html">DreamhostConnection</a></td>
+    <td><tt>Connection class to connect to DreamHost's API servers</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html">DreamhostNodeDriver</a></td>
+    <td><tt>Node Driver for DreamHost PS</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dummy.DummyConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dummy.DummyConnection.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dummy.DummyConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dummy.DummyConnection.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,71 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.dummy.DummyConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.d.DummyConnection(<span title="libcloud.common.base.ConnectionKey">ConnectionKey</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.dummy.html">dummy</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dummy.py#L29">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.dummy.DummyConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Dummy connection class</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id118">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dummy.DummyConnection.html#connect">connect</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.dummy.DummyConnection.connect">
+    
+  </a>
+  <a name="connect">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    connect(self, host=None, port=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dummy.py#L34" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dummy.DummyNodeDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dummy.DummyNodeDriver.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dummy.DummyNodeDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dummy.DummyNodeDriver.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,456 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.dummy.DummyNodeDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.d.DummyNodeDriver(<a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.dummy.html">dummy</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dummy.py#L37">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.dummy.DummyNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Dummy node driver
+
+This is a fake driver which appears to always create or destroy
+nodes successfully.
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; node=driver.create_node()
+&gt;&gt;&gt; node.public_ip[0]
+'127.0.0.3'
+&gt;&gt;&gt; node.name
+'dummy-3'
+
+If the credentials you give convert to an integer then the next
+node to be created will be one higher.
+
+Each time you create a node you will get a different IP address.
+
+&gt;&gt;&gt; driver = DummyNodeDriver(22)
+&gt;&gt;&gt; node=driver.create_node()
+&gt;&gt;&gt; node.name
+'dummy-23'</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id119">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html#__init__">__init__</a></td>
+    <td><tt>@keyword    key:    API key or username to used @type       key:    str</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html#get_uuid">get_uuid</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><tt>List the nodes known to a particular driver; There are two default nodes created at the beginning</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><tt>Sets the node state to rebooting; in this dummy driver always returns True as if the reboot had been successful.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><tt>Sets the node state to terminated and removes it from the node list</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html#list_images">list_images</a></td>
+    <td><tt>Returns a list of images as a cloud provider might have</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><tt>Returns a list of node sizes as a cloud provider might have</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html#list_locations">list_locations</a></td>
+    <td><tt>Returns a list of locations of nodes</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html#create_node">create_node</a></td>
+    <td><tt>Creates a dummy node; the node id is equal to the number of nodes in the node list</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id120">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><tt>Create a new node, and start deployment.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_wait_until_running">_wait_until_running</a></td>
+    <td><tt>Block until node is fully booted and has an IP address assigned.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_ssh_client_connect">_ssh_client_connect</a></td>
+    <td><tt>Try to connect to the remote SSH server. If a connection times out or is refused it is retried up to timeout number of seconds.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_run_deployment_script">_run_deployment_script</a></td>
+    <td><tt>Run the deployment script on the provided node. At this point it is assumed that SSH connection has already been established.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_get_size_price">_get_size_price</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id121">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><tt>Return extra connection keyword arguments which are passed to the Connection class constructor.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.dummy.DummyNodeDriver.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, creds):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dummy.py#L67" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#__init__">libcloud.compute.base.NodeDriver.__init__</a></div>
+    <pre>@keyword    key:    API key or username to used
+@type       key:    str
+
+@keyword    secret: Secret password to be used
+@type       secret: str
+
+@keyword    secure: Weither to use HTTPS or HTTP. Note: Some providers
+                    only support HTTPS, and it is on by default.
+@type       secure: bool
+
+@keyword    host: Override hostname used for connections.
+@type       host: str
+
+@keyword    port: Override port used for connections.
+@type       port: int
+
+@keyword    api_version: Optional API version. Only used by drivers
+                         which support multiple API versions.
+@type       api_version: str</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dummy.DummyNodeDriver.get_uuid">
+    
+  </a>
+  <a name="get_uuid">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_uuid(self, unique_field=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dummy.py#L106" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dummy.DummyNodeDriver.list_nodes">
+    
+  </a>
+  <a name="list_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_nodes(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dummy.py#L109" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_nodes">libcloud.compute.base.NodeDriver.list_nodes</a></div>
+    <pre>List the nodes known to a particular driver;
+There are two default nodes created at the beginning
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; node_list=driver.list_nodes()
+&gt;&gt;&gt; sorted([node.name for node in node_list ])
+['dummy-1', 'dummy-2']
+
+each item in the list returned is a node object from which you
+can carry out any node actions you wish
+
+&gt;&gt;&gt; node_list[0].reboot()
+True
+
+As more nodes are added, list_nodes will return them
+
+&gt;&gt;&gt; node=driver.create_node()
+&gt;&gt;&gt; node.size.id
+'s1'
+&gt;&gt;&gt; node.image.id
+'i2'
+&gt;&gt;&gt; sorted([node.name for node in driver.list_nodes()])
+['dummy-1', 'dummy-2', 'dummy-3']</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dummy.DummyNodeDriver.reboot_node">
+    
+  </a>
+  <a name="reboot_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    reboot_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dummy.py#L138" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#reboot_node">libcloud.compute.base.NodeDriver.reboot_node</a></div>
+    <pre>Sets the node state to rebooting; in this dummy driver always
+returns True as if the reboot had been successful.
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; node=driver.create_node()
+&gt;&gt;&gt; from libcloud.compute.types import NodeState
+&gt;&gt;&gt; node.state == NodeState.RUNNING
+True
+&gt;&gt;&gt; node.state == NodeState.REBOOTING
+False
+&gt;&gt;&gt; driver.reboot_node(node)
+True
+&gt;&gt;&gt; node.state == NodeState.REBOOTING
+True
+
+Please note, dummy nodes never recover from the reboot.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dummy.DummyNodeDriver.destroy_node">
+    
+  </a>
+  <a name="destroy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    destroy_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dummy.py#L162" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#destroy_node">libcloud.compute.base.NodeDriver.destroy_node</a></div>
+    <pre>Sets the node state to terminated and removes it from the node list
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; from libcloud.compute.types import NodeState
+&gt;&gt;&gt; node = [node for node in driver.list_nodes() if node.name == 'dummy-1'][0]
+&gt;&gt;&gt; node.state == NodeState.RUNNING
+True
+&gt;&gt;&gt; driver.destroy_node(node)
+True
+&gt;&gt;&gt; node.state == NodeState.RUNNING
+False
+&gt;&gt;&gt; [node for node in driver.list_nodes() if node.name == 'dummy-1']
+[]</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dummy.DummyNodeDriver.list_images">
+    
+  </a>
+  <a name="list_images">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_images(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dummy.py#L184" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_images">libcloud.compute.base.NodeDriver.list_images</a></div>
+    <pre>Returns a list of images as a cloud provider might have
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; sorted([image.name for image in driver.list_images()])
+['Slackware 4', 'Ubuntu 9.04', 'Ubuntu 9.10']</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dummy.DummyNodeDriver.list_sizes">
+    
+  </a>
+  <a name="list_sizes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_sizes(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dummy.py#L199" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_sizes">libcloud.compute.base.NodeDriver.list_sizes</a></div>
+    <pre>Returns a list of node sizes as a cloud provider might have
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; sorted([size.ram for size in driver.list_sizes()])
+[128, 512, 4096, 8192]</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dummy.DummyNodeDriver.list_locations">
+    
+  </a>
+  <a name="list_locations">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_locations(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dummy.py#L240" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_locations">libcloud.compute.base.NodeDriver.list_locations</a></div>
+    <pre>Returns a list of locations of nodes
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; sorted([loc.name + " in " + loc.country for loc in driver.list_locations()])
+['Island Datacenter in FJ', 'London Loft in GB', "Paul's Room in US"]</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dummy.DummyNodeDriver.create_node">
+    
+  </a>
+  <a name="create_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_node(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dummy.py#L264" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#create_node">libcloud.compute.base.NodeDriver.create_node</a></div>
+    <pre>Creates a dummy node; the node id is equal to the number of
+nodes in the node list
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; sorted([node.name for node in driver.list_nodes()])
+['dummy-1', 'dummy-2']
+&gt;&gt;&gt; nodeA = driver.create_node()
+&gt;&gt;&gt; sorted([node.name for node in driver.list_nodes()])
+['dummy-1', 'dummy-2', 'dummy-3']
+&gt;&gt;&gt; driver.create_node().name
+'dummy-4'
+&gt;&gt;&gt; driver.destroy_node(nodeA)
+True
+&gt;&gt;&gt; sorted([node.name for node in driver.list_nodes()])
+['dummy-1', 'dummy-2', 'dummy-4']</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dummy.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dummy.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dummy.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.dummy.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,111 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.dummy : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.c.d.dummy : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dummy.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Dummy Driver
+
+@note: This driver is out of date</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id117">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.dummy.DummyConnection.html">DummyConnection</a></td>
+    <td><tt>Dummy connection class</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html">DummyNodeDriver</a></td>
+    <td><tt>Dummy node driver</tt></td>
+  </tr><tr class="function private">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.compute.drivers.dummy.html#_ip_to_int">_ip_to_int</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function private">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.compute.drivers.dummy.html#_int_to_ip">_int_to_ip</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.dummy._ip_to_int">
+    
+  </a>
+  <a name="_ip_to_int">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _ip_to_int(ip):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dummy.py#L298" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.dummy._int_to_ip">
+    
+  </a>
+  <a name="_int_to_ip">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _int_to_ip(ip):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/dummy.py#L301" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.ec2.EC2APNEConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.ec2.EC2APNEConnection.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.ec2.EC2APNEConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.ec2.EC2APNEConnection.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,62 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.ec2.EC2APNEConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.EC2APNEConnection(<a href="libcloud.compute.drivers.ec2.EC2Connection.html">EC2Connection</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.ec2.html">ec2</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L957">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.ec2.EC2APNEConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Connection class for EC2 in the Northeast Asia Pacific Region</pre>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.ec2.EC2Connection.html">EC2Connection</a>:
+        </p>
+        <table class="children sortable" id="id143">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2Connection.html#add_default_params">add_default_params</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2Connection.html#_get_aws_auth_param">_get_aws_auth_param</a></td>
+    <td><tt>Creates the signature required for AWS, per http://bit.ly/aR7GaQ [docs.amazonwebservices.com]:</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file