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/04/01 20:07:17 UTC

svn commit: r1308166 [27/39] - in /libcloud/site/trunk/content/apidocs: ./ 0.9.1/

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html Sun Apr  1 18:07:04 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="id539">
+  
+  
+<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="id540">
+  
+  
+<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="id541">
+  
+  
+<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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html Sun Apr  1 18:07:04 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="id533">
+  
+  
+<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="id534">
+  
+  
+<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="id535">
+  
+  
+<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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.drivers.zerigo.ZerigoError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.drivers.zerigo.ZerigoError.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.drivers.zerigo.ZerigoError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.drivers.zerigo.ZerigoError.html Sun Apr  1 18:07:04 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="id532">
+  
+  
+<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="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__repr__">libcloud.common.types.LibcloudError.__repr__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.drivers.zerigo.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.drivers.zerigo.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.drivers.zerigo.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.drivers.zerigo.html Sun Apr  1 18:07:04 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="id531">
+  
+  
+<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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.html Sun Apr  1 18:07:04 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="id505">
+  
+  
+<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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.providers.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.providers.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.providers.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.providers.html Sun Apr  1 18:07:04 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="id506">
+  
+  
+<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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.Provider.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.Provider.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.Provider.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.Provider.html Sun Apr  1 18:07:04 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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.RecordAlreadyExistsError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.RecordAlreadyExistsError.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.RecordAlreadyExistsError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.RecordAlreadyExistsError.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,68 @@
+<!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#L108">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="id519">
+  
+  
+<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><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.RecordError.html#__repr__">__repr__</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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.RecordDoesNotExistError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.RecordDoesNotExistError.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.RecordDoesNotExistError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.RecordDoesNotExistError.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,68 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.types.RecordDoesNotExistError : 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.RecordDoesNotExistError(<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#L104">View Source</a>
+      <a href="classIndex.html#libcloud.dns.types.RecordDoesNotExistError">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="id518">
+  
+  
+<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><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.RecordError.html#__repr__">__repr__</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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.RecordError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.RecordError.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.RecordError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.RecordError.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,123 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.types.RecordError : 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.RecordError(<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.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/types.py#L88">View Source</a>
+      <a href="classIndex.html#libcloud.dns.types.RecordError">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.dns.types.RecordAlreadyExistsError.html">libcloud.dns.types.RecordAlreadyExistsError</a>, <a href="libcloud.dns.types.RecordDoesNotExistError.html">libcloud.dns.types.RecordDoesNotExistError</a></p>
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id517">
+  
+  
+<tr class="method">
+    
+    
+    <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="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.RecordError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.RecordError.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.types.RecordError.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, value, driver, record_id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/types.py#L91" 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.types.RecordError.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/types.py#L95" 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.types.RecordError.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/types.py#L98" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__repr__">libcloud.common.types.LibcloudError.__repr__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.RecordType.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.RecordType.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.RecordType.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.RecordType.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,71 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.types.RecordType : 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.RecordType(<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#L39">View Source</a>
+      <a href="classIndex.html#libcloud.dns.types.RecordType">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>DNS record type.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id513">
+  
+  
+<tr class="classmethod">
+    
+    
+    <td>Class Method</td>
+    <td><a href="libcloud.dns.types.RecordType.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.types.RecordType.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    @classmethod<br />
+    def
+    __repr__(self, value):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/types.py#L59" 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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.ZoneAlreadyExistsError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.ZoneAlreadyExistsError.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.ZoneAlreadyExistsError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.ZoneAlreadyExistsError.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,68 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.types.ZoneAlreadyExistsError : 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.ZoneAlreadyExistsError(<a href="libcloud.dns.types.ZoneError.html">ZoneError</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#L84">View Source</a>
+      <a href="classIndex.html#libcloud.dns.types.ZoneAlreadyExistsError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.dns.types.ZoneError.html">ZoneError</a>:
+        </p>
+        <table class="children sortable" id="id516">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.ZoneError.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.ZoneError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.ZoneError.html#__repr__">__repr__</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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.ZoneDoesNotExistError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.ZoneDoesNotExistError.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.ZoneDoesNotExistError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.ZoneDoesNotExistError.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,68 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.types.ZoneDoesNotExistError : 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.ZoneDoesNotExistError(<a href="libcloud.dns.types.ZoneError.html">ZoneError</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#L80">View Source</a>
+      <a href="classIndex.html#libcloud.dns.types.ZoneDoesNotExistError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.dns.types.ZoneError.html">ZoneError</a>:
+        </p>
+        <table class="children sortable" id="id515">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.ZoneError.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.ZoneError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.ZoneError.html#__repr__">__repr__</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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.ZoneError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.ZoneError.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.ZoneError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.ZoneError.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,123 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.types.ZoneError : 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.ZoneError(<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.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/types.py#L64">View Source</a>
+      <a href="classIndex.html#libcloud.dns.types.ZoneError">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.dns.types.ZoneAlreadyExistsError.html">libcloud.dns.types.ZoneAlreadyExistsError</a>, <a href="libcloud.dns.types.ZoneDoesNotExistError.html">libcloud.dns.types.ZoneDoesNotExistError</a></p>
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id514">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.ZoneError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.ZoneError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.ZoneError.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.types.ZoneError.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, value, driver, zone_id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/types.py#L67" 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.types.ZoneError.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/types.py#L71" 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.types.ZoneError.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/types.py#L74" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__repr__">libcloud.common.types.LibcloudError.__repr__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.dns.types.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,93 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.types : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.d.types : 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/types.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id512">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.types.Provider.html">Provider</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.types.RecordType.html">RecordType</a></td>
+    <td><tt>DNS record type.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.types.ZoneError.html">ZoneError</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.types.ZoneDoesNotExistError.html">ZoneDoesNotExistError</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.types.ZoneAlreadyExistsError.html">ZoneAlreadyExistsError</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.types.RecordError.html">RecordError</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.types.RecordDoesNotExistError.html">RecordDoesNotExistError</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.types.RecordAlreadyExistsError.html">RecordAlreadyExistsError</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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,164 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud : 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">libcloud : package documentation</h1>
+    <p>
+      <span id="part"></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>libcloud provides a unified interface to the cloud computing resources.
+
+@var __version__: Current version of libcloud</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id1">
+  
+  
+<tr class="package">
+    
+    
+    <td>Package</td>
+    <td><a href="libcloud.common.html">common</a></td>
+    <td><span class="undocumented">No package docstring; 3/10 modules documented</span></td>
+  </tr><tr class="package">
+    
+    
+    <td>Package</td>
+    <td><a href="libcloud.compute.html">compute</a></td>
+    <td><tt>Module for working with Cloud Servers</tt></td>
+  </tr><tr class="package">
+    
+    
+    <td>Package</td>
+    <td><a href="libcloud.dns.html">dns</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.httplib_ssl.html">httplib_ssl</a></td>
+    <td><tt>Subclass for httplib.HTTPSConnection with optional certificate name verification, depending on libcloud.security settings.</tt></td>
+  </tr><tr class="package">
+    
+    
+    <td>Package</td>
+    <td><a href="libcloud.loadbalancer.html">loadbalancer</a></td>
+    <td><tt>Module for working with Load Balancers</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.pricing.html">pricing</a></td>
+    <td><span class="undocumented">No module docstring; 5/7 functions documented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.security.html">security</a></td>
+    <td><tt>Security (SSL) Settings</tt></td>
+  </tr><tr class="package">
+    
+    
+    <td>Package</td>
+    <td><a href="libcloud.storage.html">storage</a></td>
+    <td><tt>Module for working with Storage</tt></td>
+  </tr><tr class="package">
+    
+    
+    <td>Package</td>
+    <td><a href="libcloud.utils.html">utils</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    <p>From the __init__.py module:</p><table class="children sortable" id="id2">
+  
+  
+<tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.html#enable_debug">enable_debug</a></td>
+    <td><tt>Enable library wide debugging to a file-like object.</tt></td>
+  </tr><tr class="function private">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.html#_init_once">_init_once</a></td>
+    <td><tt>Utility function that is ran once on Library import.</tt></td>
+  </tr>
+  
+</table>
+
+    <div class="function">
+  <a name="libcloud.enable_debug">
+    
+  </a>
+  <a name="enable_debug">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    enable_debug(fo):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/__init__.py#L32" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Enable library wide debugging to a file-like object.
+
+@param fo: Where to append debugging information
+@type fo: File like object, only write operations are used.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud._init_once">
+    
+  </a>
+  <a name="_init_once">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _init_once():
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/__init__.py#L48" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Utility function that is ran once on Library import.
+
+This checks for the LIBCLOUD_DEBUG enviroment variable, which if it exists
+is where we will log debug information about the provider transports.</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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.httplib_ssl.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.httplib_ssl.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.httplib_ssl.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.httplib_ssl.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,41 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.httplib_ssl : 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.httplib_ssl : 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/httplib_ssl.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Subclass for httplib.HTTPSConnection with optional certificate name
+verification, depending on libcloud.security settings.</pre>
+
+    
+    
+    <div id="splitTables">
+      
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.loadbalancer.__init__.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.loadbalancer.__init__.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.loadbalancer.__init__.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.loadbalancer.__init__.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,40 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.loadbalancer.__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.l.__init__ : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.loadbalancer.html">loadbalancer</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/loadbalancer/__init__.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Module for working with Load Balancers</pre>
+
+    
+    
+    <div id="splitTables">
+      
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.loadbalancer.base.Algorithm.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.loadbalancer.base.Algorithm.html?rev=1308166&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.loadbalancer.base.Algorithm.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.loadbalancer.base.Algorithm.html Sun Apr  1 18:07:04 2012
@@ -0,0 +1,40 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.loadbalancer.base.Algorithm : 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.l.b.Algorithm(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.loadbalancer.html">loadbalancer</a>.<a href="libcloud.loadbalancer.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/loadbalancer/base.py#L40">View Source</a>
+      <a href="classIndex.html#libcloud.loadbalancer.base.Algorithm">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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file