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

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

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.voxel.VoxelNodeDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.voxel.VoxelNodeDriver.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.voxel.VoxelNodeDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.voxel.VoxelNodeDriver.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,463 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.voxel.VoxelNodeDriver : 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.VoxelNodeDriver(<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.voxel.html">voxel</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/voxel.py#L115">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.voxel.VoxelNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Voxel VoxCLOUD node driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id326">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.voxel.VoxelNodeDriver.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.voxel.VoxelNodeDriver.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.voxel.VoxelNodeDriver.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.voxel.VoxelNodeDriver.html#create_node">create_node</a></td>
+    <td><tt>Create Voxel Node</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.voxel.VoxelNodeDriver.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.voxel.VoxelNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><tt>Destroy node by passing in the node object</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.voxel.VoxelNodeDriver.html#list_locations">list_locations</a></td>
+    <td><tt>List data centers for a provider @return: C{list} of L{NodeLocation} objects</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.voxel.VoxelNodeDriver.html#_initialize_instance_types">_initialize_instance_types</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.voxel.VoxelNodeDriver.html#_getstatus">_getstatus</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.voxel.VoxelNodeDriver.html#_to_locations">_to_locations</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.voxel.VoxelNodeDriver.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.voxel.VoxelNodeDriver.html#_to_images">_to_images</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="id327">
+  
+  
+<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="id328">
+  
+  
+<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.voxel.VoxelNodeDriver._initialize_instance_types">
+    
+  </a>
+  <a name="_initialize_instance_types">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _initialize_instance_types():
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/voxel.py#L124" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.voxel.VoxelNodeDriver.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/voxel.py#L146" 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.voxel.VoxelNodeDriver.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/voxel.py#L151" 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.voxel.VoxelNodeDriver.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/voxel.py#L155" 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.voxel.VoxelNodeDriver.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/voxel.py#L160" 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 Voxel Node
+
+@keyword name: the name to assign the node (mandatory)
+@type    name: C{str}
+
+@keyword image: distribution to deploy
+@type    image: L{NodeImage}
+
+@keyword size: the plan size to create (mandatory)
+               Requires size.disk (GB) to be set manually
+@type    size: L{NodeSize}
+
+@keyword location: which datacenter to create the node in
+@type    location: L{NodeLocation}
+
+@keyword ex_privateip: Backend IP address to assign to node;
+                       must be chosen from the customer's
+                       private VLAN assignment.
+@type    ex_privateip: C{str}
+
+@keyword ex_publicip: Public-facing IP address to assign to node;
+                      must be chosen from the customer's
+                      public VLAN assignment.
+@type    ex_publicip: C{str}
+
+@keyword ex_rootpass: Password for root access; generated if unset.
+@type    ex_rootpass: C{str}
+
+@keyword ex_consolepass: Password for remote console;
+                         generated if unset.
+@type    ex_consolepass: C{str}
+
+@keyword ex_sshuser: Username for SSH access
+@type    ex_sshuser: C{str}
+
+@keyword ex_sshpass: Password for SSH access; generated if unset.
+@type    ex_sshpass: C{str}
+
+@keyword ex_voxel_access: Allow access Voxel administrative access.
+                          Defaults to False.
+@type    ex_voxel_access: C{bool}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.voxel.VoxelNodeDriver.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/voxel.py#L243" 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.voxel.VoxelNodeDriver.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/voxel.py#L252" 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 node by passing in the node object</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.voxel.VoxelNodeDriver.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/voxel.py#L260" 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.voxel.VoxelNodeDriver._getstatus">
+    
+  </a>
+  <a name="_getstatus">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _getstatus(self, element):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/voxel.py#L266" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.voxel.VoxelNodeDriver._to_locations">
+    
+  </a>
+  <a name="_to_locations">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_locations(self, object):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/voxel.py#L271" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.voxel.VoxelNodeDriver._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/voxel.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.voxel.VoxelNodeDriver._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/voxel.py#L303" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.voxel.VoxelResponse.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.voxel.VoxelResponse.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.voxel.VoxelResponse.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.voxel.VoxelResponse.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,162 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.voxel.VoxelResponse : 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.VoxelResponse(<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.voxel.html">voxel</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/voxel.py#L33">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.voxel.VoxelResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id324">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.voxel.VoxelResponse.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.voxel.VoxelResponse.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.voxel.VoxelResponse.html#parse_error">parse_error</a></td>
+    <td><tt>Parse the error messages.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.voxel.VoxelResponse.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.voxel.VoxelResponse.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, response, connection):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/voxel.py#L35" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#__init__">libcloud.common.base.Response.__init__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.voxel.VoxelResponse.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/voxel.py#L40" 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.voxel.VoxelResponse.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/voxel.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><div class="function">
+  <a name="libcloud.compute.drivers.voxel.VoxelResponse.success">
+    
+  </a>
+  <a name="success">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    success(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/voxel.py#L65" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#success">libcloud.common.base.Response.success</a></div>
+    <pre>Determine if our request was successful.
+
+The meaning of this can be arbitrary; did we receive OK status? Did
+the node get created? Were we authenticated?
+
+@return: C{True} or C{False}</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.voxel.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.voxel.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.voxel.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.voxel.html Wed Oct 19 11:28: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.voxel : 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.voxel : 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/voxel.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Voxel VoxCloud driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id323">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.voxel.VoxelResponse.html">VoxelResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.voxel.VoxelConnection.html">VoxelConnection</a></td>
+    <td><tt>Connection class for the Voxel driver</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.voxel.VoxelNodeDriver.html">VoxelNodeDriver</a></td>
+    <td><tt>Voxel VoxCLOUD 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: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vpsnet.VPSNetConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vpsnet.VPSNetConnection.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vpsnet.VPSNetConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vpsnet.VPSNetConnection.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,71 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.vpsnet.VPSNetConnection : 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.VPSNetConnection(<span title="libcloud.common.base.ConnectionUserAndKey">ConnectionUserAndKey</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.vpsnet.html">vpsnet</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L63">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.vpsnet.VPSNetConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Connection class for the VPS.net driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id332">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetConnection.html#add_default_headers">add_default_headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetConnection.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/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L71" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,410 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.vpsnet.VPSNetNodeDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.v.VPSNetNodeDriver(<a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.vpsnet.html">vpsnet</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L76">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.vpsnet.VPSNetNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>VPS.net node driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id333">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#create_node">create_node</a></td>
+    <td><tt>Create a new VPS.net node</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><tt>Reboot a node. @return: C{bool} True if the reboot was successful, otherwise False</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.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.vpsnet.VPSNetNodeDriver.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.vpsnet.VPSNetNodeDriver.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.vpsnet.VPSNetNodeDriver.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.vpsnet.VPSNetNodeDriver.html#list_locations">list_locations</a></td>
+    <td><tt>List data centers for a provider @return: C{list} of L{NodeLocation} objects</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#_to_node">_to_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#_to_image">_to_image</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#_to_size">_to_size</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html#_get_price_per_node">_get_price_per_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id334">
+  
+  
+<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="id335">
+  
+  
+<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.vpsnet.VPSNetNodeDriver._to_node">
+    
+  </a>
+  <a name="_to_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_node(self, vm):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L86" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver._to_image">
+    
+  </a>
+  <a name="_to_image">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_image(self, image, cloud):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L101" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver._to_size">
+    
+  </a>
+  <a name="_to_size">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_size(self, num):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L108" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver._get_price_per_node">
+    
+  </a>
+  <a name="_get_price_per_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_price_per_node(self, num):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L118" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.create_node">
+    
+  </a>
+  <a name="create_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_node(self, name, image, size, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L122" 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 VPS.net node
+
+See L{NodeDriver.create_node} for more keyword args.
+@keyword    ex_backups_enabled: Enable automatic backups
+@type       ex_backups_enabled: C{bool}
+
+@keyword    ex_fqdn:   Fully Qualified domain of the node
+@type       ex_fqdn:   C{string}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.reboot_node">
+    
+  </a>
+  <a name="reboot_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    reboot_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L147" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#reboot_node">libcloud.compute.base.NodeDriver.reboot_node</a></div>
+    <pre>Reboot a node.
+@return: C{bool} True if the reboot was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.list_sizes">
+    
+  </a>
+  <a name="list_sizes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_sizes(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L154" 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.vpsnet.VPSNetNodeDriver.destroy_node">
+    
+  </a>
+  <a name="destroy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    destroy_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L161" 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.vpsnet.VPSNetNodeDriver.list_nodes">
+    
+  </a>
+  <a name="list_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_nodes(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L167" 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.vpsnet.VPSNetNodeDriver.list_images">
+    
+  </a>
+  <a name="list_images">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_images(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L171" 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.vpsnet.VPSNetNodeDriver.list_locations">
+    
+  </a>
+  <a name="list_locations">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_locations(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L183" 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>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vpsnet.VPSNetResponse.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vpsnet.VPSNetResponse.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vpsnet.VPSNetResponse.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vpsnet.VPSNetResponse.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,152 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.vpsnet.VPSNetResponse : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.v.VPSNetResponse(<a href="libcloud.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.vpsnet.html">vpsnet</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L40">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.vpsnet.VPSNetResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id330">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetResponse.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.vpsnet.VPSNetResponse.html#success">success</a></td>
+    <td><tt>Determine if our request was successful.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetResponse.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="id331">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetResponse.parse_body">
+    
+  </a>
+  <a name="parse_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_body(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L42" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.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.vpsnet.VPSNetResponse.success">
+    
+  </a>
+  <a name="success">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    success(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L49" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#success">libcloud.common.base.Response.success</a></div>
+    <pre>Determine if our request was successful.
+
+The meaning of this can be arbitrary; did we receive OK status? Did
+the node get created? Were we authenticated?
+
+@return: C{True} or C{False}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.vpsnet.VPSNetResponse.parse_error">
+    
+  </a>
+  <a name="parse_error">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_error(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L55" 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: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vpsnet.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vpsnet.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vpsnet.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.vpsnet.html Wed Oct 19 11:28: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.vpsnet : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.c.d.vpsnet : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>VPS.net driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id329">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetResponse.html">VPSNetResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetConnection.html">VPSNetConnection</a></td>
+    <td><tt>Connection class for the VPS.net driver</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html">VPSNetNodeDriver</a></td>
+    <td><tt>VPS.net 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: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.html Wed Oct 19 11:28: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 : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="package">l.compute : package documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Module for working with Cloud Servers</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id58">
+  
+  
+<tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.base.html">base</a></td>
+    <td><tt>Provides base classes for working with drivers</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.deployment.html">deployment</a></td>
+    <td><tt>Provides generic deployment steps for machines post boot.</tt></td>
+  </tr><tr class="package">
+    
+    
+    <td>Package</td>
+    <td><a href="libcloud.compute.drivers.html">drivers</a></td>
+    <td><tt>Drivers for working with different providers</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.providers.html">providers</a></td>
+    <td><tt>Provider related utilities</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.ssh.html">ssh</a></td>
+    <td><tt>Wraps multiple ways to communicate over SSH</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.types.html">types</a></td>
+    <td><tt>Base types used by other parts of libcloud</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

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

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.ssh.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.ssh.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.ssh.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.ssh.html Wed Oct 19 11:28: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.ssh : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.c.ssh : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Wraps multiple ways to communicate over SSH</pre>
+
+    
+    
+    <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: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.Architecture.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.Architecture.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.Architecture.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.Architecture.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,43 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.types.Architecture : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.t.Architecture(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/types.py#L113">View Source</a>
+      <a href="classIndex.html#libcloud.compute.types.Architecture">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Image and size architectures.
+
+@cvar I386: i386 (32 bt)
+@cvar X86_64: x86_64 (64 bit)</pre>
+
+    
+    
+    <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: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.DeploymentError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.DeploymentError.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.DeploymentError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.DeploymentError.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,99 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.types.DeploymentError : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.t.DeploymentError(<a href="libcloud.common.types.LibcloudError.html">LibcloudError</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/types.py#L123">View Source</a>
+      <a href="classIndex.html#libcloud.compute.types.DeploymentError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Exception used when a Deployment Task failed.
+
+@ivar node: L{Node} on which this exception happened, you might want to call L{Node.destroy}</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id338">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.types.DeploymentError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.types.DeploymentError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.types.DeploymentError.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, node, original_exception=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/types.py#L129" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__init__">libcloud.common.types.LibcloudError.__init__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.DeploymentError.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/types.py#L132" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__str__">libcloud.common.types.LibcloudError.__str__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.NodeState.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.NodeState.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.NodeState.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.NodeState.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,46 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.types.NodeState : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.t.NodeState(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/types.py#L97">View Source</a>
+      <a href="classIndex.html#libcloud.compute.types.NodeState">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Standard states for a node
+
+@cvar RUNNING: Node is running
+@cvar REBOOTING: Node is rebooting
+@cvar TERMINATED: Node is terminated
+@cvar PENDING: Node is pending
+@cvar UNKNOWN: Node state is unknown</pre>
+
+    
+    
+    <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: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.Provider.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.Provider.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.Provider.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.Provider.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,62 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.types.Provider : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.t.Provider(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/types.py#L33">View Source</a>
+      <a href="classIndex.html#libcloud.compute.types.Provider">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Defines for each of the supported providers
+
+@cvar DUMMY: Example provider
+@cvar EC2_US_EAST: Amazon AWS US N. Virgina
+@cvar EC2_US_WEST: Amazon AWS US N. California
+@cvar EC2_EU_WEST: Amazon AWS EU Ireland
+@cvar RACKSPACE: Rackspace Cloud Servers
+@cvar RACKSPACE_UK: Rackspace UK Cloud Servers
+@cvar SLICEHOST: Slicehost.com
+@cvar GOGRID: GoGrid
+@cvar VPSNET: VPS.net
+@cvar LINODE: Linode.com
+@cvar VCLOUD: vmware vCloud
+@cvar RIMUHOSTING: RimuHosting.com
+@cvar ECP: Enomaly
+@cvar IBM: IBM Developer Cloud
+@cvar OPENNEBULA: OpenNebula.org
+@cvar DREAMHOST: DreamHost Private Server
+@cvar CLOUDSIGMA: CloudSigma
+@cvar NIMBUS: Nimbus
+@cvar BLUEBOX: Bluebox
+@cvar OPSOURCE: Opsource Cloud
+@cvar NINEFOLD: Ninefold</pre>
+
+    
+    
+    <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: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.types.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,69 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.types : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.c.types : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/types.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Base types used by other parts of libcloud</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id337">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.types.Provider.html">Provider</a></td>
+    <td><tt>Defines for each of the supported providers</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.types.NodeState.html">NodeState</a></td>
+    <td><tt>Standard states for a node</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.types.Architecture.html">Architecture</a></td>
+    <td><tt>Image and size architectures.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.types.DeploymentError.html">DeploymentError</a></td>
+    <td><tt>Exception used when a Deployment Task failed.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.Deployment.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.Deployment.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.Deployment.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.Deployment.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,105 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.deployment.Deployment : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.d.Deployment(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.deployment.html">deployment</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L21">View Source</a>
+      <a href="classIndex.html#libcloud.deployment.Deployment">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.deployment.MultiStepDeployment.html">libcloud.deployment.MultiStepDeployment</a>, <a href="libcloud.deployment.ScriptDeployment.html">libcloud.deployment.ScriptDeployment</a>, <a href="libcloud.deployment.SSHKeyDeployment.html">libcloud.deployment.SSHKeyDeployment</a></p>
+    </div>
+    <pre>Base class for deployment tasks.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id340">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.Deployment.html#run">run</a></td>
+    <td><tt>Runs this deployment task on C{node} using the C{client} provided.</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.Deployment.html#_get_string_value">_get_string_value</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.deployment.Deployment.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, node, client):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L26" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.deployment.MultiStepDeployment.html">libcloud.deployment.MultiStepDeployment</a>, <a href="libcloud.deployment.ScriptDeployment.html">libcloud.deployment.ScriptDeployment</a>, <a href="libcloud.deployment.SSHKeyDeployment.html">libcloud.deployment.SSHKeyDeployment</a></div>
+    <pre>Runs this deployment task on C{node} using the C{client} provided.
+
+@type node: L{Node}
+@keyword node: Node to operate one
+
+@type client: L{BaseSSHClient}
+@keyword client: Connected SSH client to use.
+
+@return: L{Node}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.deployment.Deployment._get_string_value">
+    
+  </a>
+  <a name="_get_string_value">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_string_value(self, argument_name, argument_value):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L41" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.MultiStepDeployment.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.MultiStepDeployment.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.MultiStepDeployment.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.MultiStepDeployment.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,145 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.deployment.MultiStepDeployment : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.d.MultiStepDeployment(<a href="libcloud.deployment.Deployment.html">Deployment</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.deployment.html">deployment</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L115">View Source</a>
+      <a href="classIndex.html#libcloud.deployment.MultiStepDeployment">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Runs a chain of Deployment steps.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id345">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.MultiStepDeployment.html#__init__">__init__</a></td>
+    <td><tt>@type add: C{list} @keyword add: Deployment steps to add.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.MultiStepDeployment.html#add">add</a></td>
+    <td><tt>Add a deployment to this chain.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.MultiStepDeployment.html#run">run</a></td>
+    <td><tt>Run each deployment that has been added.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.deployment.Deployment.html">Deployment</a>:
+        </p>
+        <table class="children sortable" id="id346">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.Deployment.html#_get_string_value">_get_string_value</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.deployment.MultiStepDeployment.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, add=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L119" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>@type add: C{list}
+@keyword add: Deployment steps to add.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.deployment.MultiStepDeployment.add">
+    
+  </a>
+  <a name="add">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add(self, add):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L127" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Add a deployment to this chain.
+
+@type add: Single L{Deployment} or a C{list} of L{Deployment}
+@keyword add: Adds this deployment to the others already in this object.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.deployment.MultiStepDeployment.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, node, client):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L137" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.deployment.Deployment.html#run">libcloud.compute.deployment.Deployment.run</a></div>
+    <pre>Run each deployment that has been added.
+
+See also L{Deployment.run}</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.SSHKeyDeployment.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.SSHKeyDeployment.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.SSHKeyDeployment.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.SSHKeyDeployment.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,116 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.deployment.SSHKeyDeployment : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.d.SSHKeyDeployment(<a href="libcloud.deployment.Deployment.html">Deployment</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.deployment.html">deployment</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L53">View Source</a>
+      <a href="classIndex.html#libcloud.deployment.SSHKeyDeployment">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Installs a public SSH Key onto a host.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id341">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.SSHKeyDeployment.html#__init__">__init__</a></td>
+    <td><tt>@type key: C{str} @keyword key: Contents of the public key write</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.SSHKeyDeployment.html#run">run</a></td>
+    <td><tt>Installs SSH key into C{.ssh/authorized_keys}</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.deployment.Deployment.html">Deployment</a>:
+        </p>
+        <table class="children sortable" id="id342">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.Deployment.html#_get_string_value">_get_string_value</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.deployment.SSHKeyDeployment.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, key):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L58" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>@type key: C{str}
+@keyword key: Contents of the public key write</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.deployment.SSHKeyDeployment.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, node, client):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L66" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.deployment.Deployment.html#run">libcloud.compute.deployment.Deployment.run</a></div>
+    <pre>Installs SSH key into C{.ssh/authorized_keys}
+
+See also L{Deployment.run}</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.ScriptDeployment.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.ScriptDeployment.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.ScriptDeployment.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.ScriptDeployment.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,122 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.deployment.ScriptDeployment : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.d.ScriptDeployment(<a href="libcloud.deployment.Deployment.html">Deployment</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.deployment.html">deployment</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L75">View Source</a>
+      <a href="classIndex.html#libcloud.deployment.ScriptDeployment">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Runs an arbitrary Shell Script task.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id343">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.ScriptDeployment.html#__init__">__init__</a></td>
+    <td><tt>@type script: C{str} @keyword script: Contents of the script to run</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.ScriptDeployment.html#run">run</a></td>
+    <td><tt>Uploads the shell script and then executes it.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.deployment.Deployment.html">Deployment</a>:
+        </p>
+        <table class="children sortable" id="id344">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.Deployment.html#_get_string_value">_get_string_value</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.deployment.ScriptDeployment.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, script, name=None, delete=False):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L80" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>@type script: C{str}
+@keyword script: Contents of the script to run
+
+@type name: C{str}
+@keyword name: Name of the script to upload it as, if not specified, a random name will be choosen.
+
+@type delete: C{bool}
+@keyword delete: Whether to delete the script on completion.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.deployment.ScriptDeployment.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, node, client):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L103" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.deployment.Deployment.html#run">libcloud.compute.deployment.Deployment.run</a></div>
+    <pre>Uploads the shell script and then executes it.
+
+See also L{Deployment.run}</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.deployment.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,69 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.deployment : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.deployment : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/deployment.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id339">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.deployment.Deployment.html">Deployment</a></td>
+    <td><tt>Base class for deployment tasks.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.deployment.SSHKeyDeployment.html">SSHKeyDeployment</a></td>
+    <td><tt>Installs a public SSH Key onto a host.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.deployment.ScriptDeployment.html">ScriptDeployment</a></td>
+    <td><tt>Runs an arbitrary Shell Script task.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.deployment.MultiStepDeployment.html">MultiStepDeployment</a></td>
+    <td><tt>Runs a chain of Deployment steps.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.__init__.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.__init__.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.__init__.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.__init__.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,40 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.__init__ : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.d.__init__ : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/__init__.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file