You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by bu...@apache.org on 2012/07/16 03:48:15 UTC

svn commit: r825928 [21/34] - in /websites/staging/libcloud/trunk/content: ./ apidocs/0.6.2/

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,416 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.vpsnet.VPSNetNodeDriver : 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.v.VPSNetNodeDriver(<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.vpsnet.html">vpsnet</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L75">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.vpsnet.VPSNetNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>VPS.net node driver<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id351">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#create_node">create_node</a></td>
+    <td><span>Create a new VPS.net node</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><span>Reboot a node. @return: <code>bool</code> True if the reboot was 
+successful, otherwise False</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><span>List sizes on a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeSize.html"><code>NodeSize</code></a> 
+objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><span>Destroy a node.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><span>List all nodes @return: <code>list</code> of <a 
+href="libcloud.compute.base.Node.html"><code>Node</code></a> objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#list_images">list_images</a></td>
+    <td><span>List images on a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeImage.html"><code>NodeImage</code></a> 
+objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#list_locations">list_locations</a></td>
+    <td><span>List data centers for a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeLocation.html"><code>NodeLocation</code></a>
+objects</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#_to_node">_to_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#_to_image">_to_image</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#_to_size">_to_size</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#_get_price_per_node">_get_price_per_node</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="id352">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><span>Create a new node, and start deployment.</span></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><span>Block until node is fully booted and has an IP address assigned.</span></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><span>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.</span></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><span>Run the deployment script on the provided node. At this point it is 
+assumed that SSH connection has already been established.</span></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="id353">
+  
+  
+<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><span>Return extra connection keyword arguments which are passed to the 
+Connection class constructor.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver._to_node">
+    
+  </a>
+  <a name="_to_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_node(self, vm):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L85" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver._to_image">
+    
+  </a>
+  <a name="_to_image">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_image(self, image, cloud):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L100" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver._to_size">
+    
+  </a>
+  <a name="_to_size">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_size(self, num):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L107" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver._get_price_per_node">
+    
+  </a>
+  <a name="_get_price_per_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_price_per_node(self, num):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L117" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.create_node">
+    
+  </a>
+  <a name="create_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_node(self, name, image, size, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L121" 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>
+    <div>Create a new VPS.net node</p>
+<p>See <a 
+href="libcloud.compute.base.NodeDriver.html#create_node"><code>NodeDriver.create_node</code></a>
+for more keyword args.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">ex_backups_enabled</td><td>Enable automatic backups (type: <code>bool</code>)</td></tr><tr><td></td><td class="fieldArg">ex_fqdn</td><td>Fully Qualified domain of the node (type: <code>string</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.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/vpsnet.py#L146" 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>
+    <div>Reboot a node.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>bool</code> True if the reboot was successful, otherwise False</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.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/vpsnet.py#L153" 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>
+    <div>List sizes on a provider<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of <a 
+href="libcloud.compute.base.NodeSize.html"><code>NodeSize</code></a> 
+objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.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/vpsnet.py#L160" 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>
+    <div>Destroy a node.</p>
+<p>Depending upon the provider, this may destroy all data associated with 
+the node, including backups.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>bool</code> True if the destroy was successful, otherwise False</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.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/vpsnet.py#L166" 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>
+    <div>List all nodes<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of <a 
+href="libcloud.compute.base.Node.html"><code>Node</code></a> objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.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/vpsnet.py#L170" 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>
+    <div>List images on a provider<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of <a 
+href="libcloud.compute.base.NodeImage.html"><code>NodeImage</code></a> 
+objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.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/vpsnet.py#L182" 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>
+    <div>List data centers for a provider<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of <a 
+href="libcloud.compute.base.NodeLocation.html"><code>NodeLocation</code></a>
+objects</td></tr></table></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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.drivers.vpsnet.VPSNetResponse.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.drivers.vpsnet.VPSNetResponse.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.drivers.vpsnet.VPSNetResponse.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,143 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.vpsnet.VPSNetResponse : 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.v.VPSNetResponse(<a href="libcloud.common.base.JsonResponse.html">JsonResponse</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.vpsnet.html">vpsnet</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L40">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.vpsnet.VPSNetResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id348">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetResponse.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetResponse.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetResponse.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.Response.html">Response</a> (via <a href="libcloud.common.base.JsonResponse.html">JsonResponse</a>):
+        </p>
+        <table class="children sortable" id="id349">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetResponse.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/vpsnet.py#L42" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.JsonResponse.html#parse_body">libcloud.common.base.JsonResponse.parse_body</a></div>
+    <div>Parse response body.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">Parsed body.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetResponse.success">
+    
+  </a>
+  <a name="success">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    success(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L48" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#success">libcloud.common.base.Response.success</a></div>
+    <div>Determine if our request was successful.</p>
+<p>The meaning of this can be arbitrary; did we receive OK status? Did the 
+node get created? Were we authenticated?<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>True</code> or <code>False</code></td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetResponse.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/vpsnet.py#L54" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#parse_error">libcloud.common.base.Response.parse_error</a></div>
+    <div>Parse the error messages.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">Parsed error.</td></tr></table></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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.drivers.vpsnet.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.drivers.vpsnet.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.drivers.vpsnet.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,63 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.vpsnet : 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.vpsnet : 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/vpsnet.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div>VPS.net driver<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id347">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetResponse.html">VPSNetResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetConnection.html">VPSNetConnection</a></td>
+    <td><span>Connection class for the VPS.net driver</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html">VPSNetNodeDriver</a></td>
+    <td><span>VPS.net node driver</span></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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,81 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute : 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="package">l.compute : package documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div>Module for working with Cloud Servers<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id211">
+  
+  
+<tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.base.html">base</a></td>
+    <td><span>Provides base classes for working with drivers</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.deployment.html">deployment</a></td>
+    <td><span>Provides generic deployment steps for machines post boot.</span></td>
+  </tr><tr class="package">
+    
+    
+    <td>Package</td>
+    <td><a href="libcloud.compute.drivers.html">drivers</a></td>
+    <td><span>Drivers for working with different providers</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.providers.html">providers</a></td>
+    <td><span>Provider related utilities</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.ssh.html">ssh</a></td>
+    <td><span>Wraps multiple ways to communicate over SSH</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.types.html">types</a></td>
+    <td><span>Base types used by other parts of libcloud</span></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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.providers.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.providers.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.providers.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,71 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.providers : 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.providers : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/providers.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div>Provider related utilities<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id212">
+  
+  
+<tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.compute.providers.html#get_driver">get_driver</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.providers.get_driver">
+    
+  </a>
+  <a name="get_driver">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_driver(provider):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/providers.py#L102" 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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.ssh.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.ssh.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.ssh.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,40 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.ssh : 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.ssh : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div>Wraps multiple ways to communicate over SSH<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+      
+    </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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.types.Architecture.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.types.Architecture.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.types.Architecture.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,83 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.types.Architecture : 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.t.Architecture(<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.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/types.py#L119">View Source</a>
+      <a href="classIndex.html#libcloud.compute.types.Architecture">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Image and size architectures.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id216">
+  
+  
+<tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Architecture.html#I386">I386</a></td>
+    <td>i386 (32 bt)</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Architecture.html#X86_64">X86_64</a></td>
+    <td>x86_64 (64 bit)</td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.types.Architecture.I386">
+    
+  </a>
+  <a name="I386">
+    
+  </a>
+  <div class="functionHeader">
+    I386 =
+  </div>
+  <div class="functionBody">
+    i386 (32 bt)
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Architecture.X86_64">
+    
+  </a>
+  <a name="X86_64">
+    
+  </a>
+  <div class="functionHeader">
+    X86_64 =
+  </div>
+  <div class="functionBody">
+    x86_64 (64 bit)
+  </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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.types.DeploymentError.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.types.DeploymentError.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.types.DeploymentError.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,120 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.types.DeploymentError : 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.t.DeploymentError(<a href="libcloud.common.types.LibcloudError.html">LibcloudError</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.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/types.py#L129">View Source</a>
+      <a href="classIndex.html#libcloud.compute.types.DeploymentError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Exception used when a Deployment Task failed.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id217">
+  
+  
+<tr class="instancevariable">
+    
+    
+    <td>Instance Variable</td>
+    <td><a href="libcloud.compute.types.DeploymentError.html#node">node</a></td>
+    <td><a href="libcloud.compute.base.Node.html"><code>Node</code></a> on which 
+this exception happened, you might want to call <a 
+href="libcloud.compute.base.Node.html#destroy"><code>Node.destroy</code></a></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.types.DeploymentError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.types.DeploymentError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.types.DeploymentError.node">
+    
+  </a>
+  <a name="node">
+    
+  </a>
+  <div class="functionHeader">
+    node =
+  </div>
+  <div class="functionBody">
+    <a href="libcloud.compute.base.Node.html"><code>Node</code></a> on which 
+this exception happened, you might want to call <a 
+href="libcloud.compute.base.Node.html#destroy"><code>Node.destroy</code></a>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.DeploymentError.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, node, original_exception=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/types.py#L135" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__init__">libcloud.common.types.LibcloudError.__init__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.DeploymentError.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/types.py#L138" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__str__">libcloud.common.types.LibcloudError.__str__</a></div>
+    <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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.types.NodeState.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.types.NodeState.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.types.NodeState.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,140 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.types.NodeState : 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.t.NodeState(<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.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/types.py#L103">View Source</a>
+      <a href="classIndex.html#libcloud.compute.types.NodeState">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Standard states for a node<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id215">
+  
+  
+<tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.NodeState.html#RUNNING">RUNNING</a></td>
+    <td>Node is running</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.NodeState.html#REBOOTING">REBOOTING</a></td>
+    <td>Node is rebooting</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.NodeState.html#TERMINATED">TERMINATED</a></td>
+    <td>Node is terminated</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.NodeState.html#PENDING">PENDING</a></td>
+    <td>Node is pending</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.NodeState.html#UNKNOWN">UNKNOWN</a></td>
+    <td>Node state is unknown</td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.types.NodeState.RUNNING">
+    
+  </a>
+  <a name="RUNNING">
+    
+  </a>
+  <div class="functionHeader">
+    RUNNING =
+  </div>
+  <div class="functionBody">
+    Node is running
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.NodeState.REBOOTING">
+    
+  </a>
+  <a name="REBOOTING">
+    
+  </a>
+  <div class="functionHeader">
+    REBOOTING =
+  </div>
+  <div class="functionBody">
+    Node is rebooting
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.NodeState.TERMINATED">
+    
+  </a>
+  <a name="TERMINATED">
+    
+  </a>
+  <div class="functionHeader">
+    TERMINATED =
+  </div>
+  <div class="functionBody">
+    Node is terminated
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.NodeState.PENDING">
+    
+  </a>
+  <a name="PENDING">
+    
+  </a>
+  <div class="functionHeader">
+    PENDING =
+  </div>
+  <div class="functionBody">
+    Node is pending
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.NodeState.UNKNOWN">
+    
+  </a>
+  <a name="UNKNOWN">
+    
+  </a>
+  <div class="functionHeader">
+    UNKNOWN =
+  </div>
+  <div class="functionBody">
+    Node state is unknown
+  </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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.types.Provider.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.types.Provider.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.types.Provider.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,501 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.types.Provider : 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.t.Provider(<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.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/types.py#L33">View Source</a>
+      <a href="classIndex.html#libcloud.compute.types.Provider">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Defines for each of the supported providers<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id214">
+  
+  
+<tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#DUMMY">DUMMY</a></td>
+    <td>Example provider</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#EC2_US_EAST">EC2_US_EAST</a></td>
+    <td>Amazon AWS US N. Virgina</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#EC2_US_WEST">EC2_US_WEST</a></td>
+    <td>Amazon AWS US N. California</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#EC2_EU_WEST">EC2_EU_WEST</a></td>
+    <td>Amazon AWS EU Ireland</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#RACKSPACE">RACKSPACE</a></td>
+    <td>Rackspace Cloud Servers</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#RACKSPACE_UK">RACKSPACE_UK</a></td>
+    <td>Rackspace UK Cloud Servers</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#SLICEHOST">SLICEHOST</a></td>
+    <td>Slicehost.com</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#GOGRID">GOGRID</a></td>
+    <td>GoGrid</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#VPSNET">VPSNET</a></td>
+    <td>VPS.net</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#LINODE">LINODE</a></td>
+    <td>Linode.com</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#VCLOUD">VCLOUD</a></td>
+    <td>vmware vCloud</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#RIMUHOSTING">RIMUHOSTING</a></td>
+    <td>RimuHosting.com</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#ECP">ECP</a></td>
+    <td>Enomaly</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#IBM">IBM</a></td>
+    <td>IBM Developer Cloud</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#OPENNEBULA">OPENNEBULA</a></td>
+    <td>OpenNebula.org</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#DREAMHOST">DREAMHOST</a></td>
+    <td>DreamHost Private Server</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#CLOUDSIGMA">CLOUDSIGMA</a></td>
+    <td>CloudSigma</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#NIMBUS">NIMBUS</a></td>
+    <td>Nimbus</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#BLUEBOX">BLUEBOX</a></td>
+    <td>Bluebox</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#OPSOURCE">OPSOURCE</a></td>
+    <td>Opsource Cloud</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#NINEFOLD">NINEFOLD</a></td>
+    <td>Ninefold</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#TERREMARK">TERREMARK</a></td>
+    <td>Terremark</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#EC2_US_WEST_OREGON">EC2_US_WEST_OREGON</a></td>
+    <td>Amazon AWS US West 2 (Oregon)</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#CLOUDSTACK">CLOUDSTACK</a></td>
+    <td>CloudStack</td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.types.Provider.DUMMY">
+    
+  </a>
+  <a name="DUMMY">
+    
+  </a>
+  <div class="functionHeader">
+    DUMMY =
+  </div>
+  <div class="functionBody">
+    Example provider
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.EC2_US_EAST">
+    
+  </a>
+  <a name="EC2_US_EAST">
+    
+  </a>
+  <div class="functionHeader">
+    EC2_US_EAST =
+  </div>
+  <div class="functionBody">
+    Amazon AWS US N. Virgina
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.EC2_US_WEST">
+    
+  </a>
+  <a name="EC2_US_WEST">
+    
+  </a>
+  <div class="functionHeader">
+    EC2_US_WEST =
+  </div>
+  <div class="functionBody">
+    Amazon AWS US N. California
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.EC2_EU_WEST">
+    
+  </a>
+  <a name="EC2_EU_WEST">
+    
+  </a>
+  <div class="functionHeader">
+    EC2_EU_WEST =
+  </div>
+  <div class="functionBody">
+    Amazon AWS EU Ireland
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.RACKSPACE">
+    
+  </a>
+  <a name="RACKSPACE">
+    
+  </a>
+  <div class="functionHeader">
+    RACKSPACE =
+  </div>
+  <div class="functionBody">
+    Rackspace Cloud Servers
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.RACKSPACE_UK">
+    
+  </a>
+  <a name="RACKSPACE_UK">
+    
+  </a>
+  <div class="functionHeader">
+    RACKSPACE_UK =
+  </div>
+  <div class="functionBody">
+    Rackspace UK Cloud Servers
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.SLICEHOST">
+    
+  </a>
+  <a name="SLICEHOST">
+    
+  </a>
+  <div class="functionHeader">
+    SLICEHOST =
+  </div>
+  <div class="functionBody">
+    Slicehost.com
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.GOGRID">
+    
+  </a>
+  <a name="GOGRID">
+    
+  </a>
+  <div class="functionHeader">
+    GOGRID =
+  </div>
+  <div class="functionBody">
+    GoGrid
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.VPSNET">
+    
+  </a>
+  <a name="VPSNET">
+    
+  </a>
+  <div class="functionHeader">
+    VPSNET =
+  </div>
+  <div class="functionBody">
+    VPS.net
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.LINODE">
+    
+  </a>
+  <a name="LINODE">
+    
+  </a>
+  <div class="functionHeader">
+    LINODE =
+  </div>
+  <div class="functionBody">
+    Linode.com
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.VCLOUD">
+    
+  </a>
+  <a name="VCLOUD">
+    
+  </a>
+  <div class="functionHeader">
+    VCLOUD =
+  </div>
+  <div class="functionBody">
+    vmware vCloud
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.RIMUHOSTING">
+    
+  </a>
+  <a name="RIMUHOSTING">
+    
+  </a>
+  <div class="functionHeader">
+    RIMUHOSTING =
+  </div>
+  <div class="functionBody">
+    RimuHosting.com
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.ECP">
+    
+  </a>
+  <a name="ECP">
+    
+  </a>
+  <div class="functionHeader">
+    ECP =
+  </div>
+  <div class="functionBody">
+    Enomaly
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.IBM">
+    
+  </a>
+  <a name="IBM">
+    
+  </a>
+  <div class="functionHeader">
+    IBM =
+  </div>
+  <div class="functionBody">
+    IBM Developer Cloud
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.OPENNEBULA">
+    
+  </a>
+  <a name="OPENNEBULA">
+    
+  </a>
+  <div class="functionHeader">
+    OPENNEBULA =
+  </div>
+  <div class="functionBody">
+    OpenNebula.org
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.DREAMHOST">
+    
+  </a>
+  <a name="DREAMHOST">
+    
+  </a>
+  <div class="functionHeader">
+    DREAMHOST =
+  </div>
+  <div class="functionBody">
+    DreamHost Private Server
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.CLOUDSIGMA">
+    
+  </a>
+  <a name="CLOUDSIGMA">
+    
+  </a>
+  <div class="functionHeader">
+    CLOUDSIGMA =
+  </div>
+  <div class="functionBody">
+    CloudSigma
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.NIMBUS">
+    
+  </a>
+  <a name="NIMBUS">
+    
+  </a>
+  <div class="functionHeader">
+    NIMBUS =
+  </div>
+  <div class="functionBody">
+    Nimbus
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.BLUEBOX">
+    
+  </a>
+  <a name="BLUEBOX">
+    
+  </a>
+  <div class="functionHeader">
+    BLUEBOX =
+  </div>
+  <div class="functionBody">
+    Bluebox
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.OPSOURCE">
+    
+  </a>
+  <a name="OPSOURCE">
+    
+  </a>
+  <div class="functionHeader">
+    OPSOURCE =
+  </div>
+  <div class="functionBody">
+    Opsource Cloud
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.NINEFOLD">
+    
+  </a>
+  <a name="NINEFOLD">
+    
+  </a>
+  <div class="functionHeader">
+    NINEFOLD =
+  </div>
+  <div class="functionBody">
+    Ninefold
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.TERREMARK">
+    
+  </a>
+  <a name="TERREMARK">
+    
+  </a>
+  <div class="functionHeader">
+    TERREMARK =
+  </div>
+  <div class="functionBody">
+    Terremark
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.EC2_US_WEST_OREGON">
+    
+  </a>
+  <a name="EC2_US_WEST_OREGON">
+    
+  </a>
+  <div class="functionHeader">
+    EC2_US_WEST_OREGON =
+  </div>
+  <div class="functionBody">
+    Amazon AWS US West 2 (Oregon)
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.CLOUDSTACK">
+    
+  </a>
+  <a name="CLOUDSTACK">
+    
+  </a>
+  <div class="functionHeader">
+    CLOUDSTACK =
+  </div>
+  <div class="functionBody">
+    CloudStack
+  </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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.types.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.types.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.compute.types.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,69 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.types : 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.types : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/types.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div>Base types used by other parts of libcloud<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id213">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.types.Provider.html">Provider</a></td>
+    <td><span>Defines for each of the supported providers</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.types.NodeState.html">NodeState</a></td>
+    <td><span>Standard states for a node</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.types.Architecture.html">Architecture</a></td>
+    <td><span>Image and size architectures.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.types.DeploymentError.html">DeploymentError</a></td>
+    <td><span>Exception used when a Deployment Task failed.</span></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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.deployment.Deployment.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.deployment.Deployment.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.deployment.Deployment.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,99 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.deployment.Deployment : 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.d.Deployment(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.deployment.html">deployment</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L21">View Source</a>
+      <a href="classIndex.html#libcloud.deployment.Deployment">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.deployment.MultiStepDeployment.html">libcloud.deployment.MultiStepDeployment</a>, <a href="libcloud.deployment.ScriptDeployment.html">libcloud.deployment.ScriptDeployment</a>, <a href="libcloud.deployment.SSHKeyDeployment.html">libcloud.deployment.SSHKeyDeployment</a></p>
+    </div>
+    <div>Base class for deployment tasks.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id573">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.Deployment.html#run">run</a></td>
+    <td><span>Runs this deployment task on <code>node</code> using the 
+<code>client</code> provided.</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.Deployment.html#_get_string_value">_get_string_value</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.deployment.Deployment.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, node, client):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L26" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.deployment.MultiStepDeployment.html">libcloud.deployment.MultiStepDeployment</a>, <a href="libcloud.deployment.ScriptDeployment.html">libcloud.deployment.ScriptDeployment</a>, <a href="libcloud.deployment.SSHKeyDeployment.html">libcloud.deployment.SSHKeyDeployment</a></div>
+    <div>Runs this deployment task on <code>node</code> using the 
+<code>client</code> provided.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">node</td><td>Node to operate one (type: <code>Node</code>)</td></tr><tr><td></td><td class="fieldArg">client</td><td>Connected SSH client to use. (type: <a href="libcloud.ssh.BaseSSHClient.html"><code>BaseSSHClient</code></a>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>Node</code></td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.deployment.Deployment._get_string_value">
+    
+  </a>
+  <a name="_get_string_value">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_string_value(self, argument_name, argument_value):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L41" 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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.deployment.MultiStepDeployment.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.deployment.MultiStepDeployment.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.deployment.MultiStepDeployment.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,144 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.deployment.MultiStepDeployment : 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.d.MultiStepDeployment(<a href="libcloud.deployment.Deployment.html">Deployment</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.deployment.html">deployment</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L115">View Source</a>
+      <a href="classIndex.html#libcloud.deployment.MultiStepDeployment">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Runs a chain of Deployment steps.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id578">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.MultiStepDeployment.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.MultiStepDeployment.html#add">add</a></td>
+    <td><span>Add a deployment to this chain.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.MultiStepDeployment.html#run">run</a></td>
+    <td><span>Run each deployment that has been added.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.deployment.Deployment.html">Deployment</a>:
+        </p>
+        <table class="children sortable" id="id579">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.Deployment.html#_get_string_value">_get_string_value</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.deployment.MultiStepDeployment.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, add=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L119" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div><table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">add</td><td>Deployment steps to add. (type: <code>list</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.deployment.MultiStepDeployment.add">
+    
+  </a>
+  <a name="add">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add(self, add):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L127" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Add a deployment to this chain.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">add</td><td>Adds this deployment to the others already in this object. (type: Single <a 
+href="libcloud.deployment.Deployment.html"><code>Deployment</code></a> or a
+<code>list</code> of <a 
+href="libcloud.deployment.Deployment.html"><code>Deployment</code></a>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.deployment.MultiStepDeployment.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, node, client):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L137" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.deployment.Deployment.html#run">libcloud.compute.deployment.Deployment.run</a></div>
+    <div>Run each deployment that has been added.</p>
+<p>See also <a 
+href="libcloud.deployment.Deployment.html#run"><code>Deployment.run</code></a><table class="fieldTable"></table></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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.deployment.SSHKeyDeployment.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.deployment.SSHKeyDeployment.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.deployment.SSHKeyDeployment.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,115 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.deployment.SSHKeyDeployment : 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.d.SSHKeyDeployment(<a href="libcloud.deployment.Deployment.html">Deployment</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.deployment.html">deployment</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L53">View Source</a>
+      <a href="classIndex.html#libcloud.deployment.SSHKeyDeployment">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Installs a public SSH Key onto a host.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id574">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.SSHKeyDeployment.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.SSHKeyDeployment.html#run">run</a></td>
+    <td><span>Installs SSH key into <code>.ssh/authorized_keys</code></span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.deployment.Deployment.html">Deployment</a>:
+        </p>
+        <table class="children sortable" id="id575">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.Deployment.html#_get_string_value">_get_string_value</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.deployment.SSHKeyDeployment.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, key):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L58" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div><table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">key</td><td>Contents of the public key write (type: <code>str</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.deployment.SSHKeyDeployment.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, node, client):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L66" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.deployment.Deployment.html#run">libcloud.compute.deployment.Deployment.run</a></div>
+    <div>Installs SSH key into <code>.ssh/authorized_keys</code></p>
+<p>See also <a 
+href="libcloud.deployment.Deployment.html#run"><code>Deployment.run</code></a><table class="fieldTable"></table></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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.deployment.ScriptDeployment.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.deployment.ScriptDeployment.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.deployment.ScriptDeployment.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,116 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.deployment.ScriptDeployment : 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.d.ScriptDeployment(<a href="libcloud.deployment.Deployment.html">Deployment</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.deployment.html">deployment</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L75">View Source</a>
+      <a href="classIndex.html#libcloud.deployment.ScriptDeployment">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Runs an arbitrary Shell Script task.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id576">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.ScriptDeployment.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.ScriptDeployment.html#run">run</a></td>
+    <td><span>Uploads the shell script and then executes it.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.deployment.Deployment.html">Deployment</a>:
+        </p>
+        <table class="children sortable" id="id577">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.Deployment.html#_get_string_value">_get_string_value</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.deployment.ScriptDeployment.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, script, name=None, delete=False):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L80" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div><table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">script</td><td>Contents of the script to run (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">name</td><td>Name of the script to upload it as, if not specified, a random name will be
+choosen. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">delete</td><td>Whether to delete the script on completion. (type: <code>bool</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.deployment.ScriptDeployment.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, node, client):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L103" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.deployment.Deployment.html#run">libcloud.compute.deployment.Deployment.run</a></div>
+    <div>Uploads the shell script and then executes it.</p>
+<p>See also <a 
+href="libcloud.deployment.Deployment.html#run"><code>Deployment.run</code></a><table class="fieldTable"></table></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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.deployment.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.deployment.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.deployment.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,69 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.deployment : 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.deployment : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/deployment.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id572">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.deployment.Deployment.html">Deployment</a></td>
+    <td><span>Base class for deployment tasks.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.deployment.SSHKeyDeployment.html">SSHKeyDeployment</a></td>
+    <td><span>Installs a public SSH Key onto a host.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.deployment.ScriptDeployment.html">ScriptDeployment</a></td>
+    <td><span>Runs an arbitrary Shell Script task.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.deployment.MultiStepDeployment.html">MultiStepDeployment</a></td>
+    <td><span>Runs a chain of Deployment steps.</span></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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.dns.__init__.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.dns.__init__.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.2/libcloud.dns.__init__.html Mon Jul 16 01:48:05 2012
@@ -0,0 +1,40 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.__init__ : 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.d.__init__ : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/__init__.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+      
+    </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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file