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:45:01 UTC

svn commit: r825918 [10/15] - in /websites/staging/libcloud/trunk/content: ./ apidocs/0.4.1/

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html Mon Jul 16 01:44:57 2012
@@ -0,0 +1,390 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.rimuhosting.RimuHostingNodeDriver : 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.r.RimuHostingNodeDriver(<a href="libcloud.base.NodeDriver.html">NodeDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a>.<a href="libcloud.drivers.rimuhosting.html">rimuhosting</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L107">View Source</a>
+      <a href="classIndex.html#libcloud.drivers.rimuhosting.RimuHostingNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>RimuHosting node driver<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id63">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><span>List sizes on a provider @return: <code>list</code> of <a 
+href="libcloud.base.NodeSize.html"><code>NodeSize</code></a> objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><span>List all nodes @return: <code>list</code> of <a 
+href="libcloud.base.Node.html"><code>Node</code></a> objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html#list_images">list_images</a></td>
+    <td><span>List images on a provider @return: <code>list</code> of <a 
+href="libcloud.base.NodeImage.html"><code>NodeImage</code></a> objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.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.drivers.rimuhosting.RimuHostingNodeDriver.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.drivers.rimuhosting.RimuHostingNodeDriver.html#create_node">create_node</a></td>
+    <td><span>Creates a RimuHosting instance</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html#list_locations">list_locations</a></td>
+    <td><span>List data centers for a provider @return: <code>list</code> of <a 
+href="libcloud.base.NodeLocation.html"><code>NodeLocation</code></a> 
+objects</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html#_order_uri">_order_uri</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.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.drivers.rimuhosting.RimuHostingNodeDriver.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.drivers.rimuhosting.RimuHostingNodeDriver.html#_to_image">_to_image</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.NodeDriver.html">NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id64">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><span>Create a new node, and start deployment.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, key, host=API_HOST, port=API_PORT, api_context=API_CONTEXT, secure=API_SECURE):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L116" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#__init__">libcloud.base.NodeDriver.__init__</a></div>
+    <div><table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">key</td><td>API key or username to used (type: str)</td></tr><tr><td></td><td class="fieldArg">secret</td><td>Secret password to be used (type: str)</td></tr><tr><td></td><td class="fieldArg">secure</td><td>Weither to use HTTPS or HTTP. Note: Some providers only support HTTPS, and 
+it is on by default. (type: bool)</td></tr><tr><td></td><td class="fieldArg">host</td><td>Override hostname used for connections. (type: str)</td></tr><tr><td></td><td class="fieldArg">port</td><td>Override port used for connections. (type: int)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.rimuhosting.RimuHostingNodeDriver._order_uri">
+    
+  </a>
+  <a name="_order_uri">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _order_uri(self, node, resource):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L128" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.rimuhosting.RimuHostingNodeDriver._to_node">
+    
+  </a>
+  <a name="_to_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_node(self, order):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L133" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.rimuhosting.RimuHostingNodeDriver._to_size">
+    
+  </a>
+  <a name="_to_size">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_size(self, plan):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L147" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.rimuhosting.RimuHostingNodeDriver._to_image">
+    
+  </a>
+  <a name="_to_image">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_image(self, image):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L158" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.list_sizes">
+    
+  </a>
+  <a name="list_sizes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_sizes(self, location=None):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L163" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#list_sizes">libcloud.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.base.NodeSize.html"><code>NodeSize</code></a> objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.list_nodes">
+    
+  </a>
+  <a name="list_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_nodes(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L175" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#list_nodes">libcloud.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.base.Node.html"><code>Node</code></a> objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.list_images">
+    
+  </a>
+  <a name="list_images">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_images(self, location=None):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L181" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#list_images">libcloud.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.base.NodeImage.html"><code>NodeImage</code></a> objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.reboot_node">
+    
+  </a>
+  <a name="reboot_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    reboot_node(self, node):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L188" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#reboot_node">libcloud.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.drivers.rimuhosting.RimuHostingNodeDriver.destroy_node">
+    
+  </a>
+  <a name="destroy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    destroy_node(self, node):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L198" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#destroy_node">libcloud.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.drivers.rimuhosting.RimuHostingNodeDriver.create_node">
+    
+  </a>
+  <a name="create_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_node(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L205" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#create_node">libcloud.base.NodeDriver.create_node</a></div>
+    <div>Creates a RimuHosting instance</p>
+<p>See <a 
+href="libcloud.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">name</td><td>Must be a FQDN. e.g example.com. (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">ex_billing_oid</td><td>If not set, a billing method is automatically picked. (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">ex_host_server_oid</td><td>The host server to set the VPS up on. (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">ex_vps_order_oid_to_clone</td><td>Clone another VPS to use as the image for the new VPS. (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">ex_num_ips</td><td>Number of IPs to allocate. Defaults to 1. (type: <code>int</code>)</td></tr><tr><td></td><td class="fieldArg">ex_extra_ip_reason</td><td>Reason for needing the extra IPs. (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">ex_memory_mb</td><td>Memory to allocat
 e to the VPS. (type: <code>int</code>)</td></tr><tr><td></td><td class="fieldArg">ex_disk_space_mb</td><td>Diskspace to allocate to the VPS. Defaults to 4096 (4GB). (type: <code>int</code>)</td></tr><tr><td></td><td class="fieldArg">ex_disk_space_2_mb</td><td>Secondary disk size allocation. Disabled by default. (type: <code>int</code>)</td></tr><tr><td></td><td class="fieldArg">ex_control_panel</td><td>Control panel to install on the VPS. (type: <code>string</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.list_locations">
+    
+  </a>
+  <a name="list_locations">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_locations(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L305" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#list_locations">libcloud.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.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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:33.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.rimuhosting.RimuHostingResponse.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.rimuhosting.RimuHostingResponse.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.rimuhosting.RimuHostingResponse.html Mon Jul 16 01:44:57 2012
@@ -0,0 +1,142 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.rimuhosting.RimuHostingResponse : 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.r.RimuHostingResponse(<a href="libcloud.base.Response.html">Response</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a>.<a href="libcloud.drivers.rimuhosting.html">rimuhosting</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L45">View Source</a>
+      <a href="classIndex.html#libcloud.drivers.rimuhosting.RimuHostingResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id59">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.rimuhosting.RimuHostingResponse.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.rimuhosting.RimuHostingResponse.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.drivers.rimuhosting.RimuHostingResponse.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.Response.html">Response</a>:
+        </p>
+        <table class="children sortable" id="id60">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.drivers.rimuhosting.RimuHostingResponse.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, response):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L46" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#__init__">libcloud.base.Response.__init__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.rimuhosting.RimuHostingResponse.success">
+    
+  </a>
+  <a name="success">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    success(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L55" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#success">libcloud.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.drivers.rimuhosting.RimuHostingResponse.parse_body">
+    
+  </a>
+  <a name="parse_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_body(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py#L59" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#parse_body">libcloud.base.Response.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>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:33.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.rimuhosting.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.rimuhosting.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.rimuhosting.html Mon Jul 16 01:44:57 2012
@@ -0,0 +1,69 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.rimuhosting : 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.rimuhosting : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rimuhosting.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div>RimuHosting Driver<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id57">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.drivers.rimuhosting.RimuHostingException.html">RimuHostingException</a></td>
+    <td><span>Exception class for RimuHosting driver</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.drivers.rimuhosting.RimuHostingResponse.html">RimuHostingResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.drivers.rimuhosting.RimuHostingConnection.html">RimuHostingConnection</a></td>
+    <td><span>Connection class for the RimuHosting driver</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html">RimuHostingNodeDriver</a></td>
+    <td><span>RimuHosting node driver</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:33.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.slicehost.SlicehostConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.slicehost.SlicehostConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.slicehost.SlicehostConnection.html Mon Jul 16 01:44:57 2012
@@ -0,0 +1,128 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.slicehost.SlicehostConnection : 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.s.SlicehostConnection(<a href="libcloud.base.ConnectionKey.html">ConnectionKey</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a>.<a href="libcloud.drivers.slicehost.html">slicehost</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L56">View Source</a>
+      <a href="classIndex.html#libcloud.drivers.slicehost.SlicehostConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Connection class for the Slicehost driver<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id214">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.slicehost.SlicehostConnection.html#add_default_headers">add_default_headers</a></td>
+    <td><span>Adds default headers (such as Authorization, X-Foo-Bar) to the passed 
+`headers`</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.ConnectionKey.html">ConnectionKey</a>:
+        </p>
+        <table class="children sortable" id="id215">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.ConnectionKey.html#__init__">__init__</a></td>
+    <td><span>Initialize `user_id` and `key`; set `secure` to an <code>int</code> 
+based on passed value.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.ConnectionKey.html#connect">connect</a></td>
+    <td><span>Establish a connection with the API server.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.ConnectionKey.html#user_agent_append">user_agent_append</a></td>
+    <td><span>Append a token to a user agent string.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.ConnectionKey.html#request">request</a></td>
+    <td><span>Request a given `action`.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.ConnectionKey.html#add_default_params">add_default_params</a></td>
+    <td><span>Adds default parameters (such as API key, version, etc.) to the passed 
+`params`</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.ConnectionKey.html#encode_data">encode_data</a></td>
+    <td><span>Encode body data.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.ConnectionKey.html#_user_agent">_user_agent</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.drivers.slicehost.SlicehostConnection.add_default_headers">
+    
+  </a>
+  <a name="add_default_headers">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add_default_headers(self, headers):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L64" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.ConnectionKey.html#add_default_headers">libcloud.base.ConnectionKey.add_default_headers</a></div>
+    <div>Adds default headers (such as Authorization, X-Foo-Bar) to the passed 
+`headers`</p>
+<p>Should return a dictionary.<table class="fieldTable"></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:33.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.slicehost.SlicehostNodeDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.slicehost.SlicehostNodeDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.slicehost.SlicehostNodeDriver.html Mon Jul 16 01:44:57 2012
@@ -0,0 +1,426 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.slicehost.SlicehostNodeDriver : 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.s.SlicehostNodeDriver(<a href="libcloud.base.NodeDriver.html">NodeDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a>.<a href="libcloud.drivers.slicehost.html">slicehost</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L70">View Source</a>
+      <a href="classIndex.html#libcloud.drivers.slicehost.SlicehostNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Slicehost node driver<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id216">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><span>List all nodes @return: <code>list</code> of <a 
+href="libcloud.base.Node.html"><code>Node</code></a> objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><span>List sizes on a provider @return: <code>list</code> of <a 
+href="libcloud.base.NodeSize.html"><code>NodeSize</code></a> objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html#list_images">list_images</a></td>
+    <td><span>List images on a provider @return: <code>list</code> of <a 
+href="libcloud.base.NodeImage.html"><code>NodeImage</code></a> objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html#list_locations">list_locations</a></td>
+    <td><span>List data centers for a provider @return: <code>list</code> of <a 
+href="libcloud.base.NodeLocation.html"><code>NodeLocation</code></a> 
+objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html#create_node">create_node</a></td>
+    <td><span>Create a new node instance.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><span>Reboot the node by passing in the node object</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><span>Destroys the node</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html#_to_nodes">_to_nodes</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.slicehost.SlicehostNodeDriver.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.drivers.slicehost.SlicehostNodeDriver.html#_to_sizes">_to_sizes</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.slicehost.SlicehostNodeDriver.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.drivers.slicehost.SlicehostNodeDriver.html#_to_images">_to_images</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html#_to_image">_to_image</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.NodeDriver.html">NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id217">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeDriver.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><span>Create a new node, and start deployment.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.drivers.slicehost.SlicehostNodeDriver.list_nodes">
+    
+  </a>
+  <a name="list_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_nodes(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L88" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#list_nodes">libcloud.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.base.Node.html"><code>Node</code></a> objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.slicehost.SlicehostNodeDriver.list_sizes">
+    
+  </a>
+  <a name="list_sizes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_sizes(self, location=None):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L91" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#list_sizes">libcloud.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.base.NodeSize.html"><code>NodeSize</code></a> objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.slicehost.SlicehostNodeDriver.list_images">
+    
+  </a>
+  <a name="list_images">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_images(self, location=None):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L94" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#list_images">libcloud.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.base.NodeImage.html"><code>NodeImage</code></a> objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.slicehost.SlicehostNodeDriver.list_locations">
+    
+  </a>
+  <a name="list_locations">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_locations(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L97" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#list_locations">libcloud.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.base.NodeLocation.html"><code>NodeLocation</code></a> 
+objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.slicehost.SlicehostNodeDriver.create_node">
+    
+  </a>
+  <a name="create_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_node(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L104" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#create_node">libcloud.base.NodeDriver.create_node</a></div>
+    <div>Create a new node instance.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">name</td><td>String with a name for this new node (required) (type: str)</td></tr><tr><td></td><td class="fieldArg">size</td><td>The size of resources allocated to this node. (required) (type: <a href="libcloud.base.NodeSize.html"><code>NodeSize</code></a>)</td></tr><tr><td></td><td class="fieldArg">image</td><td>OS Image to boot on node. (required) (type: <a href="libcloud.base.NodeImage.html"><code>NodeImage</code></a>)</td></tr><tr><td></td><td class="fieldArg">location</td><td>Which data center to create a node in. If empty, undefined behavoir will be
+selected. (optional) (type: <a href="libcloud.base.NodeLocation.html"><code>NodeLocation</code></a>)</td></tr><tr><td></td><td class="fieldArg">auth</td><td>Initial authentication information for the node (optional) (type: <a href="libcloud.base.NodeAuthSSHKey.html"><code>NodeAuthSSHKey</code></a>
+or <a 
+href="libcloud.base.NodeAuthPassword.html"><code>NodeAuthPassword</code></a>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">The newly created <a href="libcloud.base.Node.html"><code>Node</code></a>.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.slicehost.SlicehostNodeDriver.reboot_node">
+    
+  </a>
+  <a name="reboot_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    reboot_node(self, node):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L130" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#reboot_node">libcloud.base.NodeDriver.reboot_node</a></div>
+    <div>Reboot the node by passing in the node object<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.slicehost.SlicehostNodeDriver.destroy_node">
+    
+  </a>
+  <a name="destroy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    destroy_node(self, node):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L145" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#destroy_node">libcloud.base.NodeDriver.destroy_node</a></div>
+    <div><p>Destroys the node</p>
+<p>Requires 'Allow Slices to be deleted or rebuilt from the API' to be 
+ticked at https://manage.slicehost.com/api, otherwise returns:</p>
+<pre class="literalblock">
+   &lt;errors&gt;
+     &lt;error&gt;You must enable slice deletes in the SliceManager&lt;/error&gt;
+     &lt;error&gt;Permission denied&lt;/error&gt;
+   &lt;/errors&gt;
+</pre><table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.slicehost.SlicehostNodeDriver._to_nodes">
+    
+  </a>
+  <a name="_to_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_nodes(self, object):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L159" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.slicehost.SlicehostNodeDriver._to_node">
+    
+  </a>
+  <a name="_to_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_node(self, element):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L165" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.slicehost.SlicehostNodeDriver._to_sizes">
+    
+  </a>
+  <a name="_to_sizes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_sizes(self, object):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L215" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.slicehost.SlicehostNodeDriver._to_size">
+    
+  </a>
+  <a name="_to_size">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_size(self, element):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L221" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.slicehost.SlicehostNodeDriver._to_images">
+    
+  </a>
+  <a name="_to_images">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_images(self, object):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L231" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.slicehost.SlicehostNodeDriver._to_image">
+    
+  </a>
+  <a name="_to_image">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_image(self, element):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L237" 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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:33.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.slicehost.SlicehostResponse.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.slicehost.SlicehostResponse.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.slicehost.SlicehostResponse.html Mon Jul 16 01:44:57 2012
@@ -0,0 +1,121 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.slicehost.SlicehostResponse : 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.s.SlicehostResponse(<a href="libcloud.base.Response.html">Response</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a>.<a href="libcloud.drivers.slicehost.html">slicehost</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L27">View Source</a>
+      <a href="classIndex.html#libcloud.drivers.slicehost.SlicehostResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id212">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.slicehost.SlicehostResponse.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.drivers.slicehost.SlicehostResponse.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>:
+        </p>
+        <table class="children sortable" id="id213">
+  
+  
+<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><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.drivers.slicehost.SlicehostResponse.parse_body">
+    
+  </a>
+  <a name="parse_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_body(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L29" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#parse_body">libcloud.base.Response.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.drivers.slicehost.SlicehostResponse.parse_error">
+    
+  </a>
+  <a name="parse_error">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_error(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py#L40" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#parse_error">libcloud.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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:33.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.slicehost.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.slicehost.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.slicehost.html Mon Jul 16 01:44:57 2012
@@ -0,0 +1,63 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.slicehost : 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.slicehost : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/slicehost.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div>Slicehost Driver<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id211">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.drivers.slicehost.SlicehostResponse.html">SlicehostResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.drivers.slicehost.SlicehostConnection.html">SlicehostConnection</a></td>
+    <td><span>Connection class for the Slicehost driver</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html">SlicehostNodeDriver</a></td>
+    <td><span>Slicehost node driver</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:33.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerConnection.html Mon Jul 16 01:44:57 2012
@@ -0,0 +1,227 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.softlayer.SoftLayerConnection : 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.s.SoftLayerConnection(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a>.<a href="libcloud.drivers.softlayer.html">softlayer</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L164">View Source</a>
+      <a href="classIndex.html#libcloud.drivers.softlayer.SoftLayerConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Connection class for the SoftLayer driver<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id125">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerConnection.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerConnection.html#request">request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerConnection.html#user_agent_append">user_agent_append</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerConnection.html#_user_agent">_user_agent</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerConnection.html#_get_auth_headers">_get_auth_headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerConnection.html#_get_init_params">_get_init_params</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerConnection.html#_get_object_mask">_get_object_mask</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerConnection.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, user, key):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L172" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerConnection.request">
+    
+  </a>
+  <a name="request">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    request(self, service, method, *args, **kwargs):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L177" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerConnection._user_agent">
+    
+  </a>
+  <a name="_user_agent">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _user_agent(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L193" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerConnection.user_agent_append">
+    
+  </a>
+  <a name="user_agent_append">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    user_agent_append(self, s):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L199" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerConnection._get_auth_headers">
+    
+  </a>
+  <a name="_get_auth_headers">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_auth_headers(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L202" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerConnection._get_init_params">
+    
+  </a>
+  <a name="_get_init_params">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_init_params(self, service, id):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L210" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerConnection._get_object_mask">
+    
+  </a>
+  <a name="_get_object_mask">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_object_mask(self, service, mask):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L218" 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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:33.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerException.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerException.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerException.html Mon Jul 16 01:44:57 2012
@@ -0,0 +1,56 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.softlayer.SoftLayerException : 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.s.SoftLayerException(<a href="libcloud.types.LibcloudError.html">LibcloudError</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a>.<a href="libcloud.drivers.softlayer.html">softlayer</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L135">View Source</a>
+      <a href="classIndex.html#libcloud.drivers.softlayer.SoftLayerException">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Exception class for SoftLayer driver<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.types.LibcloudError.html">LibcloudError</a>:
+        </p>
+        <table class="children sortable" id="id123">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.types.LibcloudError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:33.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerNodeDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerNodeDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerNodeDriver.html Mon Jul 16 01:44:57 2012
@@ -0,0 +1,458 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.softlayer.SoftLayerNodeDriver : 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.s.SoftLayerNodeDriver(<a href="libcloud.base.NodeDriver.html">NodeDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a>.<a href="libcloud.drivers.softlayer.html">softlayer</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L226">View Source</a>
+      <a href="classIndex.html#libcloud.drivers.softlayer.SoftLayerNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div><p>SoftLayer node driver</p>
+<p>Extra node attributes:</p>
+<ul>
+  <li>
+    password: root password
+  </li>
+  <li>
+    hourlyRecurringFee: hourly price (if applicable)
+  </li>
+  <li>
+    recurringFee      : flat rate    (if applicable)
+  </li>
+  <li>
+    recurringMonths   : The number of months in which the recurringFee will
+    be incurred.
+  </li>
+</ul><table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id126">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.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.drivers.softlayer.SoftLayerNodeDriver.html#create_node">create_node</a></td>
+    <td><span>Create a new SoftLayer node</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.html#list_images">list_images</a></td>
+    <td><span>List images on a provider @return: <code>list</code> of <a 
+href="libcloud.base.NodeImage.html"><code>NodeImage</code></a> objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><span>List sizes on a provider @return: <code>list</code> of <a 
+href="libcloud.base.NodeSize.html"><code>NodeSize</code></a> objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.html#list_locations">list_locations</a></td>
+    <td><span>List data centers for a provider @return: <code>list</code> of <a 
+href="libcloud.base.NodeLocation.html"><code>NodeLocation</code></a> 
+objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><span>List all nodes @return: <code>list</code> of <a 
+href="libcloud.base.Node.html"><code>Node</code></a> objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.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 private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.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.drivers.softlayer.SoftLayerNodeDriver.html#_to_nodes">_to_nodes</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.html#_get_order_information">_get_order_information</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.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.drivers.softlayer.SoftLayerNodeDriver.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.drivers.softlayer.SoftLayerNodeDriver.html#_to_loc">_to_loc</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.NodeDriver.html">NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id127">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><span>Create a new node, and start deployment.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerNodeDriver.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, key, secret=None, secure=False):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L242" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#__init__">libcloud.base.NodeDriver.__init__</a></div>
+    <div><table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">key</td><td>API key or username to used (type: str)</td></tr><tr><td></td><td class="fieldArg">secret</td><td>Secret password to be used (type: str)</td></tr><tr><td></td><td class="fieldArg">secure</td><td>Weither to use HTTPS or HTTP. Note: Some providers only support HTTPS, and 
+it is on by default. (type: bool)</td></tr><tr><td></td><td class="fieldArg">host</td><td>Override hostname used for connections. (type: str)</td></tr><tr><td></td><td class="fieldArg">port</td><td>Override port used for connections. (type: int)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerNodeDriver._to_node">
+    
+  </a>
+  <a name="_to_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_node(self, host):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L248" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerNodeDriver._to_nodes">
+    
+  </a>
+  <a name="_to_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_nodes(self, hosts):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L276" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerNodeDriver.destroy_node">
+    
+  </a>
+  <a name="destroy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    destroy_node(self, node):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L279" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#destroy_node">libcloud.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.drivers.softlayer.SoftLayerNodeDriver._get_order_information">
+    
+  </a>
+  <a name="_get_order_information">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_order_information(self, order_id, timeout=1200, check_interval=5):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L296" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerNodeDriver.create_node">
+    
+  </a>
+  <a name="create_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_node(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L329" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#create_node">libcloud.base.NodeDriver.create_node</a></div>
+    <div>Create a new SoftLayer node</p>
+<p>See <a 
+href="libcloud.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_domain</td><td>e.g. libcloud.org (type: <code>string</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerNodeDriver._to_image">
+    
+  </a>
+  <a name="_to_image">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_image(self, img):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L375" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerNodeDriver.list_images">
+    
+  </a>
+  <a name="list_images">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_images(self, location=None):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L382" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#list_images">libcloud.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.base.NodeImage.html"><code>NodeImage</code></a> objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerNodeDriver._to_size">
+    
+  </a>
+  <a name="_to_size">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_size(self, id, size):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L385" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerNodeDriver.list_sizes">
+    
+  </a>
+  <a name="list_sizes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_sizes(self, location=None):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L396" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#list_sizes">libcloud.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.base.NodeSize.html"><code>NodeSize</code></a> objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerNodeDriver._to_loc">
+    
+  </a>
+  <a name="_to_loc">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_loc(self, loc):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L399" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerNodeDriver.list_locations">
+    
+  </a>
+  <a name="list_locations">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_locations(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L407" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#list_locations">libcloud.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.base.NodeLocation.html"><code>NodeLocation</code></a> 
+objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerNodeDriver.list_nodes">
+    
+  </a>
+  <a name="list_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_nodes(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L416" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#list_nodes">libcloud.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.base.Node.html"><code>Node</code></a> objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerNodeDriver.reboot_node">
+    
+  </a>
+  <a name="reboot_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    reboot_node(self, node):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L434" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.NodeDriver.html#reboot_node">libcloud.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>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:33.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerProxy.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerProxy.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerProxy.html Mon Jul 16 01:44:57 2012
@@ -0,0 +1,71 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.softlayer.SoftLayerProxy : 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.s.SoftLayerProxy(<span title="xmlrpclib.ServerProxy">xmlrpclib.ServerProxy</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a>.<a href="libcloud.drivers.softlayer.html">softlayer</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L147">View Source</a>
+      <a href="classIndex.html#libcloud.drivers.softlayer.SoftLayerProxy">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id124">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerProxy.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.drivers.softlayer.SoftLayerProxy.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, service, user_agent, verbose=0):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L151" 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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:33.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerSafeTransport.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerSafeTransport.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerSafeTransport.html Mon Jul 16 01:44:57 2012
@@ -0,0 +1,40 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.softlayer.SoftLayerSafeTransport : 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.s.SoftLayerSafeTransport(<span title="xmlrpclib.SafeTransport">xmlrpclib.SafeTransport</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a>.<a href="libcloud.drivers.softlayer.html">softlayer</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L141">View Source</a>
+      <a href="classIndex.html#libcloud.drivers.softlayer.SoftLayerSafeTransport">View In Hierarchy</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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:33.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerTransport.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerTransport.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.SoftLayerTransport.html Mon Jul 16 01:44:57 2012
@@ -0,0 +1,40 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.softlayer.SoftLayerTransport : 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.s.SoftLayerTransport(<span title="xmlrpclib.Transport">xmlrpclib.Transport</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a>.<a href="libcloud.drivers.softlayer.html">softlayer</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py#L144">View Source</a>
+      <a href="classIndex.html#libcloud.drivers.softlayer.SoftLayerTransport">View In Hierarchy</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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:33.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.1/libcloud.drivers.softlayer.html Mon Jul 16 01:44:57 2012
@@ -0,0 +1,81 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.softlayer : 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.softlayer : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/softlayer.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div>Softlayer driver<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id122">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerException.html">SoftLayerException</a></td>
+    <td><span>Exception class for SoftLayer driver</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerSafeTransport.html">SoftLayerSafeTransport</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerTransport.html">SoftLayerTransport</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerProxy.html">SoftLayerProxy</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerConnection.html">SoftLayerConnection</a></td>
+    <td><span>Connection class for the SoftLayer driver</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.html">SoftLayerNodeDriver</a></td>
+    <td><span>SoftLayer node driver</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:33.
+    </address>
+  </body>
+</html>
\ No newline at end of file