Added: websites/staging/libcloud/trunk/content/apidocs/0.2.0/libcloud.providers.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.2.0/libcloud.providers.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.2.0/libcloud.providers.html Mon Jul 16 01:42:08 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#L46" 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:36:58. + </address> + </body> +</html> \ No newline at end of file
Added: websites/staging/libcloud/trunk/content/apidocs/0.2.0/libcloud.types.InvalidCredsException.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.2.0/libcloud.types.InvalidCredsException.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.2.0/libcloud.types.InvalidCredsException.html Mon Jul 16 01:42:08 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#L66">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#L68" 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#L70" 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:36:58. + </address> + </body> +</html> \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.2.0/libcloud.types.NodeState.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.2.0/libcloud.types.NodeState.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.2.0/libcloud.types.NodeState.html Mon Jul 16 01:42:08 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#L50">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:36:58. + </address> + </body> +</html> \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.2.0/libcloud.types.Provider.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.2.0/libcloud.types.Provider.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.2.0/libcloud.types.Provider.html Mon Jul 16 01:42:08 2012 @@ -0,0 +1,254 @@ +<!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> + +</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> + <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:36:58. + </address> + </body> +</html> \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.2.0/libcloud.types.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.2.0/libcloud.types.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.2.0/libcloud.types.html Mon Jul 16 01:42:08 2012 @@ -0,0 +1,63 @@ +<!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> + +</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:36:58. + </address> + </body> +</html> \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.2.0/moduleIndex.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.2.0/moduleIndex.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.2.0/moduleIndex.html Mon Jul 16 01:42:08 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.drivers.html">libcloud.drivers</a> - <span>Drivers for working with different providers</span><ul><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.gogrid.html">libcloud.drivers.gogrid</a> - <span>GoGrid driver</span></li><li><a href="libcloud.drivers.linode.html">libcloud.drivers.linode</a> - <span>Linode 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>Sli cehost 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.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
