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 2011/10/19 13:29:46 UTC

svn commit: r797197 [17/30] - in /websites/staging/libcloud/trunk/content/apidocs: ./ 0.6.0-beta1/

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.slicehost.SlicehostNodeDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.slicehost.SlicehostNodeDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.slicehost.SlicehostNodeDriver.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,476 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.d.s.SlicehostNodeDriver(<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.slicehost.html">slicehost</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/slicehost.py#L80">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.slicehost.SlicehostNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Slicehost node driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id295">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.slicehost.SlicehostNodeDriver.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.slicehost.SlicehostNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><tt>List sizes on a provider @return: C{list} of L{NodeSize} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.slicehost.SlicehostNodeDriver.html#list_images">list_images</a></td>
+    <td><tt>List images on a provider @return: C{list} of L{NodeImage} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.slicehost.SlicehostNodeDriver.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.slicehost.SlicehostNodeDriver.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.slicehost.SlicehostNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><tt>Reboot the node by passing in the node object</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.slicehost.SlicehostNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><tt>Destroys the node</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.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.compute.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.compute.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.compute.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.compute.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.compute.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.compute.base.NodeDriver.html">NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id296">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#__init__">__init__</a></td>
+    <td><tt>@keyword    key:    API key or username to used @type       key:    str</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><tt>Create a new node, and start deployment.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_wait_until_running">_wait_until_running</a></td>
+    <td><tt>Block until node is fully booted and has an IP address assigned.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_ssh_client_connect">_ssh_client_connect</a></td>
+    <td><tt>Try to connect to the remote SSH server. If a connection times out or is refused it is retried up to timeout number of seconds.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_run_deployment_script">_run_deployment_script</a></td>
+    <td><tt>Run the deployment script on the provided node. At this point it is assumed that SSH connection has already been established.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_get_size_price">_get_size_price</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id297">
+  
+  
+<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.slicehost.SlicehostNodeDriver.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/slicehost.py#L98" 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.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/libcloud/trunk/libcloud/compute/drivers/slicehost.py#L101" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_sizes">libcloud.compute.base.NodeDriver.list_sizes</a></div>
+    <pre>List sizes on a provider
+@return: C{list} of L{NodeSize} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.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/libcloud/trunk/libcloud/compute/drivers/slicehost.py#L104" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_images">libcloud.compute.base.NodeDriver.list_images</a></div>
+    <pre>List images on a provider
+@return: C{list} of L{NodeImage} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.slicehost.SlicehostNodeDriver.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/slicehost.py#L107" 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.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/libcloud/trunk/libcloud/compute/drivers/slicehost.py#L114" 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.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/libcloud/trunk/libcloud/compute/drivers/slicehost.py#L140" 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 the node by passing in the node object</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/slicehost.py#L155" 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>Destroys the node
+
+Requires 'Allow Slices to be deleted or rebuilt from the API' to be
+ticked at https://manage.slicehost.com/api, otherwise returns::
+    &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>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/slicehost.py#L169" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/slicehost.py#L175" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/slicehost.py#L229" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/slicehost.py#L235" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/slicehost.py#L245" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/slicehost.py#L251" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.slicehost.SlicehostResponse.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.slicehost.SlicehostResponse.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.slicehost.SlicehostResponse.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,127 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.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.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.slicehost.html">slicehost</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/slicehost.py#L30">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.slicehost.SlicehostResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id292">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.slicehost.SlicehostResponse.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.slicehost.SlicehostResponse.html#parse_error">parse_error</a></td>
+    <td><tt>Parse the error messages.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.Response.html">Response</a>:
+        </p>
+        <table class="children sortable" id="id293">
+  
+  
+<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><tt>Determine if our request was successful.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/slicehost.py#L32" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.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.slicehost.SlicehostResponse.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/slicehost.py#L47" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#parse_error">libcloud.common.base.Response.parse_error</a></div>
+    <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 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.slicehost.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.slicehost.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.slicehost.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,63 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.d.slicehost : 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/slicehost.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Slicehost Driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id291">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.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.compute.drivers.slicehost.SlicehostConnection.html">SlicehostConnection</a></td>
+    <td><tt>Connection class for the Slicehost driver</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.slicehost.SlicehostNodeDriver.html">SlicehostNodeDriver</a></td>
+    <td><tt>Slicehost node driver</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerConnection.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,227 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.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.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.softlayer.html">softlayer</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L166">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.softlayer.SoftLayerConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Connection class for the SoftLayer driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id301">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.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.compute.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.compute.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.compute.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.compute.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.compute.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.compute.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.compute.drivers.softlayer.SoftLayerConnection.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, user, key):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L174" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L179" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L195" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L201" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L204" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L212" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L220" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerException.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerException.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerException.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,62 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.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.c.d.s.SoftLayerException(<a href="libcloud.common.types.LibcloudError.html">LibcloudError</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.softlayer.html">softlayer</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L137">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.softlayer.SoftLayerException">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Exception class for SoftLayer driver</pre>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.common.types.LibcloudError.html">LibcloudError</a>:
+        </p>
+        <table class="children sortable" id="id299">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.LibcloudError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.LibcloudError.html#__str__">__str__</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 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,503 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.d.s.SoftLayerNodeDriver(<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.softlayer.html">softlayer</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L228">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.softlayer.SoftLayerNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>SoftLayer node driver
+
+Extra node attributes:
+    - password: root password
+    - hourlyRecurringFee: hourly price (if applicable)
+    - recurringFee      : flat rate    (if applicable)
+    - recurringMonths   : The number of months in which the recurringFee will be incurred.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id302">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.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.softlayer.SoftLayerNodeDriver.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.softlayer.SoftLayerNodeDriver.html#create_node">create_node</a></td>
+    <td><tt>Create a new SoftLayer node</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.html#list_images">list_images</a></td>
+    <td><tt>List images on a provider @return: C{list} of L{NodeImage} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><tt>List sizes on a provider @return: C{list} of L{NodeSize} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.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.softlayer.SoftLayerNodeDriver.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.softlayer.SoftLayerNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><tt>Reboot a node. @return: C{bool} True if the reboot was successful, otherwise False</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.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.compute.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.compute.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.compute.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.compute.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.compute.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.compute.base.NodeDriver.html">NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id303">
+  
+  
+<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="id304">
+  
+  
+<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.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L244" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#__init__">libcloud.compute.base.NodeDriver.__init__</a></div>
+    <pre>@keyword    key:    API key or username to used
+@type       key:    str
+
+@keyword    secret: Secret password to be used
+@type       secret: str
+
+@keyword    secure: Weither to use HTTPS or HTTP. Note: Some providers
+                    only support HTTPS, and it is on by default.
+@type       secure: bool
+
+@keyword    host: Override hostname used for connections.
+@type       host: str
+
+@keyword    port: Override port used for connections.
+@type       port: int
+
+@keyword    api_version: Optional API version. Only used by drivers
+                         which support multiple API versions.
+@type       api_version: str</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L250" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L278" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L281" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#destroy_node">libcloud.compute.base.NodeDriver.destroy_node</a></div>
+    <pre>Destroy a node.
+
+Depending upon the provider, this may destroy all data associated with
+the node, including backups.
+
+@return: C{bool} True if the destroy was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L298" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L331" 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 SoftLayer node
+
+See L{NodeDriver.create_node} for more keyword args.
+@keyword    ex_domain: e.g. libcloud.org
+@type       ex_domain: C{string}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L377" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L384" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_images">libcloud.compute.base.NodeDriver.list_images</a></div>
+    <pre>List images on a provider
+@return: C{list} of L{NodeImage} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L387" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L398" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_sizes">libcloud.compute.base.NodeDriver.list_sizes</a></div>
+    <pre>List sizes on a provider
+@return: C{list} of L{NodeSize} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L401" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L409" 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.softlayer.SoftLayerNodeDriver.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/softlayer.py#L418" 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.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L436" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#reboot_node">libcloud.compute.base.NodeDriver.reboot_node</a></div>
+    <pre>Reboot a node.
+@return: C{bool} True if the reboot was successful, otherwise False</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerProxy.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerProxy.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerProxy.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,71 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.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.c.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.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.softlayer.html">softlayer</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L149">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.softlayer.SoftLayerProxy">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id300">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.softlayer.SoftLayerProxy.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L153" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerSafeTransport.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerSafeTransport.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerSafeTransport.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,40 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.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.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.softlayer.html">softlayer</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L143">View Source</a>
+      <a href="classIndex.html#libcloud.compute.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://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerTransport.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerTransport.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.SoftLayerTransport.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,40 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.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.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.softlayer.html">softlayer</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/softlayer.py#L146">View Source</a>
+      <a href="classIndex.html#libcloud.compute.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://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.softlayer.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,81 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.d.softlayer : 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/softlayer.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Softlayer driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id298">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.softlayer.SoftLayerException.html">SoftLayerException</a></td>
+    <td><tt>Exception class for SoftLayer driver</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.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.compute.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.compute.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.compute.drivers.softlayer.SoftLayerConnection.html">SoftLayerConnection</a></td>
+    <td><tt>Connection class for the SoftLayer driver</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.html">SoftLayerNodeDriver</a></td>
+    <td><tt>SoftLayer node driver</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vcloud.HostingComConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vcloud.HostingComConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vcloud.HostingComConnection.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,105 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.vcloud.HostingComConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.v.HostingComConnection(<a href="libcloud.compute.drivers.vcloud.VCloudConnection.html">VCloudConnection</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.vcloud.html">vcloud</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L588">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.vcloud.HostingComConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>vCloud connection subclass for Hosting.com</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id313">
+  
+  
+<tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.HostingComConnection.html#_get_auth_headers">_get_auth_headers</a></td>
+    <td><tt>hosting.com doesn't follow the standard vCloud authentication API</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.vcloud.VCloudConnection.html">VCloudConnection</a>:
+        </p>
+        <table class="children sortable" id="id314">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudConnection.html#request">request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudConnection.html#check_org">check_org</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudConnection.html#add_default_headers">add_default_headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudConnection.html#_get_auth_token">_get_auth_token</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.vcloud.HostingComConnection._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/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L595" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.drivers.vcloud.VCloudConnection.html#_get_auth_headers">libcloud.compute.drivers.vcloud.VCloudConnection._get_auth_headers</a></div>
+    <pre>hosting.com doesn't follow the standard vCloud authentication API</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vcloud.HostingComDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vcloud.HostingComDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vcloud.HostingComDriver.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,208 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.vcloud.HostingComDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.v.HostingComDriver(<a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html">VCloudNodeDriver</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.vcloud.html">vcloud</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L603">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.vcloud.HostingComDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>vCloud node driver for Hosting.com</pre>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html">VCloudNodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id315">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html#vdcs">vdcs</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html#networks">networks</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><tt>Destroy a node.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><tt>Reboot a node. @return: C{bool} True if the reboot was successful, otherwise False</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><tt>List all nodes @return: C{list} of L{Node} objects</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><tt>List sizes on a provider @return: C{list} of L{NodeSize} objects</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html#list_images">list_images</a></td>
+    <td><tt>List images on a provider @return: C{list} of L{NodeImage} objects</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html#create_node">create_node</a></td>
+    <td><tt>Creates and returns node.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html#_to_image">_to_image</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.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.vcloud.VCloudNodeDriver.html#_get_catalog_hrefs">_get_catalog_hrefs</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html#_wait_for_task_completion">_wait_for_task_completion</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html#_to_size">_to_size</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html#_get_catalogitems_hrefs">_get_catalogitems_hrefs</a></td>
+    <td><tt>Given a catalog href returns contained catalog item hrefs</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html#_get_catalogitem">_get_catalogitem</a></td>
+    <td><tt>Given a catalog item href returns elementree</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a> (via <a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html">VCloudNodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id316">
+  
+  
+<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.vcloud.VCloudNodeDriver.html">VCloudNodeDriver</a>, <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id317">
+  
+  
+<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 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vcloud.InstantiateVAppXML.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vcloud.InstantiateVAppXML.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vcloud.InstantiateVAppXML.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,409 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.vcloud.InstantiateVAppXML : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.v.InstantiateVAppXML(<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.vcloud.html">vcloud</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L51">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.vcloud.InstantiateVAppXML">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id306">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.InstantiateVAppXML.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.vcloud.InstantiateVAppXML.html#tostring">tostring</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.InstantiateVAppXML.html#_build_xmltree">_build_xmltree</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.InstantiateVAppXML.html#_make_instantiation_root">_make_instantiation_root</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.InstantiateVAppXML.html#_add_vapp_template">_add_vapp_template</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.InstantiateVAppXML.html#_make_product_section">_make_product_section</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.InstantiateVAppXML.html#_add_property">_add_property</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.InstantiateVAppXML.html#_make_virtual_hardware">_make_virtual_hardware</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.InstantiateVAppXML.html#_add_cpu">_add_cpu</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.InstantiateVAppXML.html#_add_memory">_add_memory</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.InstantiateVAppXML.html#_add_instance_id">_add_instance_id</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.InstantiateVAppXML.html#_add_resource_type">_add_resource_type</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.InstantiateVAppXML.html#_add_virtual_quantity">_add_virtual_quantity</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.InstantiateVAppXML.html#_add_network_association">_add_network_association</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.vcloud.InstantiateVAppXML.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, name, template, net_href, cpus, memory, password=None, row=None, group=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.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.vcloud.InstantiateVAppXML.tostring">
+    
+  </a>
+  <a name="tostring">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    tostring(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.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.vcloud.InstantiateVAppXML._build_xmltree">
+    
+  </a>
+  <a name="_build_xmltree">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _build_xmltree(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L69" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vcloud.InstantiateVAppXML._make_instantiation_root">
+    
+  </a>
+  <a name="_make_instantiation_root">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _make_instantiation_root(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L87" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vcloud.InstantiateVAppXML._add_vapp_template">
+    
+  </a>
+  <a name="_add_vapp_template">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _add_vapp_template(self, parent):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L96" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vcloud.InstantiateVAppXML._make_product_section">
+    
+  </a>
+  <a name="_make_product_section">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _make_product_section(self, parent):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L103" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vcloud.InstantiateVAppXML._add_property">
+    
+  </a>
+  <a name="_add_property">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _add_property(self, parent, ovfkey, ovfvalue):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L122" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vcloud.InstantiateVAppXML._make_virtual_hardware">
+    
+  </a>
+  <a name="_make_virtual_hardware">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _make_virtual_hardware(self, parent):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L131" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vcloud.InstantiateVAppXML._add_cpu">
+    
+  </a>
+  <a name="_add_cpu">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _add_cpu(self, parent):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L143" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vcloud.InstantiateVAppXML._add_memory">
+    
+  </a>
+  <a name="_add_memory">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _add_memory(self, parent):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L155" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vcloud.InstantiateVAppXML._add_instance_id">
+    
+  </a>
+  <a name="_add_instance_id">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _add_instance_id(self, parent, id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L167" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vcloud.InstantiateVAppXML._add_resource_type">
+    
+  </a>
+  <a name="_add_resource_type">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _add_resource_type(self, parent, type):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L176" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vcloud.InstantiateVAppXML._add_virtual_quantity">
+    
+  </a>
+  <a name="_add_virtual_quantity">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _add_virtual_quantity(self, parent, amount):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L185" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vcloud.InstantiateVAppXML._add_network_association">
+    
+  </a>
+  <a name="_add_network_association">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _add_network_association(self, parent):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L194" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vcloud.TerremarkConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vcloud.TerremarkConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vcloud.TerremarkConnection.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,80 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.vcloud.TerremarkConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.v.TerremarkConnection(<a href="libcloud.compute.drivers.vcloud.VCloudConnection.html">VCloudConnection</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.vcloud.html">vcloud</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py#L609">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.vcloud.TerremarkConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>vCloud connection subclass for Terremark</pre>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.vcloud.VCloudConnection.html">VCloudConnection</a>:
+        </p>
+        <table class="children sortable" id="id318">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudConnection.html#request">request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudConnection.html#check_org">check_org</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudConnection.html#add_default_headers">add_default_headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudConnection.html#_get_auth_headers">_get_auth_headers</a></td>
+    <td><tt>Some providers need different headers than others</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vcloud.VCloudConnection.html#_get_auth_token">_get_auth_token</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 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file