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/02/09 03:00:11 UTC

svn commit: r1242205 [24/36] - in /libcloud/site/trunk/content/apidocs: ./ 0.8.0/

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceDNSResponse.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceDNSResponse.html?rev=1242205&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceDNSResponse.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceDNSResponse.html Thu Feb  9 01:59:57 2012
@@ -0,0 +1,135 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.rackspace.RackspaceDNSResponse : 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.d.d.r.RackspaceDNSResponse(<a href="libcloud.compute.drivers.openstack.OpenStack_1_1_Response.html">OpenStack_1_1_Response</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.rackspace.html">rackspace</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/rackspace.py#L39">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.rackspace.RackspaceDNSResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Rackspace DNS Response class.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id484">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSResponse.html#parse_error">parse_error</a></td>
+    <td><tt>Parse the error messages.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.openstack.OpenStack_1_1_Response.html">OpenStack_1_1_Response</a>:
+        </p>
+        <table class="children sortable" id="id485">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.openstack.OpenStack_1_1_Response.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.openstack.OpenStackResponse.html">OpenStackResponse</a> (via <a href="libcloud.compute.drivers.openstack.OpenStack_1_1_Response.html">OpenStack_1_1_Response</a>):
+        </p>
+        <table class="children sortable" id="id486">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.openstack.OpenStackResponse.html#success">success</a></td>
+    <td><tt>Determine if our request was successful.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.openstack.OpenStackResponse.html#has_content_type">has_content_type</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.openstack.OpenStackResponse.html#parse_body">parse_body</a></td>
+    <td><tt>Parse response body.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Response.html">Response</a> (via <a href="libcloud.compute.drivers.openstack.OpenStack_1_1_Response.html">OpenStack_1_1_Response</a>, <a href="libcloud.compute.drivers.openstack.OpenStackResponse.html">OpenStackResponse</a>):
+        </p>
+        <table class="children sortable" id="id487">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#_decompress_response">_decompress_response</a></td>
+    <td><tt>Decompress a response body if it is using deflate or gzip encoding.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.drivers.rackspace.RackspaceDNSResponse.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/dns/drivers/rackspace.py#L44" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.drivers.openstack.OpenStackResponse.html#parse_error">libcloud.compute.drivers.openstack.OpenStackResponse.parse_error</a></div>
+    <pre>Parse the error messages.
+
+Override in a provider's subclass.
+
+@return: Parsed error.</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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceUKDNSConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceUKDNSConnection.html?rev=1242205&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceUKDNSConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceUKDNSConnection.html Thu Feb  9 01:59:57 2012
@@ -0,0 +1,250 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.rackspace.RackspaceUKDNSConnection : 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.d.d.r.RackspaceUKDNSConnection(<a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">RackspaceDNSConnection</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.rackspace.html">rackspace</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/rackspace.py#L99">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.rackspace.RackspaceUKDNSConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">RackspaceDNSConnection</a>:
+        </p>
+        <table class="children sortable" id="id500">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html#get_poll_request_kwargs">get_poll_request_kwargs</a></td>
+    <td><tt>Return keyword arguments which are passed to the request() method when polling for the job status.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html#has_completed">has_completed</a></td>
+    <td><tt>Return job completion status.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.openstack.OpenStack_1_1_Connection.html">OpenStack_1_1_Connection</a> (via <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">RackspaceDNSConnection</a>):
+        </p>
+        <table class="children sortable" id="id501">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.openstack.OpenStack_1_1_Connection.html#encode_data">encode_data</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.openstack.OpenStackComputeConnection.html">OpenStackComputeConnection</a> (via <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">RackspaceDNSConnection</a>, <a href="libcloud.compute.drivers.openstack.OpenStack_1_1_Connection.html">OpenStack_1_1_Connection</a>):
+        </p>
+        <table class="children sortable" id="id502">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.openstack.OpenStackComputeConnection.html#request">request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.openstack.OpenStackBaseConnection.html">OpenStackBaseConnection</a> (via <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">RackspaceDNSConnection</a>, <a href="libcloud.compute.drivers.openstack.OpenStack_1_1_Connection.html">OpenStack_1_1_Connection</a>, <a href="libcloud.compute.drivers.openstack.OpenStackComputeConnection.html">OpenStackComputeConnection</a>):
+        </p>
+        <table class="children sortable" id="id503">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#add_default_headers">add_default_headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.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.openstack.OpenStackBaseConnection.html#base_url">base_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_get_base_url">_get_base_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_get_default_region">_get_default_region</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_populate_hosts_and_request_paths">_populate_hosts_and_request_paths</a></td>
+    <td><tt>OpenStack uses a separate host for API calls which is only provided after an initial authentication request. If we haven't made that request yet, do it here. Otherwise, just return the management host.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.PollingConnection.html">PollingConnection</a> (via <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">RackspaceDNSConnection</a>):
+        </p>
+        <table class="children sortable" id="id504">
+  
+  
+<tr class="basemethod">
+    
+    
+    <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="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.PollingConnection.html#get_request_kwargs">get_request_kwargs</a></td>
+    <td><tt>Arguments which are passed to the initial request() call inside async_request.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Connection.html">Connection</a> (via <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">RackspaceDNSConnection</a>, <a href="libcloud.common.base.PollingConnection.html">PollingConnection</a>):
+        </p>
+        <table class="children sortable" id="id505">
+  
+  
+<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><tt>Establish a connection with the API server.</tt></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><tt>Append a token to a user agent string.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#request">request</a></td>
+    <td><tt>Request a given `action`.</tt></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><tt>Adds default parameters (such as API key, version, etc.) to the passed `params`</tt></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><tt>Adds default headers (such as Authorization, X-Foo-Bar) to the passed `headers`</tt></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><tt>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.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#encode_data">encode_data</a></td>
+    <td><tt>Encode body data.</tt></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>
+    
+    
+    
+
+    
+    <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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceUKDNSDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceUKDNSDriver.html?rev=1242205&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceUKDNSDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceUKDNSDriver.html Thu Feb  9 01:59:57 2012
@@ -0,0 +1,190 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.rackspace.RackspaceUKDNSDriver : 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.d.d.r.RackspaceUKDNSDriver(<a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">RackspaceDNSDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.rackspace.html">rackspace</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/rackspace.py#L351">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.rackspace.RackspaceUKDNSDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">RackspaceDNSDriver</a>:
+        </p>
+        <table class="children sortable" id="id512">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#list_zones">list_zones</a></td>
+    <td><tt>Return a list of zones.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#list_records">list_records</a></td>
+    <td><tt>Return a list of records for the provided zone.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#get_zone">get_zone</a></td>
+    <td><tt>Return a Zone instance.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#get_record">get_record</a></td>
+    <td><tt>Return a Record instance.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#create_zone">create_zone</a></td>
+    <td><tt>Create a new zone.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#update_zone">update_zone</a></td>
+    <td><tt>Update en existing zone.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#create_record">create_record</a></td>
+    <td><tt>Create a new record.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#update_record">update_record</a></td>
+    <td><tt>Update an existing record.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#delete_zone">delete_zone</a></td>
+    <td><tt>Delete a zone.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#delete_record">delete_record</a></td>
+    <td><tt>Delete a record.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#_to_zones">_to_zones</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#_to_zone">_to_zone</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#_to_records">_to_records</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#_to_record">_to_record</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#_to_full_record_name">_to_full_record_name</a></td>
+    <td><tt>Build a FQDN from a domain and record name.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#_to_partial_record_name">_to_partial_record_name</a></td>
+    <td><tt>Strip domain portion from the record name.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.dns.base.DNSDriver.html">DNSDriver</a> (via <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">RackspaceDNSDriver</a>):
+        </p>
+        <table class="children sortable" id="id513">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.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.dns.base.DNSDriver.html#list_record_types">list_record_types</a></td>
+    <td><tt>Return a list of RecordType objects supported by the provider.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#_string_to_record_type">_string_to_record_type</a></td>
+    <td><tt>Return a string representation of a DNS record type to a libcloud RecordType ENUM.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">RackspaceDNSDriver</a>, <a href="libcloud.dns.base.DNSDriver.html">DNSDriver</a>):
+        </p>
+        <table class="children sortable" id="id514">
+  
+  
+<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 2012-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceUSDNSConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceUSDNSConnection.html?rev=1242205&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceUSDNSConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceUSDNSConnection.html Thu Feb  9 01:59:57 2012
@@ -0,0 +1,250 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.rackspace.RackspaceUSDNSConnection : 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.d.d.r.RackspaceUSDNSConnection(<a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">RackspaceDNSConnection</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.rackspace.html">rackspace</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/rackspace.py#L95">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.rackspace.RackspaceUSDNSConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">RackspaceDNSConnection</a>:
+        </p>
+        <table class="children sortable" id="id494">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html#get_poll_request_kwargs">get_poll_request_kwargs</a></td>
+    <td><tt>Return keyword arguments which are passed to the request() method when polling for the job status.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html#has_completed">has_completed</a></td>
+    <td><tt>Return job completion status.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.openstack.OpenStack_1_1_Connection.html">OpenStack_1_1_Connection</a> (via <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">RackspaceDNSConnection</a>):
+        </p>
+        <table class="children sortable" id="id495">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.openstack.OpenStack_1_1_Connection.html#encode_data">encode_data</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.openstack.OpenStackComputeConnection.html">OpenStackComputeConnection</a> (via <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">RackspaceDNSConnection</a>, <a href="libcloud.compute.drivers.openstack.OpenStack_1_1_Connection.html">OpenStack_1_1_Connection</a>):
+        </p>
+        <table class="children sortable" id="id496">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.openstack.OpenStackComputeConnection.html#request">request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.openstack.OpenStackBaseConnection.html">OpenStackBaseConnection</a> (via <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">RackspaceDNSConnection</a>, <a href="libcloud.compute.drivers.openstack.OpenStack_1_1_Connection.html">OpenStack_1_1_Connection</a>, <a href="libcloud.compute.drivers.openstack.OpenStackComputeConnection.html">OpenStackComputeConnection</a>):
+        </p>
+        <table class="children sortable" id="id497">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#add_default_headers">add_default_headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.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.openstack.OpenStackBaseConnection.html#base_url">base_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_get_base_url">_get_base_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_get_default_region">_get_default_region</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_populate_hosts_and_request_paths">_populate_hosts_and_request_paths</a></td>
+    <td><tt>OpenStack uses a separate host for API calls which is only provided after an initial authentication request. If we haven't made that request yet, do it here. Otherwise, just return the management host.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.PollingConnection.html">PollingConnection</a> (via <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">RackspaceDNSConnection</a>):
+        </p>
+        <table class="children sortable" id="id498">
+  
+  
+<tr class="basemethod">
+    
+    
+    <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="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.PollingConnection.html#get_request_kwargs">get_request_kwargs</a></td>
+    <td><tt>Arguments which are passed to the initial request() call inside async_request.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Connection.html">Connection</a> (via <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">RackspaceDNSConnection</a>, <a href="libcloud.common.base.PollingConnection.html">PollingConnection</a>):
+        </p>
+        <table class="children sortable" id="id499">
+  
+  
+<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><tt>Establish a connection with the API server.</tt></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><tt>Append a token to a user agent string.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#request">request</a></td>
+    <td><tt>Request a given `action`.</tt></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><tt>Adds default parameters (such as API key, version, etc.) to the passed `params`</tt></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><tt>Adds default headers (such as Authorization, X-Foo-Bar) to the passed `headers`</tt></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><tt>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.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#encode_data">encode_data</a></td>
+    <td><tt>Encode body data.</tt></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>
+    
+    
+    
+
+    
+    <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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceUSDNSDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceUSDNSDriver.html?rev=1242205&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceUSDNSDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.RackspaceUSDNSDriver.html Thu Feb  9 01:59:57 2012
@@ -0,0 +1,190 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.rackspace.RackspaceUSDNSDriver : 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.d.d.r.RackspaceUSDNSDriver(<a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">RackspaceDNSDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.rackspace.html">rackspace</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/rackspace.py#L345">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.rackspace.RackspaceUSDNSDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">RackspaceDNSDriver</a>:
+        </p>
+        <table class="children sortable" id="id509">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#list_zones">list_zones</a></td>
+    <td><tt>Return a list of zones.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#list_records">list_records</a></td>
+    <td><tt>Return a list of records for the provided zone.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#get_zone">get_zone</a></td>
+    <td><tt>Return a Zone instance.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#get_record">get_record</a></td>
+    <td><tt>Return a Record instance.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#create_zone">create_zone</a></td>
+    <td><tt>Create a new zone.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#update_zone">update_zone</a></td>
+    <td><tt>Update en existing zone.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#create_record">create_record</a></td>
+    <td><tt>Create a new record.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#update_record">update_record</a></td>
+    <td><tt>Update an existing record.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#delete_zone">delete_zone</a></td>
+    <td><tt>Delete a zone.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#delete_record">delete_record</a></td>
+    <td><tt>Delete a record.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#_to_zones">_to_zones</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#_to_zone">_to_zone</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#_to_records">_to_records</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#_to_record">_to_record</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#_to_full_record_name">_to_full_record_name</a></td>
+    <td><tt>Build a FQDN from a domain and record name.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html#_to_partial_record_name">_to_partial_record_name</a></td>
+    <td><tt>Strip domain portion from the record name.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.dns.base.DNSDriver.html">DNSDriver</a> (via <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">RackspaceDNSDriver</a>):
+        </p>
+        <table class="children sortable" id="id510">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.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.dns.base.DNSDriver.html#list_record_types">list_record_types</a></td>
+    <td><tt>Return a list of RecordType objects supported by the provider.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#_string_to_record_type">_string_to_record_type</a></td>
+    <td><tt>Return a string representation of a DNS record type to a libcloud RecordType ENUM.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">RackspaceDNSDriver</a>, <a href="libcloud.dns.base.DNSDriver.html">DNSDriver</a>):
+        </p>
+        <table class="children sortable" id="id511">
+  
+  
+<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 2012-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.html?rev=1242205&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.rackspace.html Thu Feb  9 01:59:57 2012
@@ -0,0 +1,87 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.rackspace : 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.d.d.rackspace : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/rackspace.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id483">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSResponse.html">RackspaceDNSResponse</a></td>
+    <td><tt>Rackspace DNS Response class.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">RackspaceDNSConnection</a></td>
+    <td><tt>Rackspace DNS Connection class.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceUSDNSConnection.html">RackspaceUSDNSConnection</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceUKDNSConnection.html">RackspaceUKDNSConnection</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">RackspaceDNSDriver</a></td>
+    <td><span class="undocumented">No class docstring; 2/16 methods documented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceUSDNSDriver.html">RackspaceUSDNSDriver</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.rackspace.RackspaceUKDNSDriver.html">RackspaceUKDNSDriver</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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html?rev=1242205&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html Thu Feb  9 01:59:57 2012
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.zerigo.ZerigoDNSConnection : 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.d.d.z.ZerigoDNSConnection(<span title="libcloud.common.base.ConnectionUserAndKey">ConnectionUserAndKey</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.zerigo.html">zerigo</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L99">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.zerigo.ZerigoDNSConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id475">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html#add_default_headers">add_default_headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html#request">request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSConnection.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/dns/drivers/zerigo.py#L104" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSConnection.request">
+    
+  </a>
+  <a name="request">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    request(self, action, params=None, data='', headers=None, method='GET'):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L109" 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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html?rev=1242205&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html Thu Feb  9 01:59:57 2012
@@ -0,0 +1,626 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.zerigo.ZerigoDNSDriver : 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.d.d.z.ZerigoDNSDriver(<a href="libcloud.dns.base.DNSDriver.html">DNSDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.zerigo.html">zerigo</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L125">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.zerigo.ZerigoDNSDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No class docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id476">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#list_zones">list_zones</a></td>
+    <td><tt>Return a list of zones.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#list_records">list_records</a></td>
+    <td><tt>Return a list of records for the provided zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#get_zone">get_zone</a></td>
+    <td><tt>Return a Zone instance.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#get_record">get_record</a></td>
+    <td><tt>Return a Record instance.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#create_zone">create_zone</a></td>
+    <td><tt>Create a new zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#update_zone">update_zone</a></td>
+    <td><tt>Update an existing zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#create_record">create_record</a></td>
+    <td><tt>Create a new record.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#update_record">update_record</a></td>
+    <td><tt>Update an existing record.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#delete_zone">delete_zone</a></td>
+    <td><tt>Delete a zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#delete_record">delete_record</a></td>
+    <td><tt>Delete a record.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#ex_get_zone_by_domain">ex_get_zone_by_domain</a></td>
+    <td><tt>Retrieve a zone object by the domain name.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#ex_force_slave_axfr">ex_force_slave_axfr</a></td>
+    <td><tt>Force a zone transfer.</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#_to_zone_elem">_to_zone_elem</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#_to_record_elem">_to_record_elem</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#_to_zones">_to_zones</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#_to_zone">_to_zone</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#_to_records">_to_records</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#_to_record">_to_record</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#_get_more">_get_more</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.dns.base.DNSDriver.html">DNSDriver</a>:
+        </p>
+        <table class="children sortable" id="id477">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.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.dns.base.DNSDriver.html#list_record_types">list_record_types</a></td>
+    <td><tt>Return a list of RecordType objects supported by the provider.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#_string_to_record_type">_string_to_record_type</a></td>
+    <td><tt>Return a string representation of a DNS record type to a libcloud RecordType ENUM.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.dns.base.DNSDriver.html">DNSDriver</a>):
+        </p>
+        <table class="children sortable" id="id478">
+  
+  
+<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>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.list_zones">
+    
+  </a>
+  <a name="list_zones">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_zones(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L144" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#list_zones">libcloud.dns.base.DNSDriver.list_zones</a></div>
+    <pre>Return a list of zones.
+
+@return: A list of C{Zone} instances.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.list_records">
+    
+  </a>
+  <a name="list_records">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_records(self, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L148" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#list_records">libcloud.dns.base.DNSDriver.list_records</a></div>
+    <pre>Return a list of records for the provided zone.
+
+@type zone: C{Zone}
+@param zone: Zone to list records for.
+
+@return: A list of C{Record} instances.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.get_zone">
+    
+  </a>
+  <a name="get_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_zone(self, zone_id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L152" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#get_zone">libcloud.dns.base.DNSDriver.get_zone</a></div>
+    <pre>Return a Zone instance.
+
+@return: C{Zone} instance.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.get_record">
+    
+  </a>
+  <a name="get_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_record(self, zone_id, record_id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L159" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#get_record">libcloud.dns.base.DNSDriver.get_record</a></div>
+    <pre>Return a Record instance.
+
+@return: C{Record} instance.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.create_zone">
+    
+  </a>
+  <a name="create_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_zone(self, domain, type='master', ttl=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L167" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#create_zone">libcloud.dns.base.DNSDriver.create_zone</a></div>
+    <pre>Create a new zone.
+
+Provider API docs:
+https://www.zerigo.com/docs/apis/dns/1.1/zones/create</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.update_zone">
+    
+  </a>
+  <a name="update_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    update_zone(self, zone, domain=None, type=None, ttl=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L183" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#update_zone">libcloud.dns.base.DNSDriver.update_zone</a></div>
+    <pre>Update an existing zone.
+
+Provider API docs:
+https://www.zerigo.com/docs/apis/dns/1.1/zones/update</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.create_record">
+    
+  </a>
+  <a name="create_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_record(self, name, zone, type, data, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L210" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#create_record">libcloud.dns.base.DNSDriver.create_record</a></div>
+    <pre>Create a new record.
+
+Provider API docs:
+https://www.zerigo.com/docs/apis/dns/1.1/hosts/create</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.update_record">
+    
+  </a>
+  <a name="update_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    update_record(self, record, name=None, type=None, data=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L227" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#update_record">libcloud.dns.base.DNSDriver.update_record</a></div>
+    <pre>Update an existing record.
+
+@param record: C{Record}
+@type record: Record to update.
+
+@param name: C{string}
+@type name: Hostname or FQDN.
+
+@type type: C{RecordType}
+@param type: DNS record type (A, AAAA, ...).
+
+@type data: C{str}
+@param data: Data for the record (depends on the record type).
+
+@type extra: C{dict}
+@param extra: (optional) Extra attributes (driver specific).</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.delete_zone">
+    
+  </a>
+  <a name="delete_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    delete_zone(self, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L246" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#delete_zone">libcloud.dns.base.DNSDriver.delete_zone</a></div>
+    <pre>Delete a zone.
+
+Note: This will delete all the records belonging to this zone.
+
+@param zone: C{Zone}
+@type zone: Zone to delete.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.delete_record">
+    
+  </a>
+  <a name="delete_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    delete_record(self, record):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L252" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#delete_record">libcloud.dns.base.DNSDriver.delete_record</a></div>
+    <pre>Delete a record.
+
+@param record: C{Record}
+@type record: Record to delete.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.ex_get_zone_by_domain">
+    
+  </a>
+  <a name="ex_get_zone_by_domain">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_get_zone_by_domain(self, domain):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L258" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Retrieve a zone object by the domain name.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.ex_force_slave_axfr">
+    
+  </a>
+  <a name="ex_force_slave_axfr">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_force_slave_axfr(self, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L268" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Force a zone transfer.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver._to_zone_elem">
+    
+  </a>
+  <a name="_to_zone_elem">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_zone_elem(self, domain=None, type=None, ttl=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L278" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver._to_record_elem">
+    
+  </a>
+  <a name="_to_record_elem">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_record_elem(self, name=None, type=None, data=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L323" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver._to_zones">
+    
+  </a>
+  <a name="_to_zones">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_zones(self, elem):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L357" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver._to_zone">
+    
+  </a>
+  <a name="_to_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_zone(self, elem):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L366" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver._to_records">
+    
+  </a>
+  <a name="_to_records">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_records(self, elem, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L390" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver._to_record">
+    
+  </a>
+  <a name="_to_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_record(self, elem, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L399" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver._get_more">
+    
+  </a>
+  <a name="_get_more">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_more(self, last_key, value_dict):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L418" 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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html?rev=1242205&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html Thu Feb  9 01:59:57 2012
@@ -0,0 +1,144 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.zerigo.ZerigoDNSResponse : 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.d.d.z.ZerigoDNSResponse(<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.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.zerigo.html">zerigo</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L63">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.zerigo.ZerigoDNSResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id472">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html#success">success</a></td>
+    <td><tt>Determine if our request was successful.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html#parse_error">parse_error</a></td>
+    <td><tt>Parse the error messages.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.XmlResponse.html">XmlResponse</a>:
+        </p>
+        <table class="children sortable" id="id473">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.XmlResponse.html#parse_body">parse_body</a></td>
+    <td><tt>Parse response body.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Response.html">Response</a> (via <a href="libcloud.common.base.XmlResponse.html">XmlResponse</a>):
+        </p>
+        <table class="children sortable" id="id474">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#_decompress_response">_decompress_response</a></td>
+    <td><tt>Decompress a response body if it is using deflate or gzip encoding.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.success">
+    
+  </a>
+  <a name="success">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    success(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L64" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Response.html#success">libcloud.common.base.Response.success</a></div>
+    <pre>Determine if our request was successful.
+
+The meaning of this can be arbitrary; did we receive OK status? Did
+the node get created? Were we authenticated?
+
+@return: C{True} or C{False}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.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/dns/drivers/zerigo.py#L67" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Response.html#parse_error">libcloud.common.base.Response.parse_error</a></div>
+    <pre>Parse the error messages.
+
+Override in a provider's subclass.
+
+@return: Parsed error.</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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.ZerigoError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.ZerigoError.html?rev=1242205&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.ZerigoError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.ZerigoError.html Thu Feb  9 01:59:57 2012
@@ -0,0 +1,123 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.zerigo.ZerigoError : 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.d.d.z.ZerigoError(<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.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.zerigo.html">zerigo</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L49">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.zerigo.ZerigoError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id471">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoError.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoError.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, code, errors):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L50" 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.dns.drivers.zerigo.ZerigoError.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L54" 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><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoError.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L57" 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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.html?rev=1242205&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.drivers.zerigo.html Thu Feb  9 01:59:57 2012
@@ -0,0 +1,69 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.zerigo : 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.d.d.zerigo : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id470">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoError.html">ZerigoError</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html">ZerigoDNSResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html">ZerigoDNSConnection</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html">ZerigoDNSDriver</a></td>
+    <td><span class="undocumented">No class docstring; 5/19 methods 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 2012-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.html?rev=1242205&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.html Thu Feb  9 01:59:57 2012
@@ -0,0 +1,69 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns : 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.dns : 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/dns">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id446">
+  
+  
+<tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.dns.base.html">base</a></td>
+    <td><span class="undocumented">No module docstring; 3/3 classes documented</span></td>
+  </tr><tr class="package">
+    
+    
+    <td>Package</td>
+    <td><a href="libcloud.dns.drivers.html">drivers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.dns.providers.html">providers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.dns.types.html">types</a></td>
+    <td><span class="undocumented">No module docstring; 1/8 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 2012-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.providers.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.providers.html?rev=1242205&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.providers.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.providers.html Thu Feb  9 01:59:57 2012
@@ -0,0 +1,71 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.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.d.providers : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/providers.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id447">
+  
+  
+<tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.dns.providers.html#get_driver">get_driver</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.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/dns/providers.py#L35" 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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.types.Provider.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.types.Provider.html?rev=1242205&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.types.Provider.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.types.Provider.html Thu Feb  9 01:59:57 2012
@@ -0,0 +1,40 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.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.d.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.dns.html">dns</a>.<a href="libcloud.dns.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/types.py#L30">View Source</a>
+      <a href="classIndex.html#libcloud.dns.types.Provider">View In Hierarchy</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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.types.RecordAlreadyExistsError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.types.RecordAlreadyExistsError.html?rev=1242205&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.types.RecordAlreadyExistsError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.dns.types.RecordAlreadyExistsError.html Thu Feb  9 01:59:57 2012
@@ -0,0 +1,62 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.types.RecordAlreadyExistsError : 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.d.t.RecordAlreadyExistsError(<a href="libcloud.dns.types.RecordError.html">RecordError</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/types.py#L102">View Source</a>
+      <a href="classIndex.html#libcloud.dns.types.RecordAlreadyExistsError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.dns.types.RecordError.html">RecordError</a>:
+        </p>
+        <table class="children sortable" id="id460">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.RecordError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.RecordError.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 2012-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file