You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2012/07/16 03:47:57 UTC

svn commit: r1361878 [3/35] - /libcloud/site/trunk/content/apidocs/0.6.2/

Added: libcloud/site/trunk/content/apidocs/0.6.2/libcloud.base.LoggingHTTPSConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.2/libcloud.base.LoggingHTTPSConnection.html?rev=1361878&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.2/libcloud.base.LoggingHTTPSConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.2/libcloud.base.LoggingHTTPSConnection.html Mon Jul 16 01:47:46 2012
@@ -0,0 +1,177 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.base.LoggingHTTPSConnection : 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.b.LoggingHTTPSConnection(<a href="libcloud.base.LoggingConnection.html">LoggingConnection</a>, <a href="libcloud.compute.base.LibcloudHTTPSConnection.html">LibcloudHTTPSConnection</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L233">View Source</a>
+      <a href="classIndex.html#libcloud.base.LoggingHTTPSConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Utility Class for logging HTTPS connections<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id585">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.LoggingHTTPSConnection.html#getresponse">getresponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.LoggingHTTPSConnection.html#request">request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.LoggingConnection.html">LoggingConnection</a>:
+        </p>
+        <table class="children sortable" id="id586">
+  
+  
+<tr class="baseclassvariable">
+    
+    
+    <td>Class Variable</td>
+    <td><a href="libcloud.base.LoggingConnection.html#log">log</a></td>
+    <td>file-like object that logs entries are written to.</td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.LoggingConnection.html#_log_response">_log_response</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.LoggingConnection.html#_log_curl">_log_curl</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.LibcloudHTTPSConnection.html">LibcloudHTTPSConnection</a>:
+        </p>
+        <table class="children sortable" id="id587">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#__init__">__init__</a></td>
+    <td><span>Constructor</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#connect">connect</a></td>
+    <td><span>Connect</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#_setup_verify">_setup_verify</a></td>
+    <td><span>Setup Verify SSL or not</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#_setup_ca_cert">_setup_ca_cert</a></td>
+    <td><span>Setup CA Certs</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#_verify_hostname">_verify_hostname</a></td>
+    <td><span>Verify hostname against peer cert</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#_get_subject_alt_names">_get_subject_alt_names</a></td>
+    <td><span>Get SubjectAltNames</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#_get_common_name">_get_common_name</a></td>
+    <td><span>Get Common Name</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.LoggingHTTPSConnection.getresponse">
+    
+  </a>
+  <a name="getresponse">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    getresponse(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L238" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.LoggingHTTPSConnection.request">
+    
+  </a>
+  <a name="request">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    request(self, method, url, body=None, headers=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L246" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.2/libcloud.base.RawResponse.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.2/libcloud.base.RawResponse.html?rev=1361878&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.2/libcloud.base.RawResponse.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.2/libcloud.base.RawResponse.html Mon Jul 16 01:47:46 2012
@@ -0,0 +1,203 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.base.RawResponse : 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.b.RawResponse(<a href="libcloud.base.Response.html">Response</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L134">View Source</a>
+      <a href="classIndex.html#libcloud.base.RawResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id581">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.RawResponse.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.RawResponse.html#response">response</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.RawResponse.html#status">status</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.RawResponse.html#headers">headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.RawResponse.html#reason">reason</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.Response.html">Response</a>:
+        </p>
+        <table class="children sortable" id="id582">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.RawResponse.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, connection):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L136" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#__init__">libcloud.common.base.Response.__init__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.RawResponse.response">
+    
+  </a>
+  <a name="response">
+    
+  </a>
+  <div class="functionHeader">
+    @property<br />
+    def
+    response(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L146" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.RawResponse.status">
+    
+  </a>
+  <a name="status">
+    
+  </a>
+  <div class="functionHeader">
+    @property<br />
+    def
+    status(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L155" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.RawResponse.headers">
+    
+  </a>
+  <a name="headers">
+    
+  </a>
+  <div class="functionHeader">
+    @property<br />
+    def
+    headers(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L161" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.RawResponse.reason">
+    
+  </a>
+  <a name="reason">
+    
+  </a>
+  <div class="functionHeader">
+    @property<br />
+    def
+    reason(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L167" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.2/libcloud.base.Response.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.2/libcloud.base.Response.html?rev=1361878&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.2/libcloud.base.Response.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.2/libcloud.base.Response.html Mon Jul 16 01:47:46 2012
@@ -0,0 +1,153 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.base.Response : 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.b.Response(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L37">View Source</a>
+      <a href="classIndex.html#libcloud.base.Response">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.base.RawResponse.html">libcloud.base.RawResponse</a>, <a href="libcloud.common.base.JsonResponse.html">libcloud.common.base.JsonResponse</a>, <a href="libcloud.common.base.XmlResponse.html">libcloud.common.base.XmlResponse</a>, <a href="libcloud.common.openstack.OpenStackAuthResponse.html">libcloud.common.openstack.OpenStackAuthResponse</a>, <a href="libcloud.compute.drivers.ecp.ECPResponse.html">libcloud.compute.drivers.ecp.ECPResponse</a>, <a href="libcloud.compute.drivers.openstack.OpenStackResponse.html">libcloud.compute.drivers.openstack.OpenStackResponse</a></p>
+    </div>
+    <div>A Base Response class to derive from.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id583">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.Response.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, response, connection):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L51" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.base.RawResponse.html">libcloud.base.RawResponse</a>, <a href="libcloud.common.gogrid.GoGridResponse.html">libcloud.common.gogrid.GoGridResponse</a>, <a href="libcloud.common.linode.LinodeResponse.html">libcloud.common.linode.LinodeResponse</a>, <a href="libcloud.compute.drivers.openstack.OpenStack_1_0_Response.html">libcloud.compute.drivers.openstack.OpenStack_1_0_Response</a>, <a href="libcloud.compute.drivers.openstack.OpenStack_1_1_Response.html">libcloud.compute.drivers.openstack.OpenStack_1_1_Response</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingResponse.html">libcloud.compute.drivers.rimuhosting.RimuHostingResponse</a>, <a href="libcloud.compute.drivers.voxel.VoxelResponse.html">libcloud.compute.drivers.voxel.VoxelResponse</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Response.parse_body">
+    
+  </a>
+  <a name="parse_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_body(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L63" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.base.JsonResponse.html">libcloud.common.base.JsonResponse</a>, <a href="libcloud.common.base.XmlResponse.html">libcloud.common.base.XmlResponse</a>, <a href="libcloud.common.openstack.OpenStackAuthResponse.html">libcloud.common.openstack.OpenStackAuthResponse</a>, <a href="libcloud.compute.drivers.ecp.ECPResponse.html">libcloud.compute.drivers.ecp.ECPResponse</a>, <a href="libcloud.compute.drivers.openstack.OpenStackResponse.html">libcloud.compute.drivers.openstack.OpenStackResponse</a></div>
+    <div>Parse response body.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">Parsed body.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Response.parse_error">
+    
+  </a>
+  <a name="parse_error">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_error(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L73" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.gogrid.GoGridResponse.html">libcloud.common.gogrid.GoGridResponse</a>, <a href="libcloud.compute.drivers.bluebox.BlueboxResponse.html">libcloud.compute.drivers.bluebox.BlueboxResponse</a>, <a href="libcloud.compute.drivers.brightbox.BrightboxResponse.html">libcloud.compute.drivers.brightbox.BrightboxResponse</a>, <a href="libcloud.compute.drivers.dreamhost.DreamhostResponse.html">libcloud.compute.drivers.dreamhost.DreamhostResponse</a>, <a href="libcloud.compute.drivers.ec2.EC2Response.html">libcloud.compute.drivers.ec2.EC2Response</a>, <a href="libcloud.compute.drivers.ecp.ECPResponse.html">libcloud.compute.drivers.ecp.ECPResponse</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackResponse.html">libcloud.compute.drivers.elasticstack.ElasticStackResponse</a>, <a href="libcloud.compute.drivers.ibm_sbc.IBMResponse.html">libcloud.compute.drivers.ibm_sbc.IBMResponse</a>, <a href="libcloud.compute.
 drivers.opennebula.OpenNebulaResponse.html">libcloud.compute.drivers.opennebula.OpenNebulaResponse</a>, <a href="libcloud.compute.drivers.openstack.OpenStackResponse.html">libcloud.compute.drivers.openstack.OpenStackResponse</a>, <a href="libcloud.compute.drivers.opsource.OpsourceResponse.html">libcloud.compute.drivers.opsource.OpsourceResponse</a>, <a href="libcloud.compute.drivers.slicehost.SlicehostResponse.html">libcloud.compute.drivers.slicehost.SlicehostResponse</a>, <a href="libcloud.compute.drivers.voxel.VoxelResponse.html">libcloud.compute.drivers.voxel.VoxelResponse</a>, <a href="libcloud.compute.drivers.vpsnet.VPSNetResponse.html">libcloud.compute.drivers.vpsnet.VPSNetResponse</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html">libcloud.dns.drivers.zerigo.ZerigoDNSResponse</a>, <a href="libcloud.storage.drivers.atmos.AtmosResponse.html">libcloud.storage.drivers.atmos.AtmosResponse</a>, <a href="libcloud.storage.drivers.s3.S3Response.html">libcloud.st
 orage.drivers.s3.S3Response</a></div>
+    <div>Parse the error messages.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">Parsed error.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Response.success">
+    
+  </a>
+  <a name="success">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    success(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L83" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.gogrid.GoGridResponse.html">libcloud.common.gogrid.GoGridResponse</a>, <a href="libcloud.common.linode.LinodeResponse.html">libcloud.common.linode.LinodeResponse</a>, <a href="libcloud.common.openstack.OpenStackAuthResponse.html">libcloud.common.openstack.OpenStackAuthResponse</a>, <a href="libcloud.compute.drivers.brightbox.BrightboxResponse.html">libcloud.compute.drivers.brightbox.BrightboxResponse</a>, <a href="libcloud.compute.drivers.ecp.ECPResponse.html">libcloud.compute.drivers.ecp.ECPResponse</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackResponse.html">libcloud.compute.drivers.elasticstack.ElasticStackResponse</a>, <a href="libcloud.compute.drivers.ibm_sbc.IBMResponse.html">libcloud.compute.drivers.ibm_sbc.IBMResponse</a>, <a href="libcloud.compute.drivers.opennebula.OpenNebulaResponse.html">libcloud.compute.drivers.opennebula.OpenNebulaResponse</a>, <a href="libcloud.compute.driv
 ers.openstack.OpenStackResponse.html">libcloud.compute.drivers.openstack.OpenStackResponse</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingResponse.html">libcloud.compute.drivers.rimuhosting.RimuHostingResponse</a>, <a href="libcloud.compute.drivers.vcloud.VCloudResponse.html">libcloud.compute.drivers.vcloud.VCloudResponse</a>, <a href="libcloud.compute.drivers.voxel.VoxelResponse.html">libcloud.compute.drivers.voxel.VoxelResponse</a>, <a href="libcloud.compute.drivers.vpsnet.VPSNetResponse.html">libcloud.compute.drivers.vpsnet.VPSNetResponse</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html">libcloud.dns.drivers.zerigo.ZerigoDNSResponse</a>, <a href="libcloud.loadbalancer.drivers.rackspace.RackspaceResponse.html">libcloud.loadbalancer.drivers.rackspace.RackspaceResponse</a>, <a href="libcloud.storage.drivers.atmos.AtmosResponse.html">libcloud.storage.drivers.atmos.AtmosResponse</a>, <a href="libcloud.storage.drivers.s3.S3Response.html">libcloud.
 storage.drivers.s3.S3Response</a></div>
+    <div>Determine if our request was successful.</p>
+<p>The meaning of this can be arbitrary; did we receive OK status? Did the 
+node get created? Were we authenticated?<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>True</code> or <code>False</code></td></tr></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.2/libcloud.base.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.2/libcloud.base.html?rev=1361878&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.2/libcloud.base.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.2/libcloud.base.html Mon Jul 16 01:47:46 2012
@@ -0,0 +1,104 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.base : 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.base : 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/base.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id580">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.RawResponse.html">RawResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.Response.html">Response</a></td>
+    <td><span>A Base Response class to derive from.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.LoggingConnection.html">LoggingConnection</a></td>
+    <td><span>Debug class to log all HTTP(s) requests as they could be made with the 
+<code>curl</code> command.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.LoggingHTTPSConnection.html">LoggingHTTPSConnection</a></td>
+    <td><span>Utility Class for logging HTTPS connections</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.LoggingHTTPConnection.html">LoggingHTTPConnection</a></td>
+    <td><span>Utility Class for logging HTTP connections</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.base.html#is_private_subnet">is_private_subnet</a></td>
+    <td><span>Utility function to check if an IP address is inside a private 
+subnet.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.base.is_private_subnet">
+    
+  </a>
+  <a name="is_private_subnet">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    is_private_subnet(ip):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py#L664" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Utility function to check if an IP address is inside a private 
+subnet.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">ip</td><td>IP address to check (type: <code>str</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>bool</code> if the specified IP address is private.</td></tr></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.__init__.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.__init__.html?rev=1361878&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.__init__.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.__init__.html Mon Jul 16 01:47:46 2012
@@ -0,0 +1,40 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.__init__ : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.c.__init__ : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/__init__.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.aws.AWSBaseResponse.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.aws.AWSBaseResponse.html?rev=1361878&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.aws.AWSBaseResponse.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.aws.AWSBaseResponse.html Mon Jul 16 01:47:46 2012
@@ -0,0 +1,84 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.aws.AWSBaseResponse : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.a.AWSBaseResponse(<a href="libcloud.common.base.XmlResponse.html">XmlResponse</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.aws.html">aws</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/aws.py#L18">View Source</a>
+      <a href="classIndex.html#libcloud.common.aws.AWSBaseResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.compute.drivers.ec2.EC2Response.html">libcloud.compute.drivers.ec2.EC2Response</a>, <a href="libcloud.storage.drivers.s3.S3Response.html">libcloud.storage.drivers.s3.S3Response</a></p>
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.XmlResponse.html">XmlResponse</a>:
+        </p>
+        <table class="children sortable" id="id550">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.XmlResponse.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.Response.html">Response</a> (via <a href="libcloud.common.base.XmlResponse.html">XmlResponse</a>):
+        </p>
+        <table class="children sortable" id="id551">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.aws.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.aws.html?rev=1361878&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.aws.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.aws.html Mon Jul 16 01:47:46 2012
@@ -0,0 +1,51 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.aws : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.c.aws : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/aws.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id549">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.aws.AWSBaseResponse.html">AWSBaseResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.BaseDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.BaseDriver.html?rev=1361878&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.BaseDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.BaseDriver.html Mon Jul 16 01:47:46 2012
@@ -0,0 +1,101 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.base.BaseDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.b.BaseDriver(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L675">View Source</a>
+      <a href="classIndex.html#libcloud.common.base.BaseDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.compute.base.NodeDriver.html">libcloud.compute.base.NodeDriver</a>, <a href="libcloud.dns.base.DNSDriver.html">libcloud.dns.base.DNSDriver</a>, <a href="libcloud.loadbalancer.base.Driver.html">libcloud.loadbalancer.base.Driver</a>, <a href="libcloud.storage.base.StorageDriver.html">libcloud.storage.base.StorageDriver</a></p>
+    </div>
+    <div>Base driver class from which other classes can inherit from.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id565">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><span>Return extra connection keyword arguments which are passed to the 
+Connection class constructor.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.BaseDriver.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, key, secret=None, secure=True, host=None, port=None, api_version=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L682" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.base.NodeDriver.html">libcloud.compute.base.NodeDriver</a>, <a href="libcloud.dns.base.DNSDriver.html">libcloud.dns.base.DNSDriver</a>, <a href="libcloud.loadbalancer.base.Driver.html">libcloud.loadbalancer.base.Driver</a>, <a href="libcloud.storage.base.StorageDriver.html">libcloud.storage.base.StorageDriver</a></div>
+    <div><table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">key</td><td>API key or username to used (type: str)</td></tr><tr><td></td><td class="fieldArg">secret</td><td>Secret password to be used (type: str)</td></tr><tr><td></td><td class="fieldArg">secure</td><td>Weither to use HTTPS or HTTP. Note: Some providers only support HTTPS, and 
+it is on by default. (type: bool)</td></tr><tr><td></td><td class="fieldArg">host</td><td>Override hostname used for connections. (type: str)</td></tr><tr><td></td><td class="fieldArg">port</td><td>Override port used for connections. (type: int)</td></tr><tr><td></td><td class="fieldArg">api_version</td><td>Optional API version. Only used by drivers which support multiple API 
+versions. (type: str)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.BaseDriver._ex_connection_class_kwargs">
+    
+  </a>
+  <a name="_ex_connection_class_kwargs">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _ex_connection_class_kwargs(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L727" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.openstack.OpenStackNodeDriver.html">libcloud.compute.drivers.openstack.OpenStackNodeDriver</a></div>
+    <div>Return extra connection keyword arguments which are passed to the 
+Connection class constructor.<table class="fieldTable"></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.Connection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.Connection.html?rev=1361878&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.Connection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.Connection.html Mon Jul 16 01:47:46 2012
@@ -0,0 +1,376 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.base.Connection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.b.Connection(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L279">View Source</a>
+      <a href="classIndex.html#libcloud.common.base.Connection">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.common.base.PollingConnection.html">libcloud.common.base.PollingConnection</a>, <a href="libcloud.compute.base.ConnectionKey.html">libcloud.compute.base.ConnectionKey</a></p>
+    </div>
+    <div>A Base Connection class to derive from.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id562">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#set_context">set_context</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#connect">connect</a></td>
+    <td><span>Establish a connection with the API server.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#user_agent_append">user_agent_append</a></td>
+    <td><span>Append a token to a user agent string.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#request">request</a></td>
+    <td><span>Request a given `action`.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#morph_action_hook">morph_action_hook</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#add_default_params">add_default_params</a></td>
+    <td><span>Adds default parameters (such as API key, version, etc.) to the passed 
+`params`</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#add_default_headers">add_default_headers</a></td>
+    <td><span>Adds default headers (such as Authorization, X-Foo-Bar) to the passed 
+`headers`</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#pre_connect_hook">pre_connect_hook</a></td>
+    <td><span>A hook which is called before connecting to the remote server. This hook
+can perform a final manipulation on the params, headers and url 
+parameters.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#encode_data">encode_data</a></td>
+    <td><span>Encode body data.</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#_tuple_from_url">_tuple_from_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#_user_agent">_user_agent</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.Connection.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, secure=True, host=None, port=None, url=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L295" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.base.ConnectionKey.html">libcloud.compute.base.ConnectionKey</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.set_context">
+    
+  </a>
+  <a name="set_context">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    set_context(self, context):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L316" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection._tuple_from_url">
+    
+  </a>
+  <a name="_tuple_from_url">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _tuple_from_url(self, url):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L319" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.connect">
+    
+  </a>
+  <a name="connect">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    connect(self, host=None, port=None, base_url=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L344" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Establish a connection with the API server.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">host</td><td>Optional host to override our default (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">port</td><td>Optional port to override our default (type: <code>int</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">A connection</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection._user_agent">
+    
+  </a>
+  <a name="_user_agent">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _user_agent(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L379" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.user_agent_append">
+    
+  </a>
+  <a name="user_agent_append">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    user_agent_append(self, token):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L385" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Append a token to a user agent string.</p>
+<p>Users of the library should call this to uniquely identify thier 
+requests to a provider.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">token</td><td>Token to add to the user agent. (type: <code>str</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.request">
+    
+  </a>
+  <a name="request">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    request(self, action, params=None, data='', headers=None, method='GET', raw=False):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L397" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Request a given `action`.</p>
+<p>Basically a wrapper around the connection object's `request` that does 
+some helpful pre-processing.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">action</td><td>A path (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">params</td><td>Optional mapping of additional parameters to send. If None, leave as an 
+empty <code>dict</code>. (type: <code>dict</code>)</td></tr><tr><td></td><td class="fieldArg">data</td><td>A body of data to send with the request. (type: <code>unicode</code>)</td></tr><tr><td></td><td class="fieldArg">headers</td><td>Extra headers to add to the request None, leave as an empty 
+<code>dict</code>. (type: <code>dict</code>)</td></tr><tr><td></td><td class="fieldArg">method</td><td>An HTTP method such as &quot;GET&quot; or &quot;POST&quot;. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">raw</td><td>True to perform a &quot;raw&quot; request aka only send the headers and use
+the rawResponseCls class. This is used with storage API when uploading a 
+file. (type: <code>bool</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">An instance of type <i>responseCls</i></td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.morph_action_hook">
+    
+  </a>
+  <a name="morph_action_hook">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    morph_action_hook(self, action):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L497" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.add_default_params">
+    
+  </a>
+  <a name="add_default_params">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add_default_params(self, params):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L500" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.cloudstack.CloudStackConnection.html">libcloud.common.cloudstack.CloudStackConnection</a></div>
+    <div>Adds default parameters (such as API key, version, etc.) to the passed 
+`params`</p>
+<p>Should return a dictionary.<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.add_default_headers">
+    
+  </a>
+  <a name="add_default_headers">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add_default_headers(self, headers):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L509" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Adds default headers (such as Authorization, X-Foo-Bar) to the passed 
+`headers`</p>
+<p>Should return a dictionary.<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.pre_connect_hook">
+    
+  </a>
+  <a name="pre_connect_hook">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    pre_connect_hook(self, params, headers):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L518" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.cloudstack.CloudStackConnection.html">libcloud.common.cloudstack.CloudStackConnection</a></div>
+    <div>A hook which is called before connecting to the remote server. This hook
+can perform a final manipulation on the params, headers and url 
+parameters.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">params</td><td>Request parameters. (type: <code>dict</code>)</td></tr><tr><td></td><td class="fieldArg">headers</td><td>Request headers. (type: <code>dict</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.Connection.encode_data">
+    
+  </a>
+  <a name="encode_data">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    encode_data(self, data):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L532" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Encode body data.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.JsonResponse.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.JsonResponse.html?rev=1361878&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.JsonResponse.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.JsonResponse.html Mon Jul 16 01:47:46 2012
@@ -0,0 +1,100 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.base.JsonResponse : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.b.JsonResponse(<a href="libcloud.base.Response.html">Response</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L95">View Source</a>
+      <a href="classIndex.html#libcloud.common.base.JsonResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.common.cloudstack.CloudStackResponse.html">libcloud.common.cloudstack.CloudStackResponse</a>, <a href="libcloud.common.gogrid.GoGridResponse.html">libcloud.common.gogrid.GoGridResponse</a>, <a href="libcloud.common.linode.LinodeResponse.html">libcloud.common.linode.LinodeResponse</a>, <a href="libcloud.compute.drivers.bluebox.BlueboxResponse.html">libcloud.compute.drivers.bluebox.BlueboxResponse</a>, <a href="libcloud.compute.drivers.brightbox.BrightboxResponse.html">libcloud.compute.drivers.brightbox.BrightboxResponse</a>, <a href="libcloud.compute.drivers.dreamhost.DreamhostResponse.html">libcloud.compute.drivers.dreamhost.DreamhostResponse</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackResponse.html">libcloud.compute.drivers.elasticstack.ElasticStackResponse</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingResponse.html">libcloud.compute.drivers.rimuhosting.RimuHostingResponse</a>, <a href="libclou
 d.compute.drivers.vpsnet.VPSNetResponse.html">libcloud.compute.drivers.vpsnet.VPSNetResponse</a>, <a href="libcloud.loadbalancer.drivers.rackspace.RackspaceResponse.html">libcloud.loadbalancer.drivers.rackspace.RackspaceResponse</a></p>
+    </div>
+    <div>A Base JSON Response class to derive from.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id558">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.JsonResponse.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.Response.html">Response</a>:
+        </p>
+        <table class="children sortable" id="id559">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.JsonResponse.parse_body">
+    
+  </a>
+  <a name="parse_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_body(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L99" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#parse_body">libcloud.common.base.Response.parse_body</a></div><div class="interfaceinfo">overridden in <a href="libcloud.common.linode.LinodeResponse.html">libcloud.common.linode.LinodeResponse</a>, <a href="libcloud.compute.drivers.brightbox.BrightboxResponse.html">libcloud.compute.drivers.brightbox.BrightboxResponse</a>, <a href="libcloud.compute.drivers.dreamhost.DreamhostResponse.html">libcloud.compute.drivers.dreamhost.DreamhostResponse</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingResponse.html">libcloud.compute.drivers.rimuhosting.RimuHostingResponse</a>, <a href="libcloud.compute.drivers.vpsnet.VPSNetResponse.html">libcloud.compute.drivers.vpsnet.VPSNetResponse</a>, <a href="libcloud.loadbalancer.drivers.rackspace.RackspaceResponse.html">libcloud.loadbalancer.drivers.rackspace.RackspaceResponse</a></div>
+    <div>Parse response body.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">Parsed body.</td></tr></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.PollingConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.PollingConnection.html?rev=1361878&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.PollingConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.PollingConnection.html Mon Jul 16 01:47:46 2012
@@ -0,0 +1,288 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.base.PollingConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.b.PollingConnection(<a href="libcloud.common.base.Connection.html">Connection</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L540">View Source</a>
+      <a href="classIndex.html#libcloud.common.base.PollingConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.common.cloudstack.CloudStackConnection.html">libcloud.common.cloudstack.CloudStackConnection</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">libcloud.dns.drivers.rackspace.RackspaceDNSConnection</a></p>
+    </div>
+    <div>Connection class which can also work with the async APIs.</p>
+<p>After initial requests, this class periodically polls for jobs status 
+and waits until the job has finished. If job doesn't finish in timeout 
+seconds, an Exception thrown.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id563">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.PollingConnection.html#async_request">async_request</a></td>
+    <td><span class="undocumented">No summary</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.PollingConnection.html#get_request_kwargs">get_request_kwargs</a></td>
+    <td><span>Arguments which are passed to the initial request() call inside 
+async_request.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.PollingConnection.html#get_poll_request_kwargs">get_poll_request_kwargs</a></td>
+    <td><span>Return keyword arguments which are passed to the request() method when 
+polling for the job status.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.PollingConnection.html#has_completed">has_completed</a></td>
+    <td><span>Return job completion status.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Connection.html">Connection</a>:
+        </p>
+        <table class="children sortable" id="id564">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#set_context">set_context</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#connect">connect</a></td>
+    <td><span>Establish a connection with the API server.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#user_agent_append">user_agent_append</a></td>
+    <td><span>Append a token to a user agent string.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#request">request</a></td>
+    <td><span>Request a given `action`.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#morph_action_hook">morph_action_hook</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#add_default_params">add_default_params</a></td>
+    <td><span>Adds default parameters (such as API key, version, etc.) to the passed 
+`params`</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#add_default_headers">add_default_headers</a></td>
+    <td><span>Adds default headers (such as Authorization, X-Foo-Bar) to the passed 
+`headers`</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#pre_connect_hook">pre_connect_hook</a></td>
+    <td><span>A hook which is called before connecting to the remote server. This hook
+can perform a final manipulation on the params, headers and url 
+parameters.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#encode_data">encode_data</a></td>
+    <td><span>Encode body data.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#_tuple_from_url">_tuple_from_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#_user_agent">_user_agent</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.PollingConnection.async_request">
+    
+  </a>
+  <a name="async_request">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    async_request(self, action, params=None, data='', headers=None, method='GET', context=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L552" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Perform an 'async' request to the specified path. Keep in mind that
+this function is *blocking* and 'async' in this case means that the
+hit URL only returns a job ID which is the periodically polled until 
+the job has completed.
+
+This function works like this:
+
+- Perform a request to the specified path. Response should contain a
+  'job_id'.
+
+- Returned 'job_id' is then used to construct a URL which is used for
+  retrieving job status. Constructed URL is then periodically polled
+  until the response indicates that the job has completed or the timeout
+  of 'self.timeout' seconds has been reached.
+
+@type action: C{str}
+@param action: A path
+
+@type params: C{dict}
+@param params: Optional mapping of additional parameters to send. If
+    None, leave as an empty C{dict}.
+
+@type data: C{unicode}
+@param data: A body of data to send with the request.
+
+@type headers: C{dict}
+@param headers: Extra headers to add to the request
+    None, leave as an empty C{dict}.
+
+@type method: C{str}
+@param method: An HTTP method such as "GET" or "POST".
+
+@type context: C{dict}
+@param context: Context dictionary which is passed to the functions
+which construct initial and poll URL.
+
+@return: An instance of type I{responseCls}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.PollingConnection.get_request_kwargs">
+    
+  </a>
+  <a name="get_request_kwargs">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_request_kwargs(self, action, params=None, data='', headers=None, method='GET', context=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L616" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.cloudstack.CloudStackConnection.html">libcloud.common.cloudstack.CloudStackConnection</a></div>
+    <div>Arguments which are passed to the initial request() call inside 
+async_request.<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.PollingConnection.get_poll_request_kwargs">
+    
+  </a>
+  <a name="get_poll_request_kwargs">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_poll_request_kwargs(self, response, context):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L626" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.cloudstack.CloudStackConnection.html">libcloud.common.cloudstack.CloudStackConnection</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">libcloud.dns.drivers.rackspace.RackspaceDNSConnection</a></div>
+    <pre>Return keyword arguments which are passed to the request() method when
+polling for the job status.
+
+@param response: Response object returned by poll request.
+@type response: C{HTTPResponse}
+
+@return C{dict} Keyword arguments</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.base.PollingConnection.has_completed">
+    
+  </a>
+  <a name="has_completed">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    has_completed(self, response):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L638" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.cloudstack.CloudStackConnection.html">libcloud.common.cloudstack.CloudStackConnection</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">libcloud.dns.drivers.rackspace.RackspaceDNSConnection</a></div>
+    <pre>Return job completion status.
+
+@param response: Response object returned by poll request.
+@type response: C{HTTPResponse}
+
+@return C{bool} True if the job has completed, False otherwise.</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 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.XmlResponse.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.XmlResponse.html?rev=1361878&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.XmlResponse.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.XmlResponse.html Mon Jul 16 01:47:46 2012
@@ -0,0 +1,100 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.base.XmlResponse : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.b.XmlResponse(<a href="libcloud.base.Response.html">Response</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L115">View Source</a>
+      <a href="classIndex.html#libcloud.common.base.XmlResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.common.aws.AWSBaseResponse.html">libcloud.common.aws.AWSBaseResponse</a>, <a href="libcloud.compute.drivers.ibm_sbc.IBMResponse.html">libcloud.compute.drivers.ibm_sbc.IBMResponse</a>, <a href="libcloud.compute.drivers.opennebula.OpenNebulaResponse.html">libcloud.compute.drivers.opennebula.OpenNebulaResponse</a>, <a href="libcloud.compute.drivers.opsource.OpsourceResponse.html">libcloud.compute.drivers.opsource.OpsourceResponse</a>, <a href="libcloud.compute.drivers.slicehost.SlicehostResponse.html">libcloud.compute.drivers.slicehost.SlicehostResponse</a>, <a href="libcloud.compute.drivers.vcloud.VCloudResponse.html">libcloud.compute.drivers.vcloud.VCloudResponse</a>, <a href="libcloud.compute.drivers.voxel.VoxelResponse.html">libcloud.compute.drivers.voxel.VoxelResponse</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html">libcloud.dns.drivers.zerigo.ZerigoDNSResponse</a>, <a href="libcloud.storage.drivers.atmos.AtmosR
 esponse.html">libcloud.storage.drivers.atmos.AtmosResponse</a></p>
+    </div>
+    <div>A Base XML Response class to derive from.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id560">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.XmlResponse.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.Response.html">Response</a>:
+        </p>
+        <table class="children sortable" id="id561">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.XmlResponse.parse_body">
+    
+  </a>
+  <a name="parse_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_body(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L119" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#parse_body">libcloud.common.base.Response.parse_body</a></div><div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.voxel.VoxelResponse.html">libcloud.compute.drivers.voxel.VoxelResponse</a></div>
+    <div>Parse response body.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">Parsed body.</td></tr></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.html?rev=1361878&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.2/libcloud.common.base.html Mon Jul 16 01:47:46 2012
@@ -0,0 +1,75 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.base : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.c.base : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id557">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.base.JsonResponse.html">JsonResponse</a></td>
+    <td><span>A Base JSON Response class to derive from.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.base.XmlResponse.html">XmlResponse</a></td>
+    <td><span>A Base XML Response class to derive from.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.base.Connection.html">Connection</a></td>
+    <td><span>A Base Connection class to derive from.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.base.PollingConnection.html">PollingConnection</a></td>
+    <td><span>Connection class which can also work with the async APIs.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.base.BaseDriver.html">BaseDriver</a></td>
+    <td><span>Base driver class from which other classes can inherit from.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:59.
+    </address>
+  </body>
+</html>
\ No newline at end of file