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/04/01 20:08:09 UTC

svn commit: r811023 [9/39] - in /websites/staging/libcloud/trunk/content: ./ apidocs/ apidocs/0.9.1/

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.CloudSigmaLvsNodeDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.CloudSigmaLvsNodeDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.CloudSigmaLvsNodeDriver.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,238 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.cloudsigma.CloudSigmaLvsNodeDriver : 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.CloudSigmaLvsNodeDriver(<a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html">CloudSigmaBaseNodeDriver</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.cloudsigma.html">cloudsigma</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudsigma.py#L591">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.cloudsigma.CloudSigmaLvsNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>CloudSigma node driver for the Las Vegas end-point</pre>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html">CloudSigmaBaseNodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id298">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><tt>Reboot a node.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><tt>Destroy a node (all the drives associated with it are NOT destroyed).</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#list_images">list_images</a></td>
+    <td><tt>Return a list of available standard images (this call might take up to 15 seconds to return).</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><tt>Return a list of available node sizes.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><tt>Return a list of nodes.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#create_node">create_node</a></td>
+    <td><tt>Creates a CloudSigma instance</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_destroy_node_and_drives">ex_destroy_node_and_drives</a></td>
+    <td><tt>Destroy a node and all the drives associated with it.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_static_ip_list">ex_static_ip_list</a></td>
+    <td><tt>Return a list of available static IP addresses.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_drives_list">ex_drives_list</a></td>
+    <td><tt>Return a list of all the available drives.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_static_ip_create">ex_static_ip_create</a></td>
+    <td><tt>Create a new static IP address.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_static_ip_destroy">ex_static_ip_destroy</a></td>
+    <td><tt>Destroy a static IP address.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_drive_destroy">ex_drive_destroy</a></td>
+    <td><tt>Destroy a drive with a specified uuid. If the drive is currently mounted an exception is thrown.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_set_node_configuration">ex_set_node_configuration</a></td>
+    <td><tt>Update a node configuration. Changing most of the parameters requires node to be stopped.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_start_node">ex_start_node</a></td>
+    <td><tt>Start a node.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_stop_node">ex_stop_node</a></td>
+    <td><tt>Stop (shutdown) a node.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_shutdown_node">ex_shutdown_node</a></td>
+    <td><tt>Stop (shutdown) a node.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_destroy_drive">ex_destroy_drive</a></td>
+    <td><tt>Destroy a drive.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#_to_node">_to_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#_get_node">_get_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#_get_node_info">_get_node_info</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a> (via <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html">CloudSigmaBaseNodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id299">
+  
+  
+<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#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="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.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html">CloudSigmaBaseNodeDriver</a>, <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id300">
+  
+  
+<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>
+    
+    
+    
+
+    
+    <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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.CloudSigmaNodeSize.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.CloudSigmaNodeSize.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.CloudSigmaNodeSize.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,119 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.cloudsigma.CloudSigmaNodeSize : 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.CloudSigmaNodeSize(<a href="libcloud.compute.base.NodeSize.html">NodeSize</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.cloudsigma.html">cloudsigma</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudsigma.py#L171">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.cloudsigma.CloudSigmaNodeSize">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id287">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaNodeSize.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.cloudsigma.CloudSigmaNodeSize.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.UuidMixin.html">UuidMixin</a> (via <a href="libcloud.compute.base.NodeSize.html">NodeSize</a>):
+        </p>
+        <table class="children sortable" id="id288">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.UuidMixin.html#get_uuid">get_uuid</a></td>
+    <td><tt>Unique hash for a node, node image, or node size</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.UuidMixin.html#uuid">uuid</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.cloudsigma.CloudSigmaNodeSize.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, id, name, cpu, ram, disk, bandwidth, price, driver):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudsigma.py#L172" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeSize.html#__init__">libcloud.compute.base.NodeSize.__init__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudsigma.CloudSigmaNodeSize.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudsigma.py#L182" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeSize.html#__repr__">libcloud.compute.base.NodeSize.__repr__</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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.CloudSigmaResponse.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.CloudSigmaResponse.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.CloudSigmaResponse.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,158 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.cloudsigma.CloudSigmaResponse : 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.CloudSigmaResponse(<a href="libcloud.common.base.Response.html">Response</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.cloudsigma.html">cloudsigma</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudsigma.py#L154">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.cloudsigma.CloudSigmaResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id285">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaResponse.html#success">success</a></td>
+    <td><tt>Determine if our request was successful.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaResponse.html#parse_body">parse_body</a></td>
+    <td><tt>Parse response body.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaResponse.html#parse_error">parse_error</a></td>
+    <td><tt>Parse the error messages.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Response.html">Response</a>:
+        </p>
+        <table class="children sortable" id="id286">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.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.base.Response.html#_decompress_response">_decompress_response</a></td>
+    <td><tt>Decompress a response body if it is using deflate or gzip encoding.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.cloudsigma.CloudSigmaResponse.success">
+    
+  </a>
+  <a name="success">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    success(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudsigma.py#L155" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Response.html#success">libcloud.common.base.Response.success</a></div>
+    <pre>Determine if our request was successful.
+
+The meaning of this can be arbitrary; did we receive OK status? Did
+the node get created? Were we authenticated?
+
+@return: C{True} or C{False}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudsigma.CloudSigmaResponse.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/cloudsigma.py#L161" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Response.html#parse_body">libcloud.common.base.Response.parse_body</a></div>
+    <pre>Parse response body.
+
+Override in a provider's subclass.
+
+@return: Parsed body.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.cloudsigma.CloudSigmaResponse.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/cloudsigma.py#L167" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Response.html#parse_error">libcloud.common.base.Response.parse_error</a></div>
+    <pre>Parse the error messages.
+
+Override in a provider's subclass.
+
+@return: Parsed error.</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 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.CloudSigmaZrhConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.CloudSigmaZrhConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.CloudSigmaZrhConnection.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,56 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.cloudsigma.CloudSigmaZrhConnection : 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.CloudSigmaZrhConnection(<a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseConnection.html">CloudSigmaBaseConnection</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.cloudsigma.html">cloudsigma</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudsigma.py#L569">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.cloudsigma.CloudSigmaZrhConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Connection class for the CloudSigma driver for the Zurich end-point</pre>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseConnection.html">CloudSigmaBaseConnection</a>:
+        </p>
+        <table class="children sortable" id="id293">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseConnection.html#add_default_headers">add_default_headers</a></td>
+    <td><span class="undocumented">Undocumented</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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.CloudSigmaZrhNodeDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.CloudSigmaZrhNodeDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.CloudSigmaZrhNodeDriver.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,238 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.cloudsigma.CloudSigmaZrhNodeDriver : 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.CloudSigmaZrhNodeDriver(<a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html">CloudSigmaBaseNodeDriver</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.cloudsigma.html">cloudsigma</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudsigma.py#L576">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.cloudsigma.CloudSigmaZrhNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>CloudSigma node driver for the Zurich end-point</pre>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html">CloudSigmaBaseNodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id294">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><tt>Reboot a node.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><tt>Destroy a node (all the drives associated with it are NOT destroyed).</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#list_images">list_images</a></td>
+    <td><tt>Return a list of available standard images (this call might take up to 15 seconds to return).</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><tt>Return a list of available node sizes.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><tt>Return a list of nodes.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#create_node">create_node</a></td>
+    <td><tt>Creates a CloudSigma instance</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_destroy_node_and_drives">ex_destroy_node_and_drives</a></td>
+    <td><tt>Destroy a node and all the drives associated with it.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_static_ip_list">ex_static_ip_list</a></td>
+    <td><tt>Return a list of available static IP addresses.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_drives_list">ex_drives_list</a></td>
+    <td><tt>Return a list of all the available drives.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_static_ip_create">ex_static_ip_create</a></td>
+    <td><tt>Create a new static IP address.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_static_ip_destroy">ex_static_ip_destroy</a></td>
+    <td><tt>Destroy a static IP address.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_drive_destroy">ex_drive_destroy</a></td>
+    <td><tt>Destroy a drive with a specified uuid. If the drive is currently mounted an exception is thrown.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_set_node_configuration">ex_set_node_configuration</a></td>
+    <td><tt>Update a node configuration. Changing most of the parameters requires node to be stopped.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_start_node">ex_start_node</a></td>
+    <td><tt>Start a node.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_stop_node">ex_stop_node</a></td>
+    <td><tt>Stop (shutdown) a node.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_shutdown_node">ex_shutdown_node</a></td>
+    <td><tt>Stop (shutdown) a node.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#ex_destroy_drive">ex_destroy_drive</a></td>
+    <td><tt>Destroy a drive.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#_to_node">_to_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#_get_node">_get_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html#_get_node_info">_get_node_info</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a> (via <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html">CloudSigmaBaseNodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id295">
+  
+  
+<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#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="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.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html">CloudSigmaBaseNodeDriver</a>, <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id296">
+  
+  
+<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>
+    
+    
+    
+
+    
+    <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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudsigma.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,105 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.cloudsigma : 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.cloudsigma : 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/cloudsigma.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>CloudSigma Driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id282">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaException.html">CloudSigmaException</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaInsufficientFundsException.html">CloudSigmaInsufficientFundsException</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaResponse.html">CloudSigmaResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaNodeSize.html">CloudSigmaNodeSize</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseConnection.html">CloudSigmaBaseConnection</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html">CloudSigmaBaseNodeDriver</a></td>
+    <td><span class="undocumented">No class docstring; 17/20 methods documented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaZrhConnection.html">CloudSigmaZrhConnection</a></td>
+    <td><tt>Connection class for the CloudSigma driver for the Zurich end-point</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaZrhNodeDriver.html">CloudSigmaZrhNodeDriver</a></td>
+    <td><tt>CloudSigma node driver for the Zurich end-point</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaLvsConnection.html">CloudSigmaLvsConnection</a></td>
+    <td><tt>Connection class for the CloudSigma driver for the Las Vegas end-point</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.CloudSigmaLvsNodeDriver.html">CloudSigmaLvsNodeDriver</a></td>
+    <td><tt>CloudSigma node driver for the Las Vegas end-point</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 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudstack.CloudStackAddress.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudstack.CloudStackAddress.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudstack.CloudStackAddress.html Sun Apr  1 18:07:58 2012
@@ -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#L45">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="id192">
+  
+  
+<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#L48" 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#L53" 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#L56" 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#L59" 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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudstack.CloudStackForwardingRule.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudstack.CloudStackForwardingRule.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudstack.CloudStackForwardingRule.html Sun Apr  1 18:07:58 2012
@@ -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#L63">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="id193">
+  
+  
+<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#L66" 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#L74" 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#L77" 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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudstack.CloudStackNode.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudstack.CloudStackNode.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudstack.CloudStackNode.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,229 @@
+<!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#L23">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="id189">
+  
+  
+<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="id190">
+  
+  
+<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#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><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#_set_public_ips">_set_public_ips</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#_get_public_ips">_get_public_ips</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#_set_private_ips">_set_private_ips</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#_get_private_ips">_get_private_ips</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.UuidMixin.html">UuidMixin</a> (via <a href="libcloud.compute.base.Node.html">Node</a>):
+        </p>
+        <table class="children sortable" id="id191">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.UuidMixin.html#get_uuid">get_uuid</a></td>
+    <td><tt>Unique hash for a node, node image, or node size</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.UuidMixin.html#uuid">uuid</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#L26" 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#L30" 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#L34" 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#L40" 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 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,504 @@
+<!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#L81">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="id194">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.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.cloudstack.CloudStackNodeDriver.html#list_images">list_images</a></td>
+    <td><tt>List images on a provider</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</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.</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="id195">
+  
+  
+<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="id196">
+  
+  
+<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="id197">
+  
+  
+<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.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, key, *args, secret=None, secure=True, host=None, path=None, port=None, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/cloudstack.py#L102" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.cloudstack.CloudStackDriverMixIn.html#__init__">libcloud.common.cloudstack.CloudStackDriverMixIn.__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.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#L119" 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
+
+@keyword location: The location at which to list images
+@type location: L{NodeLocation}
+
+@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#L135" 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#L142" 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#L195" 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
+
+@keyword location: The location at which to list sizes
+@type location: L{NodeLocation}
+
+@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#L203" 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#L242" 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.
+
+@param node: The node to be destroyed
+@type node: L{Node}
+
+@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#L246" 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.
+
+@param node: The node to be rebooted
+@type node: L{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#L250" 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#L266" 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#L276" 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#L299" 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 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudstack.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudstack.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.cloudstack.html Sun Apr  1 18:07:58 2012
@@ -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="id188">
+  
+  
+<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 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.dreamhost.DreamhostAPIException.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.dreamhost.DreamhostAPIException.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.dreamhost.DreamhostAPIException.html Sun Apr  1 18:07:58 2012
@@ -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#L70">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="id348">
+  
+  
+<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#L72" 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#L75" 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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.dreamhost.DreamhostConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.dreamhost.DreamhostConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.dreamhost.DreamhostConnection.html Sun Apr  1 18:07:58 2012
@@ -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#L104">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="id351">
+  
+  
+<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#L113" 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 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file