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 2012/04/01 20:07:17 UTC

svn commit: r1308166 [24/39] - in /libcloud/site/trunk/content/apidocs: ./ 0.9.1/

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,425 @@
+<!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#L77">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="id375">
+  
+  
+<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.</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</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</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="id376">
+  
+  
+<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="id377">
+  
+  
+<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#L87" 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#L102" 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#L109" 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#L119" 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#L123" 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#L148" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#reboot_node">libcloud.compute.base.NodeDriver.reboot_node</a></div>
+    <pre>Reboot a node.
+
+@param node: The node to be rebooted
+@type node: L{Node}
+
+@return: C{bool} True if the reboot was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.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#L155" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_sizes">libcloud.compute.base.NodeDriver.list_sizes</a></div>
+    <pre>List sizes on a provider
+
+@keyword location: The location at which to list sizes
+@type location: L{NodeLocation}
+
+@return: C{list} of L{NodeSize} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.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#L162" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#destroy_node">libcloud.compute.base.NodeDriver.destroy_node</a></div>
+    <pre>Destroy a node.
+
+Depending upon the provider, this may destroy all data associated with
+the node, including backups.
+
+@param node: The node to be destroyed
+@type node: L{Node}
+
+@return: C{bool} True if the destroy was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.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#L168" 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#L172" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_images">libcloud.compute.base.NodeDriver.list_images</a></div>
+    <pre>List images on a provider
+
+@keyword location: The location at which to list images
+@type location: L{NodeLocation}
+
+@return: C{list} of L{NodeImage} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.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#L184" 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 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.vpsnet.VPSNetResponse.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.vpsnet.VPSNetResponse.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.vpsnet.VPSNetResponse.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.vpsnet.VPSNetResponse.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,158 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.vpsnet.VPSNetResponse : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.v.VPSNetResponse(<a href="libcloud.common.base.JsonResponse.html">JsonResponse</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.vpsnet.html">vpsnet</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py#L42">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="id372">
+  
+  
+<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.common.base.Response.html">Response</a> (via <a href="libcloud.common.base.JsonResponse.html">JsonResponse</a>):
+        </p>
+        <table class="children sortable" id="id373">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#_decompress_response">_decompress_response</a></td>
+    <td><tt>Decompress a response body if it is using deflate or gzip encoding.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.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#L44" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.JsonResponse.html#parse_body">libcloud.common.base.JsonResponse.parse_body</a></div>
+    <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#L50" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Response.html#success">libcloud.common.base.Response.success</a></div>
+    <pre>Determine if our request was successful.
+
+The meaning of this can be arbitrary; did we receive OK status? Did
+the node get created? Were we authenticated?
+
+@return: C{True} or C{False}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.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#L56" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Response.html#parse_error">libcloud.common.base.Response.parse_error</a></div>
+    <pre>Parse the error messages.
+
+Override in a provider's subclass.
+
+@return: Parsed error.</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.vpsnet.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.vpsnet.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.vpsnet.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.vpsnet.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,63 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.vpsnet : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.c.d.vpsnet : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vpsnet.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>VPS.net driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id371">
+  
+  
+<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 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,81 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="package">l.compute : package documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Module for working with Cloud Servers</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id109">
+  
+  
+<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 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.providers.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.providers.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.providers.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.providers.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,71 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.providers : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.c.providers : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/providers.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Provider related utilities</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id122">
+  
+  
+<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#L117" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.ssh.BaseSSHClient.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.ssh.BaseSSHClient.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.ssh.BaseSSHClient.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.ssh.BaseSSHClient.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,233 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.ssh.BaseSSHClient : 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.s.BaseSSHClient(<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.ssh.html">ssh</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py#L34">View Source</a>
+      <a href="classIndex.html#libcloud.compute.ssh.BaseSSHClient">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.compute.ssh.ParamikoSSHClient.html">libcloud.compute.ssh.ParamikoSSHClient</a>, <a href="libcloud.compute.ssh.ShellOutSSHClient.html">libcloud.compute.ssh.ShellOutSSHClient</a></p>
+    </div>
+    <pre>Base class representing a connection over SSH/SCP to a remote node.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id111">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#__init__">__init__</a></td>
+    <td><tt>@type hostname: C{str} @keyword hostname: Hostname or IP address to connect to.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#connect">connect</a></td>
+    <td><tt>Connect to the remote node over SSH.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#put">put</a></td>
+    <td><tt>Upload a file to the remote node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#delete">delete</a></td>
+    <td><tt>Delete/Unlink a file on the remote node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#run">run</a></td>
+    <td><tt>Run a command on a remote node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#close">close</a></td>
+    <td><tt>Shutdown connection to the remote node.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.ssh.BaseSSHClient.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, hostname, port=22, username='root', password=None, key=None, timeout=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py#L39" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.ssh.ParamikoSSHClient.html">libcloud.compute.ssh.ParamikoSSHClient</a></div>
+    <pre>@type hostname: C{str}
+@keyword hostname: Hostname or IP address to connect to.
+
+@type port: C{int}
+@keyword port: TCP port to communicate on, defaults to 22.
+
+@type username: C{str}
+@keyword username: Username to use, defaults to root.
+
+@type password: C{str}
+@keyword password: Password to authenticate with.
+
+@type key: C{list}
+@keyword key: Private SSH keys to authenticate with.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.ssh.BaseSSHClient.connect">
+    
+  </a>
+  <a name="connect">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    connect(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py#L64" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.ssh.ParamikoSSHClient.html">libcloud.compute.ssh.ParamikoSSHClient</a></div>
+    <pre>Connect to the remote node over SSH.
+
+@return: C{bool}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.ssh.BaseSSHClient.put">
+    
+  </a>
+  <a name="put">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    put(self, path, contents=None, chmod=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py#L73" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.ssh.ParamikoSSHClient.html">libcloud.compute.ssh.ParamikoSSHClient</a></div>
+    <pre>Upload a file to the remote node.
+
+@type path: C{str}
+@keyword path: File path on the remote node.
+
+@type contents: C{str}
+@keyword contents: File Contents.
+
+@type chmod: C{int}
+@keyword chmod: chmod file to this after creation.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.ssh.BaseSSHClient.delete">
+    
+  </a>
+  <a name="delete">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    delete(self, path):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py#L89" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.ssh.ParamikoSSHClient.html">libcloud.compute.ssh.ParamikoSSHClient</a></div>
+    <pre>Delete/Unlink a file on the remote node.
+
+@type path: C{str}
+@keyword path: File path on the remote node.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.ssh.BaseSSHClient.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, cmd):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py#L99" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.ssh.ParamikoSSHClient.html">libcloud.compute.ssh.ParamikoSSHClient</a></div>
+    <pre>Run a command on a remote node.
+
+@type cmd: C{str}
+@keyword cmd: Command to run.
+
+@return C{list} of [stdout, stderr, exit_status]</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.ssh.BaseSSHClient.close">
+    
+  </a>
+  <a name="close">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    close(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py#L111" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.ssh.ParamikoSSHClient.html">libcloud.compute.ssh.ParamikoSSHClient</a></div>
+    <pre>Shutdown connection to the remote node.</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.ssh.ParamikoSSHClient.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.ssh.ParamikoSSHClient.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.ssh.ParamikoSSHClient.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.ssh.ParamikoSSHClient.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,233 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.ssh.ParamikoSSHClient : 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.s.ParamikoSSHClient(<a href="libcloud.compute.ssh.BaseSSHClient.html">BaseSSHClient</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.ssh.html">ssh</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py#L119">View Source</a>
+      <a href="classIndex.html#libcloud.compute.ssh.ParamikoSSHClient">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>A SSH Client powered by Paramiko.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id112">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.ParamikoSSHClient.html#__init__">__init__</a></td>
+    <td><tt>@type hostname: C{str} @keyword hostname: Hostname or IP address to connect to.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.ParamikoSSHClient.html#connect">connect</a></td>
+    <td><tt>Connect to the remote node over SSH.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.ParamikoSSHClient.html#put">put</a></td>
+    <td><tt>Upload a file to the remote node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.ParamikoSSHClient.html#delete">delete</a></td>
+    <td><tt>Delete/Unlink a file on the remote node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.ParamikoSSHClient.html#run">run</a></td>
+    <td><tt>Run a command on a remote node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.ParamikoSSHClient.html#close">close</a></td>
+    <td><tt>Shutdown connection to the remote node.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.ssh.ParamikoSSHClient.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, hostname, port=22, username='root', password=None, key=None, timeout=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py#L123" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.ssh.BaseSSHClient.html#__init__">libcloud.compute.ssh.BaseSSHClient.__init__</a></div>
+    <pre>@type hostname: C{str}
+@keyword hostname: Hostname or IP address to connect to.
+
+@type port: C{int}
+@keyword port: TCP port to communicate on, defaults to 22.
+
+@type username: C{str}
+@keyword username: Username to use, defaults to root.
+
+@type password: C{str}
+@keyword password: Password to authenticate with.
+
+@type key: C{list}
+@keyword key: Private SSH keys to authenticate with.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.ssh.ParamikoSSHClient.connect">
+    
+  </a>
+  <a name="connect">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    connect(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py#L130" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.ssh.BaseSSHClient.html#connect">libcloud.compute.ssh.BaseSSHClient.connect</a></div>
+    <pre>Connect to the remote node over SSH.
+
+@return: C{bool}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.ssh.ParamikoSSHClient.put">
+    
+  </a>
+  <a name="put">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    put(self, path, contents=None, chmod=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py#L150" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.ssh.BaseSSHClient.html#put">libcloud.compute.ssh.BaseSSHClient.put</a></div>
+    <pre>Upload a file to the remote node.
+
+@type path: C{str}
+@keyword path: File path on the remote node.
+
+@type contents: C{str}
+@keyword contents: File Contents.
+
+@type chmod: C{int}
+@keyword chmod: chmod file to this after creation.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.ssh.ParamikoSSHClient.delete">
+    
+  </a>
+  <a name="delete">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    delete(self, path):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py#L172" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.ssh.BaseSSHClient.html#delete">libcloud.compute.ssh.BaseSSHClient.delete</a></div>
+    <pre>Delete/Unlink a file on the remote node.
+
+@type path: C{str}
+@keyword path: File path on the remote node.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.ssh.ParamikoSSHClient.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, cmd):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py#L177" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.ssh.BaseSSHClient.html#run">libcloud.compute.ssh.BaseSSHClient.run</a></div>
+    <pre>Run a command on a remote node.
+
+@type cmd: C{str}
+@keyword cmd: Command to run.
+
+@return C{list} of [stdout, stderr, exit_status]</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.ssh.ParamikoSSHClient.close">
+    
+  </a>
+  <a name="close">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    close(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py#L193" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.ssh.BaseSSHClient.html#close">libcloud.compute.ssh.BaseSSHClient.close</a></div>
+    <pre>Shutdown connection to the remote node.</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.ssh.ShellOutSSHClient.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.ssh.ShellOutSSHClient.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.ssh.ShellOutSSHClient.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.ssh.ShellOutSSHClient.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,86 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.ssh.ShellOutSSHClient : 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.s.ShellOutSSHClient(<a href="libcloud.compute.ssh.BaseSSHClient.html">BaseSSHClient</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.ssh.html">ssh</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/ssh.py#L197">View Source</a>
+      <a href="classIndex.html#libcloud.compute.ssh.ShellOutSSHClient">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.compute.ssh.BaseSSHClient.html">BaseSSHClient</a>:
+        </p>
+        <table class="children sortable" id="id113">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#__init__">__init__</a></td>
+    <td><tt>@type hostname: C{str} @keyword hostname: Hostname or IP address to connect to.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#connect">connect</a></td>
+    <td><tt>Connect to the remote node over SSH.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#put">put</a></td>
+    <td><tt>Upload a file to the remote node.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#delete">delete</a></td>
+    <td><tt>Delete/Unlink a file on the remote node.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#run">run</a></td>
+    <td><tt>Run a command on a remote node.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#close">close</a></td>
+    <td><tt>Shutdown connection to the remote node.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.ssh.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.ssh.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.ssh.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.ssh.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,63 @@
+<!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">
+      <table class="children sortable" id="id110">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html">BaseSSHClient</a></td>
+    <td><tt>Base class representing a connection over SSH/SCP to a remote node.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.ssh.ParamikoSSHClient.html">ParamikoSSHClient</a></td>
+    <td><tt>A SSH Client powered by Paramiko.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.ssh.ShellOutSSHClient.html">ShellOutSSHClient</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.Architecture.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.Architecture.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.Architecture.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.Architecture.html Sun Apr  1 18:07:04 2012
@@ -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#L133">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 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.DeploymentError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.DeploymentError.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.DeploymentError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.DeploymentError.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,95 @@
+<!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#L144">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="id142">
+  
+  
+<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>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.types.LibcloudError.html">LibcloudError</a>:
+        </p>
+        <table class="children sortable" id="id143">
+  
+  
+<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><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.LibcloudError.html#__repr__">__repr__</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#L150" 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>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.NodeState.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.NodeState.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.NodeState.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.NodeState.html Sun Apr  1 18:07:04 2012
@@ -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#L116">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 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.Provider.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.Provider.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.Provider.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.Provider.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,68 @@
+<!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#L35">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
+@cvar TERREMARK: Terremark
+@cvar: EC2_US_WEST_OREGON: Amazon AWS US West 2 (Oregon)
+@cvar CLOUDSTACK: CloudStack
+@cvar CLOUDSIGMA_US: CloudSigma US Las Vegas
+@cvar RACKSPACE_NOVA_BETA: Rackspace Nova Private Beta (ORD)
+@cvar LIBVIRT: Libvirt driver</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 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.compute.types.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,69 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.types : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.c.types : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/types.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Base types used by other parts of libcloud</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id141">
+  
+  
+<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 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

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

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.base.DNSDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.base.DNSDriver.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.base.DNSDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.base.DNSDriver.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,496 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.base.DNSDriver : 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.b.DNSDriver(<a href="libcloud.common.base.BaseDriver.html">BaseDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L128">View Source</a>
+      <a href="classIndex.html#libcloud.dns.base.DNSDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html">libcloud.dns.drivers.dummy.DummyDNSDriver</a>, <a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html">libcloud.dns.drivers.linode.LinodeDNSDriver</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">libcloud.dns.drivers.rackspace.RackspaceDNSDriver</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html">libcloud.dns.drivers.zerigo.ZerigoDNSDriver</a></p>
+    </div>
+    <pre>DNS driver.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id510">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.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.dns.base.DNSDriver.html#list_record_types">list_record_types</a></td>
+    <td><tt>Return a list of RecordType objects supported by the provider.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#list_zones">list_zones</a></td>
+    <td><tt>Return a list of zones.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#list_records">list_records</a></td>
+    <td><tt>Return a list of records for the provided zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#get_zone">get_zone</a></td>
+    <td><tt>Return a Zone instance.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#get_record">get_record</a></td>
+    <td><tt>Return a Record instance.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#create_zone">create_zone</a></td>
+    <td><tt>Create a new zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#update_zone">update_zone</a></td>
+    <td><tt>Update en existing zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#create_record">create_record</a></td>
+    <td><tt>Create a new record.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#update_record">update_record</a></td>
+    <td><tt>Update an existing record.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#delete_zone">delete_zone</a></td>
+    <td><tt>Delete a zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#delete_record">delete_record</a></td>
+    <td><tt>Delete a record.</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#_string_to_record_type">_string_to_record_type</a></td>
+    <td><tt>Return a string representation of a DNS record type to a libcloud RecordType ENUM.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a>:
+        </p>
+        <table class="children sortable" id="id511">
+  
+  
+<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.dns.base.DNSDriver.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, key, secret=None, secure=True, host=None, port=None, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L135" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.BaseDriver.html#__init__">libcloud.common.base.BaseDriver.__init__</a></div><div class="interfaceinfo">overridden in <a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html">libcloud.dns.drivers.dummy.DummyDNSDriver</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">libcloud.dns.drivers.rackspace.RackspaceDNSDriver</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.dns.base.DNSDriver.list_record_types">
+    
+  </a>
+  <a name="list_record_types">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_record_types(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L139" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html">libcloud.dns.drivers.dummy.DummyDNSDriver</a></div>
+    <pre>Return a list of RecordType objects supported by the provider.
+
+@return: A list of C{RecordType} instances.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.base.DNSDriver.list_zones">
+    
+  </a>
+  <a name="list_zones">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_zones(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L147" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html">libcloud.dns.drivers.dummy.DummyDNSDriver</a>, <a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html">libcloud.dns.drivers.linode.LinodeDNSDriver</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">libcloud.dns.drivers.rackspace.RackspaceDNSDriver</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html">libcloud.dns.drivers.zerigo.ZerigoDNSDriver</a></div>
+    <pre>Return a list of zones.
+
+@return: A list of C{Zone} instances.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.base.DNSDriver.list_records">
+    
+  </a>
+  <a name="list_records">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_records(self, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L156" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html">libcloud.dns.drivers.dummy.DummyDNSDriver</a>, <a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html">libcloud.dns.drivers.linode.LinodeDNSDriver</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">libcloud.dns.drivers.rackspace.RackspaceDNSDriver</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html">libcloud.dns.drivers.zerigo.ZerigoDNSDriver</a></div>
+    <pre>Return a list of records for the provided zone.
+
+@type zone: C{Zone}
+@param zone: Zone to list records for.
+
+@return: A list of C{Record} instances.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.base.DNSDriver.get_zone">
+    
+  </a>
+  <a name="get_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_zone(self, zone_id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L168" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html">libcloud.dns.drivers.dummy.DummyDNSDriver</a>, <a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html">libcloud.dns.drivers.linode.LinodeDNSDriver</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">libcloud.dns.drivers.rackspace.RackspaceDNSDriver</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html">libcloud.dns.drivers.zerigo.ZerigoDNSDriver</a></div>
+    <pre>Return a Zone instance.
+
+@return: C{Zone} instance.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.base.DNSDriver.get_record">
+    
+  </a>
+  <a name="get_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_record(self, zone_id, record_id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L177" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html">libcloud.dns.drivers.dummy.DummyDNSDriver</a>, <a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html">libcloud.dns.drivers.linode.LinodeDNSDriver</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">libcloud.dns.drivers.rackspace.RackspaceDNSDriver</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html">libcloud.dns.drivers.zerigo.ZerigoDNSDriver</a></div>
+    <pre>Return a Record instance.
+
+@return: C{Record} instance.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.base.DNSDriver.create_zone">
+    
+  </a>
+  <a name="create_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_zone(self, domain, type='master', ttl=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L186" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html">libcloud.dns.drivers.dummy.DummyDNSDriver</a>, <a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html">libcloud.dns.drivers.linode.LinodeDNSDriver</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">libcloud.dns.drivers.rackspace.RackspaceDNSDriver</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html">libcloud.dns.drivers.zerigo.ZerigoDNSDriver</a></div>
+    <pre>Create a new zone.
+
+@type domain: C{string}
+@param domain: Zone domain name.
+
+@type type: C{string}
+@param type: Zone type (master / slave).
+
+@param ttl: C{int}
+@param ttl: (optional) TTL for new records.
+
+@type extra: C{dict}
+@param extra: (optional) Extra attributes (driver specific).</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.base.DNSDriver.update_zone">
+    
+  </a>
+  <a name="update_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    update_zone(self, zone, domain, type='master', ttl=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L205" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html">libcloud.dns.drivers.linode.LinodeDNSDriver</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">libcloud.dns.drivers.rackspace.RackspaceDNSDriver</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html">libcloud.dns.drivers.zerigo.ZerigoDNSDriver</a></div>
+    <pre>Update en existing zone.
+
+@type zone: C{Zone}
+@param zone: Zone to update.
+
+@type domain: C{string}
+@param domain: Zone domain name.
+
+@type type: C{string}
+@param type: Zone type (master / slave).
+
+@param ttl: C{int}
+@param ttl: (optional) TTL for new records.
+
+@type extra: C{dict}
+@param extra: (optional) Extra attributes (driver specific).</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.base.DNSDriver.create_record">
+    
+  </a>
+  <a name="create_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_record(self, name, zone, type, data, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L227" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html">libcloud.dns.drivers.dummy.DummyDNSDriver</a>, <a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html">libcloud.dns.drivers.linode.LinodeDNSDriver</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">libcloud.dns.drivers.rackspace.RackspaceDNSDriver</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html">libcloud.dns.drivers.zerigo.ZerigoDNSDriver</a></div>
+    <pre>Create a new record.
+
+@param name: C{string}
+@type name: Hostname or FQDN.
+
+@type zone: C{Zone}
+@param zone: Zone where the requested record is created.
+
+@type type: C{RecordType}
+@param type: DNS record type (A, AAAA, ...).
+
+@type data: C{str}
+@param data: Data for the record (depends on the record type).
+
+@type extra: C{dict}
+@param extra: (optional) Extra attributes (driver specific).</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.base.DNSDriver.update_record">
+    
+  </a>
+  <a name="update_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    update_record(self, record, name, type, data, extra):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L249" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html">libcloud.dns.drivers.linode.LinodeDNSDriver</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">libcloud.dns.drivers.rackspace.RackspaceDNSDriver</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html">libcloud.dns.drivers.zerigo.ZerigoDNSDriver</a></div>
+    <pre>Update an existing record.
+
+@param record: C{Record}
+@type record: Record to update.
+
+@param name: C{string}
+@type name: Hostname or FQDN.
+
+@type type: C{RecordType}
+@param type: DNS record type (A, AAAA, ...).
+
+@type data: C{str}
+@param data: Data for the record (depends on the record type).
+
+@type extra: C{dict}
+@param extra: (optional) Extra attributes (driver specific).</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.base.DNSDriver.delete_zone">
+    
+  </a>
+  <a name="delete_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    delete_zone(self, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L271" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html">libcloud.dns.drivers.dummy.DummyDNSDriver</a>, <a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html">libcloud.dns.drivers.linode.LinodeDNSDriver</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">libcloud.dns.drivers.rackspace.RackspaceDNSDriver</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html">libcloud.dns.drivers.zerigo.ZerigoDNSDriver</a></div>
+    <pre>Delete a zone.
+
+Note: This will delete all the records belonging to this zone.
+
+@param zone: C{Zone}
+@type zone: Zone to delete.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.base.DNSDriver.delete_record">
+    
+  </a>
+  <a name="delete_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    delete_record(self, record):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L283" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html">libcloud.dns.drivers.dummy.DummyDNSDriver</a>, <a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html">libcloud.dns.drivers.linode.LinodeDNSDriver</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">libcloud.dns.drivers.rackspace.RackspaceDNSDriver</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html">libcloud.dns.drivers.zerigo.ZerigoDNSDriver</a></div>
+    <pre>Delete a record.
+
+@param record: C{Record}
+@type record: Record to delete.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.base.DNSDriver._string_to_record_type">
+    
+  </a>
+  <a name="_string_to_record_type">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _string_to_record_type(self, string):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L293" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Return a string representation of a DNS record type to a
+libcloud RecordType ENUM.</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.base.Record.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.base.Record.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.base.Record.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.base.Record.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,168 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.base.Record : 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.b.Record(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L78">View Source</a>
+      <a href="classIndex.html#libcloud.dns.base.Record">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Zone record / resource.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id509">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.Record.html#__init__">__init__</a></td>
+    <td><tt>@type id: C{str} @param id: Record id</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.Record.html#update">update</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.Record.html#delete">delete</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.Record.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.base.Record.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, id, name, type, data, zone, driver, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L83" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>@type id: C{str}
+@param id: Record id
+
+@type name: C{str}
+@param name: Hostname or FQDN.
+
+@type type: C{RecordType}
+@param type: DNS record type (A, AAAA, ...).
+
+@type data: C{str}
+@param data: Data for the record (depends on the record type).
+
+@type zone: C{Zone}
+@param zone: Zone instance.
+
+@type driver: C{DNSDriver}
+@param driver: DNSDriver instance.
+
+@type extra: C{dict}
+@param extra: (optional) Extra attributes (driver specific).</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.base.Record.update">
+    
+  </a>
+  <a name="update">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    update(self, name=None, type=None, data=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L114" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.base.Record.delete">
+    
+  </a>
+  <a name="delete">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    delete(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L118" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.base.Record.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py#L121" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file