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/07/16 03:49:54 UTC

svn commit: r1361884 [25/40] - /libcloud/site/trunk/content/apidocs/0.9.1/

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=1361884&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 Mon Jul 16 01:49:43 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>
+    <div>Module for working with Cloud Servers<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id240">
+  
+  
+<tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.base.html">base</a></td>
+    <td><span>Provides base classes for working with drivers</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.deployment.html">deployment</a></td>
+    <td><span>Provides generic deployment steps for machines post boot.</span></td>
+  </tr><tr class="package">
+    
+    
+    <td>Package</td>
+    <td><a href="libcloud.compute.drivers.html">drivers</a></td>
+    <td><span>Drivers for working with different providers</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.providers.html">providers</a></td>
+    <td><span>Provider related utilities</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.ssh.html">ssh</a></td>
+    <td><span>Wraps multiple ways to communicate over SSH</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.types.html">types</a></td>
+    <td><span>Base types used by other parts of libcloud</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-07-15 18:49:10.
+    </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=1361884&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 Mon Jul 16 01:49:43 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>
+    <div>Provider related utilities<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id241">
+  
+  
+<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-07-15 18:49:10.
+    </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=1361884&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 Mon Jul 16 01:49:43 2012
@@ -0,0 +1,206 @@
+<!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>
+    <div>Base class representing a connection over SSH/SCP to a remote node.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id249">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#connect">connect</a></td>
+    <td><span>Connect to the remote node over SSH.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#put">put</a></td>
+    <td><span>Upload a file to the remote node.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#delete">delete</a></td>
+    <td><span>Delete/Unlink a file on the remote node.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#run">run</a></td>
+    <td><span>Run a command on a remote node.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#close">close</a></td>
+    <td><span>Shutdown connection to the remote node.</span></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>
+    <div><table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">hostname</td><td>Hostname or IP address to connect to. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">port</td><td>TCP port to communicate on, defaults to 22. (type: <code>int</code>)</td></tr><tr><td></td><td class="fieldArg">username</td><td>Username to use, defaults to root. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">password</td><td>Password to authenticate with. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">key</td><td>Private SSH keys to authenticate with. (type: <code>list</code>)</td></tr></table></div>
+  </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>
+    <div>Connect to the remote node over SSH.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>bool</code></td></tr></table></div>
+  </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>
+    <div>Upload a file to the remote node.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">path</td><td>File path on the remote node. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">contents</td><td>File Contents. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">chmod</td><td>chmod file to this after creation. (type: <code>int</code>)</td></tr></table></div>
+  </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>
+    <div>Delete/Unlink a file on the remote node.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">path</td><td>File path on the remote node. (type: <code>str</code>)</td></tr></table></div>
+  </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>
+    <div>Shutdown connection to the remote node.<table class="fieldTable"></table></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-07-15 18:49:10.
+    </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=1361884&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 Mon Jul 16 01:49:43 2012
@@ -0,0 +1,206 @@
+<!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>
+    <div>A SSH Client powered by Paramiko.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id250">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.ParamikoSSHClient.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.ParamikoSSHClient.html#connect">connect</a></td>
+    <td><span>Connect to the remote node over SSH.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.ParamikoSSHClient.html#put">put</a></td>
+    <td><span>Upload a file to the remote node.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.ParamikoSSHClient.html#delete">delete</a></td>
+    <td><span>Delete/Unlink a file on the remote node.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.ParamikoSSHClient.html#run">run</a></td>
+    <td><span>Run a command on a remote node.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.ParamikoSSHClient.html#close">close</a></td>
+    <td><span>Shutdown connection to the remote node.</span></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>
+    <div><table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">hostname</td><td>Hostname or IP address to connect to. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">port</td><td>TCP port to communicate on, defaults to 22. (type: <code>int</code>)</td></tr><tr><td></td><td class="fieldArg">username</td><td>Username to use, defaults to root. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">password</td><td>Password to authenticate with. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">key</td><td>Private SSH keys to authenticate with. (type: <code>list</code>)</td></tr></table></div>
+  </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>
+    <div>Connect to the remote node over SSH.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>bool</code></td></tr></table></div>
+  </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>
+    <div>Upload a file to the remote node.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">path</td><td>File path on the remote node. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">contents</td><td>File Contents. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">chmod</td><td>chmod file to this after creation. (type: <code>int</code>)</td></tr></table></div>
+  </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>
+    <div>Delete/Unlink a file on the remote node.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">path</td><td>File path on the remote node. (type: <code>str</code>)</td></tr></table></div>
+  </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>
+    <div>Shutdown connection to the remote node.<table class="fieldTable"></table></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-07-15 18:49:10.
+    </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=1361884&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 Mon Jul 16 01:49:43 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="id251">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#connect">connect</a></td>
+    <td><span>Connect to the remote node over SSH.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#put">put</a></td>
+    <td><span>Upload a file to the remote node.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#delete">delete</a></td>
+    <td><span>Delete/Unlink a file on the remote node.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#run">run</a></td>
+    <td><span>Run a command on a remote node.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html#close">close</a></td>
+    <td><span>Shutdown connection to the remote node.</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-07-15 18:49:10.
+    </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=1361884&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 Mon Jul 16 01:49:43 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>
+    <div>Wraps multiple ways to communicate over SSH<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id248">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.ssh.BaseSSHClient.html">BaseSSHClient</a></td>
+    <td><span>Base class representing a connection over SSH/SCP to a remote node.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.ssh.ParamikoSSHClient.html">ParamikoSSHClient</a></td>
+    <td><span>A SSH Client powered by Paramiko.</span></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-07-15 18:49:10.
+    </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=1361884&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 Mon Jul 16 01:49:43 2012
@@ -0,0 +1,83 @@
+<!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>
+    <div>Image and size architectures.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id245">
+  
+  
+<tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Architecture.html#I386">I386</a></td>
+    <td>i386 (32 bt)</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Architecture.html#X86_64">X86_64</a></td>
+    <td>x86_64 (64 bit)</td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.types.Architecture.I386">
+    
+  </a>
+  <a name="I386">
+    
+  </a>
+  <div class="functionHeader">
+    I386 =
+  </div>
+  <div class="functionBody">
+    i386 (32 bt)
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Architecture.X86_64">
+    
+  </a>
+  <a name="X86_64">
+    
+  </a>
+  <div class="functionHeader">
+    X86_64 =
+  </div>
+  <div class="functionBody">
+    x86_64 (64 bit)
+  </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-07-15 18:49:10.
+    </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=1361884&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 Mon Jul 16 01:49:43 2012
@@ -0,0 +1,116 @@
+<!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>
+    <div>Exception used when a Deployment Task failed.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id246">
+  
+  
+<tr class="instancevariable">
+    
+    
+    <td>Instance Variable</td>
+    <td><a href="libcloud.compute.types.DeploymentError.html#node">node</a></td>
+    <td><a href="libcloud.compute.base.Node.html"><code>Node</code></a> on which 
+this exception happened, you might want to call <a 
+href="libcloud.compute.base.Node.html#destroy"><code>Node.destroy</code></a></td>
+  </tr><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="id247">
+  
+  
+<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.node">
+    
+  </a>
+  <a name="node">
+    
+  </a>
+  <div class="functionHeader">
+    node =
+  </div>
+  <div class="functionBody">
+    <a href="libcloud.compute.base.Node.html"><code>Node</code></a> on which 
+this exception happened, you might want to call <a 
+href="libcloud.compute.base.Node.html#destroy"><code>Node.destroy</code></a>
+  </div>
+</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-07-15 18:49:10.
+    </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=1361884&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 Mon Jul 16 01:49:43 2012
@@ -0,0 +1,140 @@
+<!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>
+    <div>Standard states for a node<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id244">
+  
+  
+<tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.NodeState.html#RUNNING">RUNNING</a></td>
+    <td>Node is running</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.NodeState.html#REBOOTING">REBOOTING</a></td>
+    <td>Node is rebooting</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.NodeState.html#TERMINATED">TERMINATED</a></td>
+    <td>Node is terminated</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.NodeState.html#PENDING">PENDING</a></td>
+    <td>Node is pending</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.NodeState.html#UNKNOWN">UNKNOWN</a></td>
+    <td>Node state is unknown</td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.types.NodeState.RUNNING">
+    
+  </a>
+  <a name="RUNNING">
+    
+  </a>
+  <div class="functionHeader">
+    RUNNING =
+  </div>
+  <div class="functionBody">
+    Node is running
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.NodeState.REBOOTING">
+    
+  </a>
+  <a name="REBOOTING">
+    
+  </a>
+  <div class="functionHeader">
+    REBOOTING =
+  </div>
+  <div class="functionBody">
+    Node is rebooting
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.NodeState.TERMINATED">
+    
+  </a>
+  <a name="TERMINATED">
+    
+  </a>
+  <div class="functionHeader">
+    TERMINATED =
+  </div>
+  <div class="functionBody">
+    Node is terminated
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.NodeState.PENDING">
+    
+  </a>
+  <a name="PENDING">
+    
+  </a>
+  <div class="functionHeader">
+    PENDING =
+  </div>
+  <div class="functionBody">
+    Node is pending
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.NodeState.UNKNOWN">
+    
+  </a>
+  <a name="UNKNOWN">
+    
+  </a>
+  <div class="functionHeader">
+    UNKNOWN =
+  </div>
+  <div class="functionBody">
+    Node state is unknown
+  </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-07-15 18:49:10.
+    </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=1361884&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 Mon Jul 16 01:49:43 2012
@@ -0,0 +1,558 @@
+<!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>
+    <div>Defines for each of the supported providers<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id243">
+  
+  
+<tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#DUMMY">DUMMY</a></td>
+    <td>Example provider</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#EC2_US_EAST">EC2_US_EAST</a></td>
+    <td>Amazon AWS US N. Virgina</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#EC2_US_WEST">EC2_US_WEST</a></td>
+    <td>Amazon AWS US N. California</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#EC2_EU_WEST">EC2_EU_WEST</a></td>
+    <td>Amazon AWS EU Ireland</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#RACKSPACE">RACKSPACE</a></td>
+    <td>Rackspace Cloud Servers</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#RACKSPACE_UK">RACKSPACE_UK</a></td>
+    <td>Rackspace UK Cloud Servers</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#SLICEHOST">SLICEHOST</a></td>
+    <td>Slicehost.com</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#GOGRID">GOGRID</a></td>
+    <td>GoGrid</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#VPSNET">VPSNET</a></td>
+    <td>VPS.net</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#LINODE">LINODE</a></td>
+    <td>Linode.com</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#VCLOUD">VCLOUD</a></td>
+    <td>vmware vCloud</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#RIMUHOSTING">RIMUHOSTING</a></td>
+    <td>RimuHosting.com</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#ECP">ECP</a></td>
+    <td>Enomaly</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#IBM">IBM</a></td>
+    <td>IBM Developer Cloud</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#OPENNEBULA">OPENNEBULA</a></td>
+    <td>OpenNebula.org</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#DREAMHOST">DREAMHOST</a></td>
+    <td>DreamHost Private Server</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#CLOUDSIGMA">CLOUDSIGMA</a></td>
+    <td>CloudSigma</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#NIMBUS">NIMBUS</a></td>
+    <td>Nimbus</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#BLUEBOX">BLUEBOX</a></td>
+    <td>Bluebox</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#OPSOURCE">OPSOURCE</a></td>
+    <td>Opsource Cloud</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#NINEFOLD">NINEFOLD</a></td>
+    <td>Ninefold</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#TERREMARK">TERREMARK</a></td>
+    <td>Terremark</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#EC2_US_WEST_OREGON">EC2_US_WEST_OREGON</a></td>
+    <td>Amazon AWS US West 2 (Oregon)</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#CLOUDSTACK">CLOUDSTACK</a></td>
+    <td>CloudStack</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#CLOUDSIGMA_US">CLOUDSIGMA_US</a></td>
+    <td>CloudSigma US Las Vegas</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#RACKSPACE_NOVA_BETA">RACKSPACE_NOVA_BETA</a></td>
+    <td>Rackspace Nova Private Beta (ORD)</td>
+  </tr><tr class="classvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.compute.types.Provider.html#LIBVIRT">LIBVIRT</a></td>
+    <td>Libvirt driver</td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.types.Provider.DUMMY">
+    
+  </a>
+  <a name="DUMMY">
+    
+  </a>
+  <div class="functionHeader">
+    DUMMY =
+  </div>
+  <div class="functionBody">
+    Example provider
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.EC2_US_EAST">
+    
+  </a>
+  <a name="EC2_US_EAST">
+    
+  </a>
+  <div class="functionHeader">
+    EC2_US_EAST =
+  </div>
+  <div class="functionBody">
+    Amazon AWS US N. Virgina
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.EC2_US_WEST">
+    
+  </a>
+  <a name="EC2_US_WEST">
+    
+  </a>
+  <div class="functionHeader">
+    EC2_US_WEST =
+  </div>
+  <div class="functionBody">
+    Amazon AWS US N. California
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.EC2_EU_WEST">
+    
+  </a>
+  <a name="EC2_EU_WEST">
+    
+  </a>
+  <div class="functionHeader">
+    EC2_EU_WEST =
+  </div>
+  <div class="functionBody">
+    Amazon AWS EU Ireland
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.RACKSPACE">
+    
+  </a>
+  <a name="RACKSPACE">
+    
+  </a>
+  <div class="functionHeader">
+    RACKSPACE =
+  </div>
+  <div class="functionBody">
+    Rackspace Cloud Servers
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.RACKSPACE_UK">
+    
+  </a>
+  <a name="RACKSPACE_UK">
+    
+  </a>
+  <div class="functionHeader">
+    RACKSPACE_UK =
+  </div>
+  <div class="functionBody">
+    Rackspace UK Cloud Servers
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.SLICEHOST">
+    
+  </a>
+  <a name="SLICEHOST">
+    
+  </a>
+  <div class="functionHeader">
+    SLICEHOST =
+  </div>
+  <div class="functionBody">
+    Slicehost.com
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.GOGRID">
+    
+  </a>
+  <a name="GOGRID">
+    
+  </a>
+  <div class="functionHeader">
+    GOGRID =
+  </div>
+  <div class="functionBody">
+    GoGrid
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.VPSNET">
+    
+  </a>
+  <a name="VPSNET">
+    
+  </a>
+  <div class="functionHeader">
+    VPSNET =
+  </div>
+  <div class="functionBody">
+    VPS.net
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.LINODE">
+    
+  </a>
+  <a name="LINODE">
+    
+  </a>
+  <div class="functionHeader">
+    LINODE =
+  </div>
+  <div class="functionBody">
+    Linode.com
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.VCLOUD">
+    
+  </a>
+  <a name="VCLOUD">
+    
+  </a>
+  <div class="functionHeader">
+    VCLOUD =
+  </div>
+  <div class="functionBody">
+    vmware vCloud
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.RIMUHOSTING">
+    
+  </a>
+  <a name="RIMUHOSTING">
+    
+  </a>
+  <div class="functionHeader">
+    RIMUHOSTING =
+  </div>
+  <div class="functionBody">
+    RimuHosting.com
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.ECP">
+    
+  </a>
+  <a name="ECP">
+    
+  </a>
+  <div class="functionHeader">
+    ECP =
+  </div>
+  <div class="functionBody">
+    Enomaly
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.IBM">
+    
+  </a>
+  <a name="IBM">
+    
+  </a>
+  <div class="functionHeader">
+    IBM =
+  </div>
+  <div class="functionBody">
+    IBM Developer Cloud
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.OPENNEBULA">
+    
+  </a>
+  <a name="OPENNEBULA">
+    
+  </a>
+  <div class="functionHeader">
+    OPENNEBULA =
+  </div>
+  <div class="functionBody">
+    OpenNebula.org
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.DREAMHOST">
+    
+  </a>
+  <a name="DREAMHOST">
+    
+  </a>
+  <div class="functionHeader">
+    DREAMHOST =
+  </div>
+  <div class="functionBody">
+    DreamHost Private Server
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.CLOUDSIGMA">
+    
+  </a>
+  <a name="CLOUDSIGMA">
+    
+  </a>
+  <div class="functionHeader">
+    CLOUDSIGMA =
+  </div>
+  <div class="functionBody">
+    CloudSigma
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.NIMBUS">
+    
+  </a>
+  <a name="NIMBUS">
+    
+  </a>
+  <div class="functionHeader">
+    NIMBUS =
+  </div>
+  <div class="functionBody">
+    Nimbus
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.BLUEBOX">
+    
+  </a>
+  <a name="BLUEBOX">
+    
+  </a>
+  <div class="functionHeader">
+    BLUEBOX =
+  </div>
+  <div class="functionBody">
+    Bluebox
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.OPSOURCE">
+    
+  </a>
+  <a name="OPSOURCE">
+    
+  </a>
+  <div class="functionHeader">
+    OPSOURCE =
+  </div>
+  <div class="functionBody">
+    Opsource Cloud
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.NINEFOLD">
+    
+  </a>
+  <a name="NINEFOLD">
+    
+  </a>
+  <div class="functionHeader">
+    NINEFOLD =
+  </div>
+  <div class="functionBody">
+    Ninefold
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.TERREMARK">
+    
+  </a>
+  <a name="TERREMARK">
+    
+  </a>
+  <div class="functionHeader">
+    TERREMARK =
+  </div>
+  <div class="functionBody">
+    Terremark
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.EC2_US_WEST_OREGON">
+    
+  </a>
+  <a name="EC2_US_WEST_OREGON">
+    
+  </a>
+  <div class="functionHeader">
+    EC2_US_WEST_OREGON =
+  </div>
+  <div class="functionBody">
+    Amazon AWS US West 2 (Oregon)
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.CLOUDSTACK">
+    
+  </a>
+  <a name="CLOUDSTACK">
+    
+  </a>
+  <div class="functionHeader">
+    CLOUDSTACK =
+  </div>
+  <div class="functionBody">
+    CloudStack
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.CLOUDSIGMA_US">
+    
+  </a>
+  <a name="CLOUDSIGMA_US">
+    
+  </a>
+  <div class="functionHeader">
+    CLOUDSIGMA_US =
+  </div>
+  <div class="functionBody">
+    CloudSigma US Las Vegas
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.RACKSPACE_NOVA_BETA">
+    
+  </a>
+  <a name="RACKSPACE_NOVA_BETA">
+    
+  </a>
+  <div class="functionHeader">
+    RACKSPACE_NOVA_BETA =
+  </div>
+  <div class="functionBody">
+    Rackspace Nova Private Beta (ORD)
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.types.Provider.LIBVIRT">
+    
+  </a>
+  <a name="LIBVIRT">
+    
+  </a>
+  <div class="functionHeader">
+    LIBVIRT =
+  </div>
+  <div class="functionBody">
+    Libvirt driver
+  </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-07-15 18:49:10.
+    </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=1361884&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 Mon Jul 16 01:49:43 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>
+    <div>Base types used by other parts of libcloud<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id242">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.types.Provider.html">Provider</a></td>
+    <td><span>Defines for each of the supported providers</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.types.NodeState.html">NodeState</a></td>
+    <td><span>Standard states for a node</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.types.Architecture.html">Architecture</a></td>
+    <td><span>Image and size architectures.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.types.DeploymentError.html">DeploymentError</a></td>
+    <td><span>Exception used when a Deployment Task failed.</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-07-15 18:49:10.
+    </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=1361884&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 Mon Jul 16 01:49:43 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-07-15 18:49:10.
+    </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=1361884&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 Mon Jul 16 01:49:43 2012
@@ -0,0 +1,405 @@
+<!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>
+    <div>DNS driver.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id16">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#__init__">__init__</a></td>
+    <td></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><span>Return a list of RecordType objects supported by the provider.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#list_zones">list_zones</a></td>
+    <td><span>Return a list of zones.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#list_records">list_records</a></td>
+    <td><span>Return a list of records for the provided zone.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#get_zone">get_zone</a></td>
+    <td><span>Return a Zone instance.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#get_record">get_record</a></td>
+    <td><span>Return a Record instance.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#create_zone">create_zone</a></td>
+    <td><span>Create a new zone.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#update_zone">update_zone</a></td>
+    <td><span>Update en existing zone.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#create_record">create_record</a></td>
+    <td><span>Create a new record.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#update_record">update_record</a></td>
+    <td><span>Update an existing record.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#delete_zone">delete_zone</a></td>
+    <td><span>Delete a zone.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#delete_record">delete_record</a></td>
+    <td><span>Delete a record.</span></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><span>Return a string representation of a DNS record type to a libcloud 
+RecordType ENUM.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a>:
+        </p>
+        <table class="children sortable" id="id17">
+  
+  
+<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><span>Return extra connection keyword arguments which are passed to the 
+Connection class constructor.</span></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>
+    <div><table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">key</td><td>API key or username to used (type: str)</td></tr><tr><td></td><td class="fieldArg">secret</td><td>Secret password to be used (type: str)</td></tr><tr><td></td><td class="fieldArg">secure</td><td>Weither to use HTTPS or HTTP. Note: Some providers only support HTTPS, and 
+it is on by default. (type: bool)</td></tr><tr><td></td><td class="fieldArg">host</td><td>Override hostname used for connections. (type: str)</td></tr><tr><td></td><td class="fieldArg">port</td><td>Override port used for connections. (type: int)</td></tr><tr><td></td><td class="fieldArg">api_version</td><td>Optional API version. Only used by drivers which support multiple API 
+versions. (type: str)</td></tr></table></div>
+  </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>
+    <div>Return a list of RecordType objects supported by the provider.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">A list of <code>RecordType</code> instances.</td></tr></table></div>
+  </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>
+    <div>Return a list of zones.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">A list of <code>Zone</code> instances.</td></tr></table></div>
+  </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>
+    <div>Return a list of records for the provided zone.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">zone</td><td>Zone to list records for. (type: <code>Zone</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">A list of <code>Record</code> instances.</td></tr></table></div>
+  </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>
+    <div>Return a Zone instance.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>Zone</code> instance.</td></tr></table></div>
+  </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>
+    <div>Return a Record instance.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>Record</code> instance.</td></tr></table></div>
+  </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>
+    <div>Create a new zone.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">domain</td><td>Zone domain name. (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">type</td><td>Zone type (master / slave). (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">ttl</td><td><code>int</code></td></tr><tr><td></td><td class="fieldArg">ttl</td><td>(optional) TTL for new records.</td></tr><tr><td></td><td class="fieldArg">extra</td><td>(optional) Extra attributes (driver specific). (type: <code>dict</code>)</td></tr></table></div>
+  </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>
+    <div>Update en existing zone.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">zone</td><td>Zone to update. (type: <code>Zone</code>)</td></tr><tr><td></td><td class="fieldArg">domain</td><td>Zone domain name. (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">type</td><td>Zone type (master / slave). (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">ttl</td><td><code>int</code></td></tr><tr><td></td><td class="fieldArg">ttl</td><td>(optional) TTL for new records.</td></tr><tr><td></td><td class="fieldArg">extra</td><td>(optional) Extra attributes (driver specific). (type: <code>dict</code>)</td></tr></table></div>
+  </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>
+    <div>Create a new record.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">name</td><td><code>string</code> (type: Hostname or FQDN.)</td></tr><tr><td></td><td class="fieldArg">zone</td><td>Zone where the requested record is created. (type: <code>Zone</code>)</td></tr><tr><td></td><td class="fieldArg">type</td><td>DNS record type (A, AAAA, ...). (type: <code>RecordType</code>)</td></tr><tr><td></td><td class="fieldArg">data</td><td>Data for the record (depends on the record type). (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">extra</td><td>(optional) Extra attributes (driver specific). (type: <code>dict</code>)</td></tr></table></div>
+  </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>
+    <div>Update an existing record.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">record</td><td><code>Record</code> (type: Record to update.)</td></tr><tr><td></td><td class="fieldArg">name</td><td><code>string</code> (type: Hostname or FQDN.)</td></tr><tr><td></td><td class="fieldArg">type</td><td>DNS record type (A, AAAA, ...). (type: <code>RecordType</code>)</td></tr><tr><td></td><td class="fieldArg">data</td><td>Data for the record (depends on the record type). (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">extra</td><td>(optional) Extra attributes (driver specific). (type: <code>dict</code>)</td></tr></table></div>
+  </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>
+    <div>Delete a zone.</p>
+<p>Note: This will delete all the records belonging to this zone.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">zone</td><td><code>Zone</code> (type: Zone to delete.)</td></tr></table></div>
+  </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>
+    <div>Delete a record.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">record</td><td><code>Record</code> (type: Record to delete.)</td></tr></table></div>
+  </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">
+    
+    <div>Return a string representation of a DNS record type to a libcloud 
+RecordType ENUM.<table class="fieldTable"></table></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-07-15 18:49:10.
+    </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=1361884&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 Mon Jul 16 01:49:43 2012
@@ -0,0 +1,149 @@
+<!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>
+    <div>Zone record / resource.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id15">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.Record.html#__init__">__init__</a></td>
+    <td></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">
+    
+    <div><table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">id</td><td>Record id (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">name</td><td>Hostname or FQDN. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">type</td><td>DNS record type (A, AAAA, ...). (type: <code>RecordType</code>)</td></tr><tr><td></td><td class="fieldArg">data</td><td>Data for the record (depends on the record type). (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">zone</td><td>Zone instance. (type: <code>Zone</code>)</td></tr><tr><td></td><td class="fieldArg">driver</td><td>DNSDriver instance. (type: <code>DNSDriver</code>)</td></tr><tr><td></td><td class="fieldArg">extra</td><td>(optional) Extra attributes (driver specific). (type: <code>dict</code>)</td></tr></table></div>
+  </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-07-15 18:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file