You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/11/09 03:26:00 UTC

svn commit: r1199599 [30/32] - in /libcloud/site/trunk/content/apidocs: ./ 0.6.1/

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.s3.S3USWestStorageDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.s3.S3USWestStorageDriver.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.s3.S3USWestStorageDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.s3.S3USWestStorageDriver.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,268 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.drivers.s3.S3USWestStorageDriver : 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.d.s.S3USWestStorageDriver(<a href="libcloud.storage.drivers.s3.S3StorageDriver.html">S3StorageDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.drivers.html">drivers</a>.<a href="libcloud.storage.drivers.s3.html">s3</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/s3.py#L476">View Source</a>
+      <a href="classIndex.html#libcloud.storage.drivers.s3.S3USWestStorageDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.storage.drivers.s3.S3StorageDriver.html">S3StorageDriver</a>:
+        </p>
+        <table class="children sortable" id="id559">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#list_containers">list_containers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#list_container_objects">list_container_objects</a></td>
+    <td><tt>Return a list of objects for the given container.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#get_container">get_container</a></td>
+    <td><tt>Return a container instance.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#get_object">get_object</a></td>
+    <td><tt>Return an object instance.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#create_container">create_container</a></td>
+    <td><tt>Create a new container.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#delete_container">delete_container</a></td>
+    <td><tt>Delete a container.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#download_object">download_object</a></td>
+    <td><tt>Download an object to the specified destination path.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#download_object_as_stream">download_object_as_stream</a></td>
+    <td><tt>Return a generator which yields object data.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#upload_object">upload_object</a></td>
+    <td><tt>Upload an object currently located on a disk.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#upload_object_via_stream">upload_object_via_stream</a></td>
+    <td><tt>Upload an object using an iterator.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#delete_object">delete_object</a></td>
+    <td><tt>Delete an object.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#_clean_object_name">_clean_object_name</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#_get_more">_get_more</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#_put_object">_put_object</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#_to_containers">_to_containers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#_to_objs">_to_objs</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#_to_container">_to_container</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#_headers_to_object">_headers_to_object</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html#_to_obj">_to_obj</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.storage.base.StorageDriver.html">StorageDriver</a> (via <a href="libcloud.storage.drivers.s3.S3StorageDriver.html">S3StorageDriver</a>):
+        </p>
+        <table class="children sortable" id="id560">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#__init__">__init__</a></td>
+    <td><tt>@keyword    key:    API key or username to used @type       key:    str</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#list_containters">list_containters</a></td>
+    <td><tt>Return a list of containers.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#get_container_cdn_url">get_container_cdn_url</a></td>
+    <td><tt>Return a container CDN URL.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#get_object_cdn_url">get_object_cdn_url</a></td>
+    <td><tt>Return a container CDN URL.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#enable_container_cdn">enable_container_cdn</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#enable_object_cdn">enable_object_cdn</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_get_object">_get_object</a></td>
+    <td><tt>Call passed callback and start transfer of the object'</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_save_object">_save_object</a></td>
+    <td><tt>Save object to the provided path.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_upload_object">_upload_object</a></td>
+    <td><tt>Helper function for setting common request headers and calling the passed in callback which uploads an object.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_upload_data">_upload_data</a></td>
+    <td><tt>Upload data stored in a string.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_stream_data">_stream_data</a></td>
+    <td><tt>Stream a data over an http connection.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_upload_file">_upload_file</a></td>
+    <td><tt>Upload a file to the server.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_get_hash_function">_get_hash_function</a></td>
+    <td><tt>Return instantiated hash function for the hash type supported by the provider.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.storage.drivers.s3.S3StorageDriver.html">S3StorageDriver</a>, <a href="libcloud.storage.base.StorageDriver.html">StorageDriver</a>):
+        </p>
+        <table class="children sortable" id="id561">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><tt>Return extra connection keyword arguments which are passed to the Connection class constructor.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-11-09 03:18:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.s3.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.s3.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.s3.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.s3.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,117 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.drivers.s3 : 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.s.d.s3 : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/s3.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id545">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.s3.S3Response.html">S3Response</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.s3.S3RawResponse.html">S3RawResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.s3.S3Connection.html">S3Connection</a></td>
+    <td><tt>Repersents a single connection to the EC2 Endpoint</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.s3.S3StorageDriver.html">S3StorageDriver</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.s3.S3USWestConnection.html">S3USWestConnection</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.s3.S3USWestStorageDriver.html">S3USWestStorageDriver</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.s3.S3EUWestConnection.html">S3EUWestConnection</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.s3.S3EUWestStorageDriver.html">S3EUWestStorageDriver</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.s3.S3APSEConnection.html">S3APSEConnection</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.s3.S3APSEStorageDriver.html">S3APSEStorageDriver</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.s3.S3APNEConnection.html">S3APNEConnection</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.s3.S3APNEStorageDriver.html">S3APNEStorageDriver</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-11-09 03:18:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,69 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="package">l.storage : package documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Module for working with Storage</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id492">
+  
+  
+<tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.storage.base.html">base</a></td>
+    <td><tt>Provides base classes for working with storage</tt></td>
+  </tr><tr class="package">
+    
+    
+    <td>Package</td>
+    <td><a href="libcloud.storage.drivers.html">drivers</a></td>
+    <td><tt>Drivers for working with different providers</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.storage.providers.html">providers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.storage.types.html">types</a></td>
+    <td><span class="undocumented">No module docstring; 1/9 classes documented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-11-09 03:18:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.providers.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.providers.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.providers.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.providers.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,71 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.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.s.providers : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/providers.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id574">
+  
+  
+<tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.storage.providers.html#get_driver">get_driver</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.storage.providers.get_driver">
+    
+  </a>
+  <a name="get_driver">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_driver(provider):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/providers.py#L42" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-11-09 03:18:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ContainerAlreadyExistsError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ContainerAlreadyExistsError.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ContainerAlreadyExistsError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ContainerAlreadyExistsError.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,62 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.types.ContainerAlreadyExistsError : 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.t.ContainerAlreadyExistsError(<a href="libcloud.storage.types.ContainerError.html">ContainerError</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/types.py#L77">View Source</a>
+      <a href="classIndex.html#libcloud.storage.types.ContainerAlreadyExistsError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.storage.types.ContainerError.html">ContainerError</a>:
+        </p>
+        <table class="children sortable" id="id578">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.types.ContainerError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.types.ContainerError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-11-09 03:18:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ContainerDoesNotExistError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ContainerDoesNotExistError.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ContainerDoesNotExistError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ContainerDoesNotExistError.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,62 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.types.ContainerDoesNotExistError : 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.t.ContainerDoesNotExistError(<a href="libcloud.storage.types.ContainerError.html">ContainerError</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/types.py#L80">View Source</a>
+      <a href="classIndex.html#libcloud.storage.types.ContainerDoesNotExistError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.storage.types.ContainerError.html">ContainerError</a>:
+        </p>
+        <table class="children sortable" id="id579">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.types.ContainerError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.types.ContainerError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-11-09 03:18:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ContainerError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ContainerError.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ContainerError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ContainerError.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.types.ContainerError : 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.t.ContainerError(<a href="libcloud.common.types.LibcloudError.html">LibcloudError</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/types.py#L54">View Source</a>
+      <a href="classIndex.html#libcloud.storage.types.ContainerError">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.storage.types.ContainerAlreadyExistsError.html">libcloud.storage.types.ContainerAlreadyExistsError</a>, <a href="libcloud.storage.types.ContainerDoesNotExistError.html">libcloud.storage.types.ContainerDoesNotExistError</a>, <a href="libcloud.storage.types.ContainerIsNotEmptyError.html">libcloud.storage.types.ContainerIsNotEmptyError</a>, <a href="libcloud.storage.types.InvalidContainerNameError.html">libcloud.storage.types.InvalidContainerNameError</a></p>
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id576">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.types.ContainerError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.types.ContainerError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.storage.types.ContainerError.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, value, driver, container_name):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/types.py#L57" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__init__">libcloud.common.types.LibcloudError.__init__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.types.ContainerError.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/types.py#L61" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__str__">libcloud.common.types.LibcloudError.__str__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-11-09 03:18:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ContainerIsNotEmptyError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ContainerIsNotEmptyError.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ContainerIsNotEmptyError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ContainerIsNotEmptyError.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,62 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.types.ContainerIsNotEmptyError : 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.t.ContainerIsNotEmptyError(<a href="libcloud.storage.types.ContainerError.html">ContainerError</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/types.py#L83">View Source</a>
+      <a href="classIndex.html#libcloud.storage.types.ContainerIsNotEmptyError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.storage.types.ContainerError.html">ContainerError</a>:
+        </p>
+        <table class="children sortable" id="id580">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.types.ContainerError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.types.ContainerError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-11-09 03:18:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.InvalidContainerNameError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.InvalidContainerNameError.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.InvalidContainerNameError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.InvalidContainerNameError.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,62 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.types.InvalidContainerNameError : 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.t.InvalidContainerNameError(<a href="libcloud.storage.types.ContainerError.html">ContainerError</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/types.py#L92">View Source</a>
+      <a href="classIndex.html#libcloud.storage.types.InvalidContainerNameError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.storage.types.ContainerError.html">ContainerError</a>:
+        </p>
+        <table class="children sortable" id="id583">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.types.ContainerError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.types.ContainerError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-11-09 03:18:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ObjectDoesNotExistError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ObjectDoesNotExistError.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ObjectDoesNotExistError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ObjectDoesNotExistError.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,62 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.types.ObjectDoesNotExistError : 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.t.ObjectDoesNotExistError(<a href="libcloud.storage.types.ObjectError.html">ObjectError</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/types.py#L86">View Source</a>
+      <a href="classIndex.html#libcloud.storage.types.ObjectDoesNotExistError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.storage.types.ObjectError.html">ObjectError</a>:
+        </p>
+        <table class="children sortable" id="id581">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.types.ObjectError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.types.ObjectError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-11-09 03:18:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ObjectError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ObjectError.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ObjectError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ObjectError.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.types.ObjectError : 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.t.ObjectError(<a href="libcloud.common.types.LibcloudError.html">LibcloudError</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/types.py#L66">View Source</a>
+      <a href="classIndex.html#libcloud.storage.types.ObjectError">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.storage.types.ObjectDoesNotExistError.html">libcloud.storage.types.ObjectDoesNotExistError</a>, <a href="libcloud.storage.types.ObjectHashMismatchError.html">libcloud.storage.types.ObjectHashMismatchError</a></p>
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id577">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.types.ObjectError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.types.ObjectError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.storage.types.ObjectError.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, value, driver, object_name):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/types.py#L69" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__init__">libcloud.common.types.LibcloudError.__init__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.types.ObjectError.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/types.py#L73" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__str__">libcloud.common.types.LibcloudError.__str__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-11-09 03:18:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ObjectHashMismatchError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ObjectHashMismatchError.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ObjectHashMismatchError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.ObjectHashMismatchError.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,62 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.types.ObjectHashMismatchError : 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.t.ObjectHashMismatchError(<a href="libcloud.storage.types.ObjectError.html">ObjectError</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/types.py#L89">View Source</a>
+      <a href="classIndex.html#libcloud.storage.types.ObjectHashMismatchError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.storage.types.ObjectError.html">ObjectError</a>:
+        </p>
+        <table class="children sortable" id="id582">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.types.ObjectError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.types.ObjectError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-11-09 03:18:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.Provider.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.Provider.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.Provider.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.Provider.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,51 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.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.s.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.storage.html">storage</a>.<a href="libcloud.storage.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/types.py#L28">View Source</a>
+      <a href="classIndex.html#libcloud.storage.types.Provider">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Defines for each of the supported providers
+
+@cvar DUMMY: Example provider
+@cvar CLOUDFILES_US: CloudFiles US
+@cvar CLOUDFILES_UK: CloudFiles UK
+@cvar S3: Amazon S3 US
+@cvar S3_US_WEST: Amazon S3 US West (Northern California)
+@cvar S3_EU_WEST: Amazon S3 EU West (Ireland)
+@cvar S3_AP_SOUTHEAST_HOST: Amazon S3 Asia South East (Singapore)
+@cvar S3_AP_NORTHEAST_HOST: Amazon S3 Asia South East (Tokyo)
+@cvar NINEFOLD: Ninefold
+@cvar GOOGLE_STORAGE Google Storage</pre>
+
+    
+    
+    <div id="splitTables">
+      
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-11-09 03:18:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.storage.types.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,99 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.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.s.types : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/types.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id575">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.types.Provider.html">Provider</a></td>
+    <td><tt>Defines for each of the supported providers</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.types.ContainerError.html">ContainerError</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.types.ObjectError.html">ObjectError</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.types.ContainerAlreadyExistsError.html">ContainerAlreadyExistsError</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.types.ContainerDoesNotExistError.html">ContainerDoesNotExistError</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.types.ContainerIsNotEmptyError.html">ContainerIsNotEmptyError</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.types.ObjectDoesNotExistError.html">ObjectDoesNotExistError</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.types.ObjectHashMismatchError.html">ObjectHashMismatchError</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.types.InvalidContainerNameError.html">InvalidContainerNameError</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-11-09 03:18:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.types.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.types.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.types.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.types.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,40 @@
+<!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/libcloud/trunk/libcloud/types.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-11-09 03:18:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.utils.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.utils.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.utils.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.utils.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,520 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.utils : 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.utils : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id584">
+  
+  
+<tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.html#read_in_chunks">read_in_chunks</a></td>
+    <td><tt>Return a generator which yields data in chunks.</tt></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.html#exhaust_iterator">exhaust_iterator</a></td>
+    <td><tt>Exhaust an iterator and return all data returned by it.</tt></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.html#guess_file_mime_type">guess_file_mime_type</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.html#deprecated_warning">deprecated_warning</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.html#in_development_warning">in_development_warning</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.html#str2dicts">str2dicts</a></td>
+    <td><tt>Create a list of dictionaries from a whitespace and newline delimited text.</tt></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.html#str2list">str2list</a></td>
+    <td><tt>Create a list of values from a whitespace and newline delimited text (keys are ignored).</tt></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.html#dict2str">dict2str</a></td>
+    <td><tt>Create a string with a whitespace and newline delimited text from a dictionary.</tt></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.html#fixxpath">fixxpath</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.html#findtext">findtext</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.html#findattr">findattr</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.html#findall">findall</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.html#reverse_dict">reverse_dict</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.html#get_driver">get_driver</a></td>
+    <td><tt>Get a driver.</tt></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.html#merge_valid_keys">merge_valid_keys</a></td>
+    <td><tt>Merge valid keys from extra into params dictionary and return dictionary with keys which have been merged.</tt></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.html#get_new_obj">get_new_obj</a></td>
+    <td><span class="undocumented">No summary</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.utils.read_in_chunks">
+    
+  </a>
+  <a name="read_in_chunks">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    read_in_chunks(iterator, chunk_size=None, fill_size=False):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py#L27" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Return a generator which yields data in chunks.
+
+@type iterator: C{Iterator}
+@param response: An object which implements an iterator interface
+                 or a File like object with read method.
+
+@type chunk_size: C{int}
+@param chunk_size: Optional chunk size (defaults to CHUNK_SIZE)
+
+@type fill_size: C{bool}
+@param fill_size: If True, make sure chunks are chunk_size in length
+                  (except for last chunk).</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.exhaust_iterator">
+    
+  </a>
+  <a name="exhaust_iterator">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    exhaust_iterator(iterator):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py#L77" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Exhaust an iterator and return all data returned by it.
+
+@type iterator: C{Iterator}
+@param response: An object which implements an iterator interface
+                 or a File like object with read method.
+
+@rtype C{str}
+@return Data returned by the iterator.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.guess_file_mime_type">
+    
+  </a>
+  <a name="guess_file_mime_type">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    guess_file_mime_type(file_path):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py#L106" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.deprecated_warning">
+    
+  </a>
+  <a name="deprecated_warning">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    deprecated_warning(module):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py#L112" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.in_development_warning">
+    
+  </a>
+  <a name="in_development_warning">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    in_development_warning(module):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py#L121" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.str2dicts">
+    
+  </a>
+  <a name="str2dicts">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    str2dicts(data):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py#L128" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Create a list of dictionaries from a whitespace and newline delimited text.
+
+For example, this:
+cpu 1100
+ram 640
+
+cpu 2200
+ram 1024
+
+becomes:
+[{'cpu': '1100', 'ram': '640'}, {'cpu': '2200', 'ram': '1024'}]</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.str2list">
+    
+  </a>
+  <a name="str2list">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    str2list(data):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py#L169" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Create a list of values from a whitespace and newline delimited text
+(keys are ignored).
+
+For example, this:
+ip 1.2.3.4
+ip 1.2.3.5
+ip 1.2.3.6
+
+becomes:
+['1.2.3.4', '1.2.3.5', '1.2.3.6']</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.dict2str">
+    
+  </a>
+  <a name="dict2str">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    dict2str(data):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py#L202" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Create a string with a whitespace and newline delimited text from a
+dictionary.
+
+For example, this:
+{'cpu': '1100', 'ram': '640', 'smp': 'auto'}
+
+becomes:
+cpu 1100
+ram 640
+smp auto
+
+cpu 2200
+ram 1024</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.fixxpath">
+    
+  </a>
+  <a name="fixxpath">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    fixxpath(xpath, namespace=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py#L228" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.findtext">
+    
+  </a>
+  <a name="findtext">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    findtext(element, xpath, namespace=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py#L236" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.findattr">
+    
+  </a>
+  <a name="findattr">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    findattr(element, xpath, namespace=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py#L240" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.findall">
+    
+  </a>
+  <a name="findall">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    findall(element, xpath, namespace=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py#L244" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.reverse_dict">
+    
+  </a>
+  <a name="reverse_dict">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    reverse_dict(dictionary):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py#L248" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.get_driver">
+    
+  </a>
+  <a name="get_driver">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_driver(drivers, provider):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py#L252" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Get a driver.
+
+@param drivers: Dictionary containing valid providers.
+@param provider: Id of provider to get driver
+@type provider: L{libcloud.types.Provider}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.merge_valid_keys">
+    
+  </a>
+  <a name="merge_valid_keys">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    merge_valid_keys(params, valid_keys, extra):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py#L268" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Merge valid keys from extra into params dictionary and return
+dictionary with keys which have been merged.
+
+Note: params is modified in place.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.get_new_obj">
+    
+  </a>
+  <a name="get_new_obj">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_new_obj(obj, klass, attributes):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils.py#L287" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Pass attributes from the existing object 'obj' and attributes
+dictionary to a 'klass' constructor.
+Attributes from 'attributes' dictionary are only passed to the
+constructor if they are not None.</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-11-09 03:18:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/moduleIndex.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/moduleIndex.html?rev=1199599&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/moduleIndex.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/moduleIndex.html Wed Nov  9 02:25:35 2011
@@ -0,0 +1,13 @@
+<!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> - <tt>libcloud provides a unified interface to the cloud computing resources.</tt><ul><li><a href="libcloud.base.html">libcloud.base</a> - <span class="undocumented">No module docstring; 4/5 classes, 1/1 functions documented</span></li><li><a href="libcloud.common.html">libcloud.common</a> - <span class="undocumented">No package docstring; 3/9 modules documented</span><ul><li><a href="libcloud.common.aws.html">libcloud.common.aws</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.common.base.html">libcloud.common.base</a> - <span class="undocumented">No module docstring; 5/5 classes documented</span></li><li><a href="libcloud.common.cloudstack.html">libcloud.common.cloudstack</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.common.gandi.html">libcloud.common.gandi</a> - <tt>Gandi driver base classes</tt></li><li><a href="libcloud.common.gogrid.html">libcloud.common.gogr
 id</a> - <span class="undocumented">No module docstring; 3/4 classes documented</span></li><li><a href="libcloud.common.linode.html">libcloud.common.linode</a> - <span class="undocumented">No module docstring; 3/3 classes documented</span></li><li><a href="libcloud.common.openstack.html">libcloud.common.openstack</a> - <tt>Common utilities for OpenStack</tt></li><li><a href="libcloud.common.rackspace.html">libcloud.common.rackspace</a> - <tt>Common settings for Rackspace Cloud Servers and Cloud Files</tt></li><li><a href="libcloud.common.types.html">libcloud.common.types</a> - <span class="undocumented">No module docstring; 3/4 classes documented</span></li></ul></li><li><a href="libcloud.compute.html">libcloud.compute</a> - <tt>Module for working with Cloud Servers</tt><ul><li><a href="libcloud.compute.base.html">libcloud.compute.base</a> - <tt>Provides base classes for working with drivers</tt></li><li><a href="libcloud.compute.deployment.html">libcloud.compute.deployment<
 /a> - <tt>Provides generic deployment steps for machines post boot.</tt></li><li><a href="libcloud.compute.drivers.html">libcloud.compute.drivers</a> - <tt>Drivers for working with different providers</tt><ul><li><a href="libcloud.compute.drivers.bluebox.html">libcloud.compute.drivers.bluebox</a> - <tt>libcloud driver for the Blue Box Blocks API</tt></li><li><a href="libcloud.compute.drivers.brightbox.html">libcloud.compute.drivers.brightbox</a> - <tt>Brightbox Driver</tt></li><li><a href="libcloud.compute.drivers.cloudsigma.html">libcloud.compute.drivers.cloudsigma</a> - <tt>CloudSigma Driver</tt></li><li><a href="libcloud.compute.drivers.cloudstack.html">libcloud.compute.drivers.cloudstack</a> - <span class="undocumented">No module docstring; 4/4 classes documented</span></li><li><a href="libcloud.compute.drivers.dreamhost.html">libcloud.compute.drivers.dreamhost</a> - <tt>DreamHost Driver</tt></li><li><a href="libcloud.compute.drivers.dummy.html">libcloud.compute.drivers.
 dummy</a> - <tt>Dummy Driver</tt></li><li><a href="libcloud.compute.drivers.ec2.html">libcloud.compute.drivers.ec2</a> - <tt>Amazon EC2 driver</tt></li><li><a href="libcloud.compute.drivers.ecp.html">libcloud.compute.drivers.ecp</a> - <tt>Enomaly ECP driver</tt></li><li><a href="libcloud.compute.drivers.elastichosts.html">libcloud.compute.drivers.elastichosts</a> - <tt>ElasticHosts Driver</tt></li><li><a href="libcloud.compute.drivers.elasticstack.html">libcloud.compute.drivers.elasticstack</a> - <tt>Base driver for the providers based on the ElasticStack platform - http://www.elasticstack.com.</tt></li><li><a href="libcloud.compute.drivers.gandi.html">libcloud.compute.drivers.gandi</a> - <tt>Gandi driver for compute</tt></li><li><a href="libcloud.compute.drivers.gogrid.html">libcloud.compute.drivers.gogrid</a> - <tt>GoGrid driver</tt></li><li><a href="libcloud.compute.drivers.ibm_sbc.html">libcloud.compute.drivers.ibm_sbc</a> - <tt>Driver for the IBM Developer Cloud.</tt></
 li><li><a href="libcloud.compute.drivers.linode.html">libcloud.compute.drivers.linode</a> - <tt>libcloud driver for the Linode(R) API</tt></li><li><a href="libcloud.compute.drivers.ninefold.html">libcloud.compute.drivers.ninefold</a> - <span class="undocumented">No module docstring; 1/1 classes documented</span></li><li><a href="libcloud.compute.drivers.opennebula.html">libcloud.compute.drivers.opennebula</a> - <tt>OpenNebula Driver</tt></li><li><a href="libcloud.compute.drivers.openstack.html">libcloud.compute.drivers.openstack</a> - <tt>OpenStack driver</tt></li><li><a href="libcloud.compute.drivers.opsource.html">libcloud.compute.drivers.opsource</a> - <tt>Opsource Driver</tt></li><li><a href="libcloud.compute.drivers.rackspace.html">libcloud.compute.drivers.rackspace</a> - <tt>Rackspace driver</tt></li><li><a href="libcloud.compute.drivers.rimuhosting.html">libcloud.compute.drivers.rimuhosting</a> - <tt>RimuHosting Driver</tt></li><li><a href="libcloud.compute.drivers.se
 rverlove.html">libcloud.compute.drivers.serverlove</a> - <tt>ServerLove Driver</tt></li><li><a href="libcloud.compute.drivers.skalicloud.html">libcloud.compute.drivers.skalicloud</a> - <tt>skalicloud Driver</tt></li><li><a href="libcloud.compute.drivers.slicehost.html">libcloud.compute.drivers.slicehost</a> - <tt>Slicehost Driver</tt></li><li><a href="libcloud.compute.drivers.softlayer.html">libcloud.compute.drivers.softlayer</a> - <tt>Softlayer driver</tt></li><li><a href="libcloud.compute.drivers.vcloud.html">libcloud.compute.drivers.vcloud</a> - <tt>VMware vCloud driver.</tt></li><li><a href="libcloud.compute.drivers.voxel.html">libcloud.compute.drivers.voxel</a> - <tt>Voxel VoxCloud driver</tt></li><li><a href="libcloud.compute.drivers.vpsnet.html">libcloud.compute.drivers.vpsnet</a> - <tt>VPS.net driver</tt></li></ul></li><li><a href="libcloud.compute.providers.html">libcloud.compute.providers</a> - <tt>Provider related utilities</tt></li><li><a href="libcloud.compute.s
 sh.html">libcloud.compute.ssh</a> - <tt>Wraps multiple ways to communicate over SSH</tt></li><li><a href="libcloud.compute.types.html">libcloud.compute.types</a> - <tt>Base types used by other parts of libcloud</tt></li></ul></li><li><a href="libcloud.deployment.html">libcloud.deployment</a> - <span class="undocumented">No module docstring; 4/4 classes documented</span></li><li><a href="libcloud.dns.html">libcloud.dns</a> - <span class="undocumented">Undocumented</span><ul><li><a href="libcloud.dns.base.html">libcloud.dns.base</a> - <span class="undocumented">No module docstring; 3/3 classes documented</span></li><li><a href="libcloud.dns.drivers.html">libcloud.dns.drivers</a> - <span class="undocumented">Undocumented</span><ul><li><a href="libcloud.dns.drivers.dummy.html">libcloud.dns.drivers.dummy</a> - <span class="undocumented">No module docstring; 1/1 classes documented</span></li><li><a href="libcloud.dns.drivers.linode.html">libcloud.dns.drivers.linode</a> - <span cla
 ss="undocumented">Undocumented</span></li><li><a href="libcloud.dns.drivers.rackspace.html">libcloud.dns.drivers.rackspace</a> - <span class="undocumented">No module docstring; 2/7 classes documented</span></li><li><a href="libcloud.dns.drivers.zerigo.html">libcloud.dns.drivers.zerigo</a> - <span class="undocumented">Undocumented</span></li></ul></li><li><a href="libcloud.dns.providers.html">libcloud.dns.providers</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.dns.types.html">libcloud.dns.types</a> - <span class="undocumented">No module docstring; 1/8 classes documented</span></li></ul></li><li><a href="libcloud.drivers.html">libcloud.drivers</a> - <tt>Drivers for working with different providers</tt><ul><li><a href="libcloud.drivers.brightbox.html">libcloud.drivers.brightbox</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.drivers.cloudsigma.html">libcloud.drivers.cloudsigma</a> - <span class="undocumented">Undoc
 umented</span></li><li><a href="libcloud.drivers.dreamhost.html">libcloud.drivers.dreamhost</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.drivers.dummy.html">libcloud.drivers.dummy</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.drivers.ec2.html">libcloud.drivers.ec2</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.drivers.ecp.html">libcloud.drivers.ecp</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.drivers.elastichosts.html">libcloud.drivers.elastichosts</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.drivers.gogrid.html">libcloud.drivers.gogrid</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.drivers.ibm_sbc.html">libcloud.drivers.ibm_sbc</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.drivers.linode.html">libcloud.drivers.linode</a> - <span class="undocument
 ed">Undocumented</span></li><li><a href="libcloud.drivers.opennebula.html">libcloud.drivers.opennebula</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.drivers.rackspace.html">libcloud.drivers.rackspace</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.drivers.rimuhosting.html">libcloud.drivers.rimuhosting</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.drivers.slicehost.html">libcloud.drivers.slicehost</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.drivers.softlayer.html">libcloud.drivers.softlayer</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.drivers.vcloud.html">libcloud.drivers.vcloud</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.drivers.voxel.html">libcloud.drivers.voxel</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.drivers.vpsnet.html">libcloud.drivers
 .vpsnet</a> - <span class="undocumented">Undocumented</span></li></ul></li><li><a href="libcloud.httplib_ssl.html">libcloud.httplib_ssl</a> - <tt>Subclass for httplib.HTTPSConnection with optional certificate name verification, depending on libcloud.security settings.</tt></li><li><a href="libcloud.loadbalancer.html">libcloud.loadbalancer</a> - <tt>Module for working with Load Balancers</tt><ul><li><a href="libcloud.loadbalancer.base.html">libcloud.loadbalancer.base</a> - <span class="undocumented">No module docstring; 2/4 classes documented</span></li><li><a href="libcloud.loadbalancer.drivers.html">libcloud.loadbalancer.drivers</a> - <span class="undocumented">Undocumented</span><ul><li><a href="libcloud.loadbalancer.drivers.cloudstack.html">libcloud.loadbalancer.drivers.cloudstack</a> - <span class="undocumented">No module docstring; 1/1 classes documented</span></li><li><a href="libcloud.loadbalancer.drivers.gogrid.html">libcloud.loadbalancer.drivers.gogrid</a> - <span c
 lass="undocumented">No module docstring; 1/3 classes documented</span></li><li><a href="libcloud.loadbalancer.drivers.ninefold.html">libcloud.loadbalancer.drivers.ninefold</a> - <span class="undocumented">No module docstring; 1/1 classes documented</span></li><li><a href="libcloud.loadbalancer.drivers.rackspace.html">libcloud.loadbalancer.drivers.rackspace</a> - <span class="undocumented">Undocumented</span></li></ul></li><li><a href="libcloud.loadbalancer.providers.html">libcloud.loadbalancer.providers</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.loadbalancer.types.html">libcloud.loadbalancer.types</a> - <span class="undocumented">No module docstring; 1/4 classes documented</span></li></ul></li><li><a href="libcloud.pricing.html">libcloud.pricing</a> - <span class="undocumented">No module docstring; 5/7 functions documented</span></li><li><a href="libcloud.providers.html">libcloud.providers</a> - <span class="undocumented">Undocumented</spa
 n></li><li><a href="libcloud.security.html">libcloud.security</a> - <tt>Security (SSL) Settings</tt></li><li><a href="libcloud.ssh.html">libcloud.ssh</a> - <span class="undocumented">No module docstring; 2/3 classes documented</span></li><li><a href="libcloud.storage.html">libcloud.storage</a> - <tt>Module for working with Storage</tt><ul><li><a href="libcloud.storage.base.html">libcloud.storage.base</a> - <tt>Provides base classes for working with storage</tt></li><li><a href="libcloud.storage.drivers.html">libcloud.storage.drivers</a> - <tt>Drivers for working with different providers</tt><ul><li><a href="libcloud.storage.drivers.atmos.html">libcloud.storage.drivers.atmos</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.storage.drivers.cloudfiles.html">libcloud.storage.drivers.cloudfiles</a> - <span class="undocumented">No module docstring; 6/8 classes documented</span></li><li><a href="libcloud.storage.drivers.dummy.html">libcloud.storage.dri
 vers.dummy</a> - <span class="undocumented">No module docstring; 1/3 classes documented</span></li><li><a href="libcloud.storage.drivers.google_storage.html">libcloud.storage.drivers.google_storage</a> - <span class="undocumented">No module docstring; 1/2 classes documented</span></li><li><a href="libcloud.storage.drivers.ninefold.html">libcloud.storage.drivers.ninefold</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.storage.drivers.s3.html">libcloud.storage.drivers.s3</a> - <span class="undocumented">No module docstring; 1/12 classes documented</span></li></ul></li><li><a href="libcloud.storage.providers.html">libcloud.storage.providers</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.storage.types.html">libcloud.storage.types</a> - <span class="undocumented">No module docstring; 1/9 classes documented</span></li></ul></li><li><a href="libcloud.types.html">libcloud.types</a> - <span class="undocumented">Undocument
 ed</span></li><li><a href="libcloud.utils.html">libcloud.utils</a> - <span class="undocumented">No module docstring; 8/16 functions documented</span></li></ul></li></ul>
+  </body>
+</html>
\ No newline at end of file