Added: libcloud/site/trunk/content/apidocs/0.3.1/libcloud.interface.IResponseFactory.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.3.1/libcloud.interface.IResponseFactory.html?rev=1361864&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.3.1/libcloud.interface.IResponseFactory.html (added) +++ libcloud/site/trunk/content/apidocs/0.3.1/libcloud.interface.IResponseFactory.html Mon Jul 16 01:44:16 2012 @@ -0,0 +1,71 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.interface.IResponseFactory : 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="interface">l.i.IResponseFactory(<span title="zope.interface.Interface">Interface</span>) : interface documentation</h1> + <p> + <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.interface.html">interface</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/interface.py#L320">View Source</a> + <a href="classIndex.html#libcloud.interface.IResponseFactory">View In Hierarchy</a> + </p> + <div> + + </div> + <div>Creates Responses.<table class="fieldTable"></table></div> + + + + <div id="splitTables"> + <table class="children sortable" id="id55"> + + +<tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.interface.IResponseFactory.html#__call__">__call__</a></td> + <td><span>Process the given response, setting ivars.</span></td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.interface.IResponseFactory.__call__"> + + </a> + <a name="__call__"> + + </a> + <div class="functionHeader"> + + def + __call__(response): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/interface.py#L324" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + + <div>Process the given response, setting ivars.<table class="fieldTable"></table></div> + </div> +</div> + <address> + <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:03. + </address> + </body> +</html> \ No newline at end of file
Added: libcloud/site/trunk/content/apidocs/0.3.1/libcloud.interface.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.3.1/libcloud.interface.html?rev=1361864&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.3.1/libcloud.interface.html (added) +++ libcloud/site/trunk/content/apidocs/0.3.1/libcloud.interface.html Mon Jul 16 01:44:16 2012 @@ -0,0 +1,152 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.interface : 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.interface : module documentation</h1> + <p> + <span id="part">Part of <a href="libcloud.html">libcloud</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/interface.py">View Source</a> + + </p> + <div> + + </div> + <div>Provides zope.interface definitions for libcloud.<table class="fieldTable"></table></div> + + + + <div id="splitTables"> + <table class="children sortable" id="id35"> + + +<tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.INode.html">INode</a></td> + <td><span>A node (instance, etc)</span></td> + </tr><tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.INodeFactory.html">INodeFactory</a></td> + <td><span>Create nodes</span></td> + </tr><tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.INodeSize.html">INodeSize</a></td> + <td><span>A machine image</span></td> + </tr><tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.INodeSizeFactory.html">INodeSizeFactory</a></td> + <td><span>Create nodes</span></td> + </tr><tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.INodeImage.html">INodeImage</a></td> + <td><span>A machine image</span></td> + </tr><tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.INodeImageFactory.html">INodeImageFactory</a></td> + <td><span>Create nodes</span></td> + </tr><tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.INodeLocation.html">INodeLocation</a></td> + <td><span>Physical Location of a node</span></td> + </tr><tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.INodeLocationFactory.html">INodeLocationFactory</a></td> + <td><span>Create nodes location</span></td> + </tr><tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.INodeDriverFactory.html">INodeDriverFactory</a></td> + <td><span>Create NodeDrivers</span></td> + </tr><tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.INodeDriver.html">INodeDriver</a></td> + <td><span>A driver which provides nodes, such as an Amazon EC2 instance, or +Slicehost slice</span></td> + </tr><tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.IConnection.html">IConnection</a></td> + <td><span>A Connection represents an interface between a Client and a Provider's +Web Service. It is capable of authenticating, making requests, and +returning responses.</span></td> + </tr><tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.IConnectionKey.html">IConnectionKey</a></td> + <td><span>IConnection which only depends on an API key for authentication.</span></td> + </tr><tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.IConnectionUserAndKey.html">IConnectionUserAndKey</a></td> + <td><span>IConnection which depends on a user identifier and an API for +authentication.</span></td> + </tr><tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.IConnectionKeyFactory.html">IConnectionKeyFactory</a></td> + <td><span>Create Connections which depend solely on an API key.</span></td> + </tr><tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.IConnectionUserAndKeyFactory.html">IConnectionUserAndKeyFactory</a></td> + <td><span>Create Connections which depends on both a user identifier and API +key.</span></td> + </tr><tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.IResponse.html">IResponse</a></td> + <td><span>A response as provided by a given HTTP Client.</span></td> + </tr><tr class="interface"> + + + <td>Interface</td> + <td><a href="libcloud.interface.IResponseFactory.html">IResponseFactory</a></td> + <td><span>Creates Responses.</span></td> + </tr> + +</table> + + + </div> + + + + + + <address> + <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:03. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.3.1/libcloud.providers.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.3.1/libcloud.providers.html?rev=1361864&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.3.1/libcloud.providers.html (added) +++ libcloud/site/trunk/content/apidocs/0.3.1/libcloud.providers.html Mon Jul 16 01:44:16 2012 @@ -0,0 +1,74 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.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.providers : module documentation</h1> + <p> + <span id="part">Part of <a href="libcloud.html">libcloud</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/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="id3"> + + +<tr class="function"> + + + <td>Function</td> + <td><a href="libcloud.providers.html#get_driver">get_driver</a></td> + <td><span>Gets a driver @param provider: Id of provider to get driver @type +provider: <a +href="libcloud.types.Provider.html"><code>libcloud.types.Provider</code></a></span></td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.providers.get_driver"> + + </a> + <a name="get_driver"> + + </a> + <div class="functionHeader"> + + def + get_driver(provider): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/providers.py#L58" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + + <div>Gets a driver<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">provider</td><td>Id of provider to get driver (type: <a +href="libcloud.types.Provider.html"><code>libcloud.types.Provider</code></a>)</td></tr></table></div> + </div> +</div> + <address> + <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:03. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.3.1/libcloud.ssh.BaseSSHClient.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.3.1/libcloud.ssh.BaseSSHClient.html?rev=1361864&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.3.1/libcloud.ssh.BaseSSHClient.html (added) +++ libcloud/site/trunk/content/apidocs/0.3.1/libcloud.ssh.BaseSSHClient.html Mon Jul 16 01:44:16 2012 @@ -0,0 +1,201 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.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.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.ssh.html">ssh</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/ssh.py#L29">View Source</a> + <a href="classIndex.html#libcloud.ssh.BaseSSHClient">View In Hierarchy</a> + </p> + <div> + <p>Known subclasses: <a href="libcloud.ssh.ParamikoSSHClient.html">libcloud.ssh.ParamikoSSHClient</a>, <a href="libcloud.ssh.ShellOutSSHClient.html">libcloud.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="id10"> + + +<tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.ssh.BaseSSHClient.html#__init__">__init__</a></td> + <td></td> + </tr><tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.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.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.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.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.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.ssh.BaseSSHClient.__init__"> + + </a> + <a name="__init__"> + + </a> + <div class="functionHeader"> + + def + __init__(self, hostname, port=22, username='root', password=None, key=None): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/ssh.py#L34" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + <div class="interfaceinfo">overridden in <a href="libcloud.ssh.ParamikoSSHClient.html">libcloud.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.ssh.BaseSSHClient.connect"> + + </a> + <a name="connect"> + + </a> + <div class="functionHeader"> + + def + connect(self): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/ssh.py#L57" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + <div class="interfaceinfo">overridden in <a href="libcloud.ssh.ParamikoSSHClient.html">libcloud.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.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/incubator/libcloud/trunk/libcloud/ssh.py#L66" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + <div class="interfaceinfo">overridden in <a href="libcloud.ssh.ParamikoSSHClient.html">libcloud.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.ssh.BaseSSHClient.delete"> + + </a> + <a name="delete"> + + </a> + <div class="functionHeader"> + + def + delete(self, path): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/ssh.py#L82" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + <div class="interfaceinfo">overridden in <a href="libcloud.ssh.ParamikoSSHClient.html">libcloud.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.ssh.BaseSSHClient.run"> + + </a> + <a name="run"> + + </a> + <div class="functionHeader"> + + def + run(self, cmd): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/ssh.py#L92" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + <div class="interfaceinfo">overridden in <a href="libcloud.ssh.ParamikoSSHClient.html">libcloud.ssh.ParamikoSSHClient</a></div> + <div>Run a command on a remote node.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">cmd</td><td>Command to run. (type: <code>str</code>)</td></tr></table></div> + </div> +</div><div class="function"> + <a name="libcloud.ssh.BaseSSHClient.close"> + + </a> + <a name="close"> + + </a> + <div class="functionHeader"> + + def + close(self): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/ssh.py#L102" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + <div class="interfaceinfo">overridden in <a href="libcloud.ssh.ParamikoSSHClient.html">libcloud.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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:03. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.3.1/libcloud.ssh.ParamikoSSHClient.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.3.1/libcloud.ssh.ParamikoSSHClient.html?rev=1361864&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.3.1/libcloud.ssh.ParamikoSSHClient.html (added) +++ libcloud/site/trunk/content/apidocs/0.3.1/libcloud.ssh.ParamikoSSHClient.html Mon Jul 16 01:44:16 2012 @@ -0,0 +1,201 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.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.s.ParamikoSSHClient(<a href="libcloud.ssh.BaseSSHClient.html">BaseSSHClient</a>) : class documentation</h1> + <p> + <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.ssh.html">ssh</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/ssh.py#L109">View Source</a> + <a href="classIndex.html#libcloud.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="id11"> + + +<tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.ssh.ParamikoSSHClient.html#__init__">__init__</a></td> + <td></td> + </tr><tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.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.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.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.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.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.ssh.ParamikoSSHClient.__init__"> + + </a> + <a name="__init__"> + + </a> + <div class="functionHeader"> + + def + __init__(self, hostname, port=22, username='root', password=None, key=None): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/ssh.py#L113" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + <div class="interfaceinfo">overrides <a href="libcloud.ssh.BaseSSHClient.html#__init__">libcloud.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.ssh.ParamikoSSHClient.connect"> + + </a> + <a name="connect"> + + </a> + <div class="functionHeader"> + + def + connect(self): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/ssh.py#L118" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + <div class="interfaceinfo">overrides <a href="libcloud.ssh.BaseSSHClient.html#connect">libcloud.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.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/incubator/libcloud/trunk/libcloud/ssh.py#L128" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + <div class="interfaceinfo">overrides <a href="libcloud.ssh.BaseSSHClient.html#put">libcloud.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.ssh.ParamikoSSHClient.delete"> + + </a> + <a name="delete"> + + </a> + <div class="functionHeader"> + + def + delete(self, path): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/ssh.py#L150" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + <div class="interfaceinfo">overrides <a href="libcloud.ssh.BaseSSHClient.html#delete">libcloud.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.ssh.ParamikoSSHClient.run"> + + </a> + <a name="run"> + + </a> + <div class="functionHeader"> + + def + run(self, cmd): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/ssh.py#L155" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + <div class="interfaceinfo">overrides <a href="libcloud.ssh.BaseSSHClient.html#run">libcloud.ssh.BaseSSHClient.run</a></div> + <div>Run a command on a remote node.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">cmd</td><td>Command to run. (type: <code>str</code>)</td></tr></table></div> + </div> +</div><div class="function"> + <a name="libcloud.ssh.ParamikoSSHClient.close"> + + </a> + <a name="close"> + + </a> + <div class="functionHeader"> + + def + close(self): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/ssh.py#L162" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + <div class="interfaceinfo">overrides <a href="libcloud.ssh.BaseSSHClient.html#close">libcloud.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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:03. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.3.1/libcloud.ssh.ShellOutSSHClient.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.3.1/libcloud.ssh.ShellOutSSHClient.html?rev=1361864&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.3.1/libcloud.ssh.ShellOutSSHClient.html (added) +++ libcloud/site/trunk/content/apidocs/0.3.1/libcloud.ssh.ShellOutSSHClient.html Mon Jul 16 01:44:16 2012 @@ -0,0 +1,86 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.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.s.ShellOutSSHClient(<a href="libcloud.ssh.BaseSSHClient.html">BaseSSHClient</a>) : class documentation</h1> + <p> + <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.ssh.html">ssh</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/ssh.py#L165">View Source</a> + <a href="classIndex.html#libcloud.ssh.ShellOutSSHClient">View In Hierarchy</a> + </p> + <div> + + </div> + <div class="undocumented">Undocumented</div> + + + + <div id="splitTables"> + + + <p> + Inherited from <a href="libcloud.ssh.BaseSSHClient.html">BaseSSHClient</a>: + </p> + <table class="children sortable" id="id12"> + + +<tr class="basemethod"> + + + <td>Method</td> + <td><a href="libcloud.ssh.BaseSSHClient.html#__init__">__init__</a></td> + <td></td> + </tr><tr class="basemethod"> + + + <td>Method</td> + <td><a href="libcloud.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.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.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.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.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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:03. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.3.1/libcloud.ssh.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.3.1/libcloud.ssh.html?rev=1361864&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.3.1/libcloud.ssh.html (added) +++ libcloud/site/trunk/content/apidocs/0.3.1/libcloud.ssh.html Mon Jul 16 01:44:16 2012 @@ -0,0 +1,63 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.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.ssh : module documentation</h1> + <p> + <span id="part">Part of <a href="libcloud.html">libcloud</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/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="id9"> + + +<tr class="class"> + + + <td>Class</td> + <td><a href="libcloud.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.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.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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:03. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.DeploymentException.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.DeploymentException.html?rev=1361864&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.DeploymentException.html (added) +++ libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.DeploymentException.html Mon Jul 16 01:44:16 2012 @@ -0,0 +1,120 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.types.DeploymentException : 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.t.DeploymentException(<span title="Exception">Exception</span>) : class documentation</h1> + <p> + <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.types.html">types</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L83">View Source</a> + <a href="classIndex.html#libcloud.types.DeploymentException">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="id8"> + + +<tr class="instancevariable"> + + + <td>Instance Variable</td> + <td><a href="libcloud.types.DeploymentException.html#node">node</a></td> + <td><a href="libcloud.base.Node.html"><code>Node</code></a> on which this +exception happened, you might want to call <a +href="libcloud.base.Node.html#destroy"><code>Node.destroy</code></a></td> + </tr><tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.types.DeploymentException.html#__init__">__init__</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr><tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.types.DeploymentException.html#__str__">__str__</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.types.DeploymentException.node"> + + </a> + <a name="node"> + + </a> + <div class="functionHeader"> + node = + </div> + <div class="functionBody"> + <a href="libcloud.base.Node.html"><code>Node</code></a> on which this +exception happened, you might want to call <a +href="libcloud.base.Node.html#destroy"><code>Node.destroy</code></a> + </div> +</div><div class="function"> + <a name="libcloud.types.DeploymentException.__init__"> + + </a> + <a name="__init__"> + + </a> + <div class="functionHeader"> + + def + __init__(self, node, original_exception=None): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L89" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + + <div class="undocumented">Undocumented</div> + </div> +</div><div class="function"> + <a name="libcloud.types.DeploymentException.__str__"> + + </a> + <a name="__str__"> + + </a> + <div class="functionHeader"> + + def + __str__(self): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L92" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + + <div class="undocumented">Undocumented</div> + </div> +</div> + <address> + <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:03. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.InvalidCredsException.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.InvalidCredsException.html?rev=1361864&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.InvalidCredsException.html (added) +++ libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.InvalidCredsException.html Mon Jul 16 01:44:16 2012 @@ -0,0 +1,97 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.types.InvalidCredsException : 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.t.InvalidCredsException(<span title="Exception">Exception</span>) : class documentation</h1> + <p> + <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.types.html">types</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L76">View Source</a> + <a href="classIndex.html#libcloud.types.InvalidCredsException">View In Hierarchy</a> + </p> + <div> + + </div> + <div>Exception used when invalid credentials are used on a provider.<table class="fieldTable"></table></div> + + + + <div id="splitTables"> + <table class="children sortable" id="id7"> + + +<tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.types.InvalidCredsException.html#__init__">__init__</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr><tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.types.InvalidCredsException.html#__str__">__str__</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.types.InvalidCredsException.__init__"> + + </a> + <a name="__init__"> + + </a> + <div class="functionHeader"> + + def + __init__(self, value='Invalid credentials with the provider'): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L78" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + + <div class="undocumented">Undocumented</div> + </div> +</div><div class="function"> + <a name="libcloud.types.InvalidCredsException.__str__"> + + </a> + <a name="__str__"> + + </a> + <div class="functionHeader"> + + def + __str__(self): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L80" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + + <div class="undocumented">Undocumented</div> + </div> +</div> + <address> + <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:03. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.NodeState.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.NodeState.html?rev=1361864&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.NodeState.html (added) +++ libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.NodeState.html Mon Jul 16 01:44:16 2012 @@ -0,0 +1,140 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.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.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.types.html">types</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L60">View Source</a> + <a href="classIndex.html#libcloud.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="id6"> + + +<tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.NodeState.html#RUNNING">RUNNING</a></td> + <td>Node is running</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.NodeState.html#REBOOTING">REBOOTING</a></td> + <td>Node is rebooting</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.NodeState.html#TERMINATED">TERMINATED</a></td> + <td>Node is terminated</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.NodeState.html#PENDING">PENDING</a></td> + <td>Node is pending</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.NodeState.html#UNKNOWN">UNKNOWN</a></td> + <td>Node state is unknown</td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.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.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.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.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.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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:03. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.Provider.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.Provider.html?rev=1361864&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.Provider.html (added) +++ libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.Provider.html Mon Jul 16 01:44:16 2012 @@ -0,0 +1,330 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.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.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.types.html">types</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L19">View Source</a> + <a href="classIndex.html#libcloud.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="id5"> + + +<tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#DUMMY">DUMMY</a></td> + <td>Example provider</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.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.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.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.types.Provider.html#RACKSPACE">RACKSPACE</a></td> + <td>Rackspace Cloud Servers</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#SLICEHOST">SLICEHOST</a></td> + <td>Slicehost.com</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#GOGRID">GOGRID</a></td> + <td>GoGrid</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#VPSNET">VPSNET</a></td> + <td>VPS.net</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#LINODE">LINODE</a></td> + <td>Linode.com</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#VCLOUD">VCLOUD</a></td> + <td>vmware vCloud</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#RIMUHOSTING">RIMUHOSTING</a></td> + <td>RimuHosting.com</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#ECP">ECP</a></td> + <td>Enomaly</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#IBM">IBM</a></td> + <td>IBM Developer Cloud</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#OPENNEBULA">OPENNEBULA</a></td> + <td>OpenNebula.org</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#DREAMHOST">DREAMHOST</a></td> + <td>DreamHost Private Server</td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.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.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.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.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.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.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.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.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.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.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.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.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.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.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.types.Provider.DREAMHOST"> + + </a> + <a name="DREAMHOST"> + + </a> + <div class="functionHeader"> + DREAMHOST = + </div> + <div class="functionBody"> + DreamHost Private Server + </div> +</div> + <address> + <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:03. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.html?rev=1361864&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.html (added) +++ libcloud/site/trunk/content/apidocs/0.3.1/libcloud.types.html Mon Jul 16 01:44:16 2012 @@ -0,0 +1,69 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.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.types : module documentation</h1> + <p> + <span id="part">Part of <a href="libcloud.html">libcloud</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/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="id4"> + + +<tr class="class"> + + + <td>Class</td> + <td><a href="libcloud.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.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.types.InvalidCredsException.html">InvalidCredsException</a></td> + <td><span>Exception used when invalid credentials are used on a provider.</span></td> + </tr><tr class="class"> + + + <td>Class</td> + <td><a href="libcloud.types.DeploymentException.html">DeploymentException</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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:03. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.3.1/moduleIndex.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.3.1/moduleIndex.html?rev=1361864&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.3.1/moduleIndex.html (added) +++ libcloud/site/trunk/content/apidocs/0.3.1/moduleIndex.html Mon Jul 16 01:44:16 2012 @@ -0,0 +1,14 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>Module Index</title> + <link href="apidocs.css" type="text/css" rel="stylesheet" /> + </head> + <body> + <h1>Module Index</h1> + <ul><li><a href="libcloud.html">libcloud</a> - <span>libcloud provides a unified interface to the cloud computing +resources.</span><ul><li><a href="libcloud.base.html">libcloud.base</a> - <span>Provides base classes for working with drivers</span></li><li><a href="libcloud.deployment.html">libcloud.deployment</a> - <span>Provides generic deployment steps for machines post boot.</span></li><li><a href="libcloud.drivers.html">libcloud.drivers</a> - <span>Drivers for working with different providers</span><ul><li><a href="libcloud.drivers.dreamhost.html">libcloud.drivers.dreamhost</a> - <span>DreamHost Driver</span></li><li><a href="libcloud.drivers.dummy.html">libcloud.drivers.dummy</a> - <span>Dummy Driver</span></li><li><a href="libcloud.drivers.ec2.html">libcloud.drivers.ec2</a> - <span>Amazon EC2 driver</span></li><li><a href="libcloud.drivers.ecp.html">libcloud.drivers.ecp</a> - <span>Enomaly ECP driver</span></li><li><a href="libcloud.drivers.gogrid.html">libcloud.drivers.gogrid</a> - <span>GoGrid driver</span></li><li><a href="libcloud.drivers.ibm_sbc.html">libcloud.drivers.ibm_sbc </a> - <span>Driver for the IBM Developer Cloud.</span></li><li><a href="libcloud.drivers.linode.html">libcloud.drivers.linode</a> - <span>Linode driver</span></li><li><a href="libcloud.drivers.opennebula.html">libcloud.drivers.opennebula</a> - <span>OpenNebula driver</span></li><li><a href="libcloud.drivers.rackspace.html">libcloud.drivers.rackspace</a> - <span>Rackspace driver</span></li><li><a href="libcloud.drivers.rimuhosting.html">libcloud.drivers.rimuhosting</a> - <span>RimuHosting Driver</span></li><li><a href="libcloud.drivers.slicehost.html">libcloud.drivers.slicehost</a> - <span>Slicehost Driver</span></li><li><a href="libcloud.drivers.softlayer.html">libcloud.drivers.softlayer</a> - <span>Softlayer driver</span></li><li><a href="libcloud.drivers.vcloud.html">libcloud.drivers.vcloud</a> - <span>VMware vCloud driver.</span></li><li><a href="libcloud.drivers.voxel.html">libcloud.drivers.voxel</a> - <span>Voxel VoxCloud driver</span></li><li><a href="libcloud.drivers .vpsnet.html">libcloud.drivers.vpsnet</a> - <span>VPS.net driver</span></li></ul></li><li><a href="libcloud.interface.html">libcloud.interface</a> - <span>Provides zope.interface definitions for libcloud.</span></li><li><a href="libcloud.providers.html">libcloud.providers</a> - <span>Provider related utilities</span></li><li><a href="libcloud.ssh.html">libcloud.ssh</a> - <span>Wraps multiple ways to communicate over SSH</span></li><li><a href="libcloud.types.html">libcloud.types</a> - <span>Base types used by other parts of libcloud</span></li></ul></li></ul> + </body> +</html> \ No newline at end of file
