Added: libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.INodeLocation.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.INodeLocation.html?rev=1361860&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.INodeLocation.html (added) +++ libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.INodeLocation.html Mon Jul 16 01:41:59 2012 @@ -0,0 +1,123 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.interface.INodeLocation : 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.INodeLocation(<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#L102">View Source</a> + <a href="classIndex.html#libcloud.interface.INodeLocation">View In Hierarchy</a> + </p> + <div> + + </div> + <div>Physical Location of a node<table class="fieldTable"></table></div> + + + + <div id="splitTables"> + <table class="children sortable" id="id28"> + + +<tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.INodeLocation.html#id">id</a></td> + <td><span>Unique ID provided by the provider for a physical datacenter</span></td> + </tr><tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.INodeLocation.html#name">name</a></td> + <td><span>Name provided by the provider ('Austin Texas DC 1')</span></td> + </tr><tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.INodeLocation.html#country">country</a></td> + <td><span>ISO 3166 country code of the physical location of the data center +<http://bit.ly/pKie5> (iso.org)</span></td> + </tr><tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.INodeLocation.html#driver">driver</a></td> + <td><span>The NodeDriver that belongs to this Location</span></td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.interface.INodeLocation.id"> + + </a> + <a name="id"> + + </a> + <div class="functionHeader"> + id = + </div> + <div class="functionBody"> + <div>Unique ID provided by the provider for a physical datacenter<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.INodeLocation.name"> + + </a> + <a name="name"> + + </a> + <div class="functionHeader"> + name = + </div> + <div class="functionBody"> + <div>Name provided by the provider ('Austin Texas DC 1')<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.INodeLocation.country"> + + </a> + <a name="country"> + + </a> + <div class="functionHeader"> + country = + </div> + <div class="functionBody"> + <div>ISO 3166 country code of the physical location of the data center +<http://bit.ly/pKie5> (iso.org)<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.INodeLocation.driver"> + + </a> + <a name="driver"> + + </a> + <div class="functionHeader"> + driver = + </div> + <div class="functionBody"> + <div>The NodeDriver that belongs to this Location<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:36:58. + </address> + </body> +</html> \ No newline at end of file
Added: libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.INodeLocationFactory.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.INodeLocationFactory.html?rev=1361860&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.INodeLocationFactory.html (added) +++ libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.INodeLocationFactory.html Mon Jul 16 01:41:59 2012 @@ -0,0 +1,71 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.interface.INodeLocationFactory : 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.INodeLocationFactory(<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#L113">View Source</a> + <a href="classIndex.html#libcloud.interface.INodeLocationFactory">View In Hierarchy</a> + </p> + <div> + + </div> + <div>Create nodes location<table class="fieldTable"></table></div> + + + + <div id="splitTables"> + <table class="children sortable" id="id29"> + + +<tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.interface.INodeLocationFactory.html#__call__">__call__</a></td> + <td><span>Set values for ivars, including any other requisite kwargs</span></td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.interface.INodeLocationFactory.__call__"> + + </a> + <a name="__call__"> + + </a> + <div class="functionHeader"> + + def + __call__(id, name, country, driver): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/interface.py#L117" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + + <div>Set values for ivars, including any other requisite kwargs<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:36:58. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.INodeSize.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.INodeSize.html?rev=1361860&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.INodeSize.html (added) +++ libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.INodeSize.html Mon Jul 16 01:41:59 2012 @@ -0,0 +1,178 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.interface.INodeSize : 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.INodeSize(<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#L60">View Source</a> + <a href="classIndex.html#libcloud.interface.INodeSize">View In Hierarchy</a> + </p> + <div> + <p>Known implementations: <a href="libcloud.base.NodeSize.html">libcloud.base.NodeSize</a></p> + </div> + <div>A machine image<table class="fieldTable"></table></div> + + + + <div id="splitTables"> + <table class="children sortable" id="id24"> + + +<tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.INodeSize.html#id">id</a></td> + <td><span>Unique ID provided by the provider (m1.small, etc)</span></td> + </tr><tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.INodeSize.html#name">name</a></td> + <td><span>Name provided by the provider (Small CPU, etc)</span></td> + </tr><tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.INodeSize.html#ram">ram</a></td> + <td><span>Amount of RAM provided in MB (256MB, 1740MB)</span></td> + </tr><tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.INodeSize.html#disk">disk</a></td> + <td><span>Amount of disk provided in GB (200GB)</span></td> + </tr><tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.INodeSize.html#bandwidth">bandwidth</a></td> + <td><span>Amount of total transfer bandwidth in GB</span></td> + </tr><tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.INodeSize.html#price">price</a></td> + <td><span>Hourly price of this server in USD, estimated if monthly</span></td> + </tr><tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.INodeSize.html#driver">driver</a></td> + <td><span>The NodeDriver that belongs to this Image</span></td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.interface.INodeSize.id"> + + </a> + <a name="id"> + + </a> + <div class="functionHeader"> + id = + </div> + <div class="functionBody"> + <div>Unique ID provided by the provider (m1.small, etc)<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.INodeSize.name"> + + </a> + <a name="name"> + + </a> + <div class="functionHeader"> + name = + </div> + <div class="functionBody"> + <div>Name provided by the provider (Small CPU, etc)<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.INodeSize.ram"> + + </a> + <a name="ram"> + + </a> + <div class="functionHeader"> + ram = + </div> + <div class="functionBody"> + <div>Amount of RAM provided in MB (256MB, 1740MB)<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.INodeSize.disk"> + + </a> + <a name="disk"> + + </a> + <div class="functionHeader"> + disk = + </div> + <div class="functionBody"> + <div>Amount of disk provided in GB (200GB)<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.INodeSize.bandwidth"> + + </a> + <a name="bandwidth"> + + </a> + <div class="functionHeader"> + bandwidth = + </div> + <div class="functionBody"> + <div>Amount of total transfer bandwidth in GB<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.INodeSize.price"> + + </a> + <a name="price"> + + </a> + <div class="functionHeader"> + price = + </div> + <div class="functionBody"> + <div>Hourly price of this server in USD, estimated if monthly<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.INodeSize.driver"> + + </a> + <a name="driver"> + + </a> + <div class="functionHeader"> + driver = + </div> + <div class="functionBody"> + <div>The NodeDriver that belongs to this Image<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:36:58. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.INodeSizeFactory.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.INodeSizeFactory.html?rev=1361860&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.INodeSizeFactory.html (added) +++ libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.INodeSizeFactory.html Mon Jul 16 01:41:59 2012 @@ -0,0 +1,71 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.interface.INodeSizeFactory : 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.INodeSizeFactory(<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#L74">View Source</a> + <a href="classIndex.html#libcloud.interface.INodeSizeFactory">View In Hierarchy</a> + </p> + <div> + + </div> + <div>Create nodes<table class="fieldTable"></table></div> + + + + <div id="splitTables"> + <table class="children sortable" id="id25"> + + +<tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.interface.INodeSizeFactory.html#__call__">__call__</a></td> + <td><span>Set values for ivars, including any other requisite kwargs</span></td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.interface.INodeSizeFactory.__call__"> + + </a> + <a name="__call__"> + + </a> + <div class="functionHeader"> + + def + __call__(id, name, ram, disk, bandwidth, price, driver): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/interface.py#L78" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + + <div>Set values for ivars, including any other requisite kwargs<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:36:58. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.IResponse.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.IResponse.html?rev=1361860&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.IResponse.html (added) +++ libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.IResponse.html Mon Jul 16 01:41:59 2012 @@ -0,0 +1,243 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.interface.IResponse : 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.IResponse(<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#L292">View Source</a> + <a href="classIndex.html#libcloud.interface.IResponse">View In Hierarchy</a> + </p> + <div> + <p>Known implementations: <a href="libcloud.base.Response.html">libcloud.base.Response</a></p> + </div> + <div>A response as provided by a given HTTP Client.<table class="fieldTable"></table></div> + + + + <div id="splitTables"> + <table class="children sortable" id="id40"> + + +<tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.IResponse.html#object">object</a></td> + <td><span>The processed response object, e.g. via lxml or json</span></td> + </tr><tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.IResponse.html#body">body</a></td> + <td><span>Unparsed response body</span></td> + </tr><tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.IResponse.html#status">status</a></td> + <td><span>Response status code</span></td> + </tr><tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.IResponse.html#headers">headers</a></td> + <td><span>Response headers</span></td> + </tr><tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.IResponse.html#error">error</a></td> + <td><span>Response error, <a +href="http://docs.python.org/library/functions.html#None"><code>None</code></a> +if no error.</span></td> + </tr><tr class="attribute"> + + + <td>Attribute</td> + <td><a href="libcloud.interface.IResponse.html#connection">connection</a></td> + <td><span>Represents the IConnection for this response</span></td> + </tr><tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.interface.IResponse.html#parse_body">parse_body</a></td> + <td><span>Parse the response body (as XML, etc.)</span></td> + </tr><tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.interface.IResponse.html#parse_error">parse_error</a></td> + <td><span>Parse the error that is contained in the response body (as XML, +etc.)</span></td> + </tr><tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.interface.IResponse.html#success">success</a></td> + <td><span>Does the response indicate a successful request?</span></td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.interface.IResponse.object"> + + </a> + <a name="object"> + + </a> + <div class="functionHeader"> + object = + </div> + <div class="functionBody"> + <div>The processed response object, e.g. via lxml or json<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.IResponse.body"> + + </a> + <a name="body"> + + </a> + <div class="functionHeader"> + body = + </div> + <div class="functionBody"> + <div>Unparsed response body<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.IResponse.status"> + + </a> + <a name="status"> + + </a> + <div class="functionHeader"> + status = + </div> + <div class="functionBody"> + <div>Response status code<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.IResponse.headers"> + + </a> + <a name="headers"> + + </a> + <div class="functionHeader"> + headers = + </div> + <div class="functionBody"> + <div>Response headers<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.IResponse.error"> + + </a> + <a name="error"> + + </a> + <div class="functionHeader"> + error = + </div> + <div class="functionBody"> + <div>Response error, <a +href="http://docs.python.org/library/functions.html#None"><code>None</code></a> +if no error.<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.IResponse.connection"> + + </a> + <a name="connection"> + + </a> + <div class="functionHeader"> + connection = + </div> + <div class="functionBody"> + <div>Represents the IConnection for this response<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.IResponse.parse_body"> + + </a> + <a name="parse_body"> + + </a> + <div class="functionHeader"> + + def + parse_body(): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/interface.py#L304" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + + <div>Parse the response body (as XML, etc.)<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.IResponse.parse_error"> + + </a> + <a name="parse_error"> + + </a> + <div class="functionHeader"> + + def + parse_error(): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/interface.py#L309" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + + <div>Parse the error that is contained in the response body (as XML, +etc.)<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="libcloud.interface.IResponse.success"> + + </a> + <a name="success"> + + </a> + <div class="functionHeader"> + + def + success(): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/interface.py#L314" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + + <div>Does the response indicate a successful request?<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:36:58. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.IResponseFactory.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.IResponseFactory.html?rev=1361860&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.IResponseFactory.html (added) +++ libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.IResponseFactory.html Mon Jul 16 01:41:59 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="id41"> + + +<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:36:58. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.html?rev=1361860&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.html (added) +++ libcloud/site/trunk/content/apidocs/0.2.0/libcloud.interface.html Mon Jul 16 01:41:59 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="id21"> + + +<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:36:58. + </address> + </body> +</html> \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.2.0/libcloud.providers.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.2.0/libcloud.providers.html?rev=1361860&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.2.0/libcloud.providers.html (added) +++ libcloud/site/trunk/content/apidocs/0.2.0/libcloud.providers.html Mon Jul 16 01:41:59 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: libcloud/site/trunk/content/apidocs/0.2.0/libcloud.types.InvalidCredsException.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.2.0/libcloud.types.InvalidCredsException.html?rev=1361860&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.2.0/libcloud.types.InvalidCredsException.html (added) +++ libcloud/site/trunk/content/apidocs/0.2.0/libcloud.types.InvalidCredsException.html Mon Jul 16 01:41:59 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: libcloud/site/trunk/content/apidocs/0.2.0/libcloud.types.NodeState.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.2.0/libcloud.types.NodeState.html?rev=1361860&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.2.0/libcloud.types.NodeState.html (added) +++ libcloud/site/trunk/content/apidocs/0.2.0/libcloud.types.NodeState.html Mon Jul 16 01:41:59 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: libcloud/site/trunk/content/apidocs/0.2.0/libcloud.types.Provider.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.2.0/libcloud.types.Provider.html?rev=1361860&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.2.0/libcloud.types.Provider.html (added) +++ libcloud/site/trunk/content/apidocs/0.2.0/libcloud.types.Provider.html Mon Jul 16 01:41:59 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: libcloud/site/trunk/content/apidocs/0.2.0/libcloud.types.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.2.0/libcloud.types.html?rev=1361860&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.2.0/libcloud.types.html (added) +++ libcloud/site/trunk/content/apidocs/0.2.0/libcloud.types.html Mon Jul 16 01:41:59 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: libcloud/site/trunk/content/apidocs/0.2.0/moduleIndex.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.2.0/moduleIndex.html?rev=1361860&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.2.0/moduleIndex.html (added) +++ libcloud/site/trunk/content/apidocs/0.2.0/moduleIndex.html Mon Jul 16 01:41:59 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
