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

svn commit: r1361856 [30/44] - /libcloud/site/trunk/content/apidocs/0.10.1/

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.route53.Route53DNSDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.route53.Route53DNSDriver.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.route53.Route53DNSDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.route53.Route53DNSDriver.html Mon Jul 16 01:13:10 2012
@@ -0,0 +1,335 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.route53.Route53DNSDriver : 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.Route53DNSDriver(<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.route53.html">route53</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/route53.py#L113">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.route53.Route53DNSDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id33">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.route53.Route53DNSDriver.html#list_zones">list_zones</a></td>
+    <td><span>Return a list of zones.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.route53.Route53DNSDriver.html#list_records">list_records</a></td>
+    <td><span>Return a list of records for the provided zone.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.route53.Route53DNSDriver.html#get_zone">get_zone</a></td>
+    <td><span>Return a Zone instance.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.route53.Route53DNSDriver.html#get_record">get_record</a></td>
+    <td><span>Return a Record instance.</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.route53.Route53DNSDriver.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.route53.Route53DNSDriver.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.route53.Route53DNSDriver.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.route53.Route53DNSDriver.html#_to_record">_to_record</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="id34">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#__init__">__init__</a></td>
+    <td></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><span>Return a list of RecordType objects supported by the provider.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#create_zone">create_zone</a></td>
+    <td><span>Create a new zone.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#update_zone">update_zone</a></td>
+    <td><span>Update en existing zone.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#create_record">create_record</a></td>
+    <td><span>Create a new record.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#update_record">update_record</a></td>
+    <td><span>Update an existing record.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#delete_zone">delete_zone</a></td>
+    <td><span>Delete a zone.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#delete_record">delete_record</a></td>
+    <td><span>Delete a record.</span></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><span>Return a string representation of a DNS record type to a libcloud 
+RecordType ENUM.</span></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="id35">
+  
+  
+<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><span>Return extra connection keyword arguments which are passed to the 
+Connection class constructor.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.drivers.route53.Route53DNSDriver.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/route53.py#L128" 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>
+    <div>Return a list of zones.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">A list of <code>Zone</code> instances.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.route53.Route53DNSDriver.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/route53.py#L133" 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>
+    <div>Return a list of records for the provided zone.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">zone</td><td>Zone to list records for. (type: <code>Zone</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">A list of <code>Record</code> instances.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.route53.Route53DNSDriver.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/route53.py#L139" 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>
+    <div>Return a Zone instance.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>Zone</code> instance.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.route53.Route53DNSDriver.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/route53.py#L146" 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>
+    <div>Return a Record instance.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>Record</code> instance.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.route53.Route53DNSDriver._to_zones">
+    
+  </a>
+  <a name="_to_zones">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_zones(self, data):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/route53.py#L155" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.route53.Route53DNSDriver._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/route53.py#L163" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.route53.Route53DNSDriver._to_records">
+    
+  </a>
+  <a name="_to_records">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_records(self, data, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/route53.py#L180" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.route53.Route53DNSDriver._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/route53.py#L189" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.route53.Route53DNSResponse.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.route53.Route53DNSResponse.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.route53.Route53DNSResponse.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.route53.Route53DNSResponse.html Mon Jul 16 01:13:10 2012
@@ -0,0 +1,143 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.route53.Route53DNSResponse : 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.Route53DNSResponse(<a href="libcloud.common.aws.AWSBaseResponse.html">AWSBaseResponse</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.route53.html">route53</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/route53.py#L58">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.route53.Route53DNSResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Amazon Route53 response class.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id29">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.route53.Route53DNSResponse.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.route53.Route53DNSResponse.html#error">error</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.XmlResponse.html">XmlResponse</a> (via <a href="libcloud.common.aws.AWSBaseResponse.html">AWSBaseResponse</a>):
+        </p>
+        <table class="children sortable" id="id30">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.XmlResponse.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Response.html">Response</a> (via <a href="libcloud.common.aws.AWSBaseResponse.html">AWSBaseResponse</a>, <a href="libcloud.common.base.XmlResponse.html">XmlResponse</a>):
+        </p>
+        <table class="children sortable" id="id31">
+  
+  
+<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">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</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><span>Decompress a response body if it is using deflate or gzip encoding.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.drivers.route53.Route53DNSResponse.success">
+    
+  </a>
+  <a name="success">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    success(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/route53.py#L62" 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>
+    <div>Determine if our request was successful.</p>
+<p>The meaning of this can be arbitrary; did we receive OK status? Did the 
+node get created? Were we authenticated?<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>True</code> or <code>False</code></td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.route53.Route53DNSResponse.error">
+    
+  </a>
+  <a name="error">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    error(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/route53.py#L65" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.route53.Route53Error.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.route53.Route53Error.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.route53.Route53Error.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.route53.Route53Error.html Mon Jul 16 01:13:10 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.route53.Route53Error : 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.Route53Error(<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.route53.html">route53</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/route53.py#L45">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.route53.Route53Error">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id28">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.route53.Route53Error.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.route53.Route53Error.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.route53.Route53Error.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.drivers.route53.Route53Error.__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/route53.py#L46" 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.route53.Route53Error.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/route53.py#L50" 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.route53.Route53Error.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/route53.py#L53" 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-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.route53.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.route53.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.route53.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.route53.html Mon Jul 16 01:13:10 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.route53 : 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.route53 : 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/route53.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id27">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.route53.Route53Error.html">Route53Error</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.route53.Route53DNSResponse.html">Route53DNSResponse</a></td>
+    <td><span>Amazon Route53 response class.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.route53.Route53Connection.html">Route53Connection</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.route53.Route53DNSDriver.html">Route53DNSDriver</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html Mon Jul 16 01:13:10 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="id45">
+  
+  
+<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-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html Mon Jul 16 01:13:10 2012
@@ -0,0 +1,592 @@
+<!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="id46">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#list_zones">list_zones</a></td>
+    <td><span>Return a list of zones.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#list_records">list_records</a></td>
+    <td><span>Return a list of records for the provided zone.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#get_zone">get_zone</a></td>
+    <td><span>Return a Zone instance.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#get_record">get_record</a></td>
+    <td><span>Return a Record instance.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#create_zone">create_zone</a></td>
+    <td><span>Create a new zone.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#update_zone">update_zone</a></td>
+    <td><span>Update an existing zone.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#create_record">create_record</a></td>
+    <td><span>Create a new record.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#update_record">update_record</a></td>
+    <td><span>Update an existing record.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#delete_zone">delete_zone</a></td>
+    <td><span>Delete a zone.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#delete_record">delete_record</a></td>
+    <td><span>Delete a record.</span></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><span>Retrieve a zone object by the domain name.</span></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><span>Force a zone transfer.</span></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="id47">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#__init__">__init__</a></td>
+    <td></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><span>Return a list of RecordType objects supported by the provider.</span></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><span>Return a string representation of a DNS record type to a libcloud 
+RecordType ENUM.</span></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="id48">
+  
+  
+<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><span>Return extra connection keyword arguments which are passed to the 
+Connection class constructor.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.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>
+    <div>Return a list of zones.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">A list of <code>Zone</code> instances.</td></tr></table></div>
+  </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>
+    <div>Return a list of records for the provided zone.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">zone</td><td>Zone to list records for. (type: <code>Zone</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">A list of <code>Record</code> instances.</td></tr></table></div>
+  </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>
+    <div>Return a Zone instance.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>Zone</code> instance.</td></tr></table></div>
+  </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>
+    <div>Return a Record instance.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>Record</code> instance.</td></tr></table></div>
+  </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>
+    <div>Create a new zone.</p>
+<p>Provider API docs: 
+https://www.zerigo.com/docs/apis/dns/1.1/zones/create<table class="fieldTable"></table></div>
+  </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>
+    <div>Update an existing zone.</p>
+<p>Provider API docs: 
+https://www.zerigo.com/docs/apis/dns/1.1/zones/update<table class="fieldTable"></table></div>
+  </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>
+    <div>Create a new record.</p>
+<p>Provider API docs: 
+https://www.zerigo.com/docs/apis/dns/1.1/hosts/create<table class="fieldTable"></table></div>
+  </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>
+    <div>Update an existing record.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">record</td><td><code>Record</code> (type: Record to update.)</td></tr><tr><td></td><td class="fieldArg">name</td><td><code>string</code> (type: Hostname or FQDN.)</td></tr><tr><td></td><td class="fieldArg">type</td><td>DNS record type (A, AAAA, ...). (type: <code>RecordType</code>)</td></tr><tr><td></td><td class="fieldArg">data</td><td>Data for the record (depends on the record type). (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">extra</td><td>(optional) Extra attributes (driver specific). (type: <code>dict</code>)</td></tr></table></div>
+  </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>
+    <div>Delete a zone.</p>
+<p>Note: This will delete all the records belonging to this zone.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">zone</td><td><code>Zone</code> (type: Zone to delete.)</td></tr></table></div>
+  </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>
+    <div>Delete a record.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">record</td><td><code>Record</code> (type: Record to delete.)</td></tr></table></div>
+  </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">
+    
+    <div>Retrieve a zone object by the domain name.<table class="fieldTable"></table></div>
+  </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">
+    
+    <div>Force a zone transfer.<table class="fieldTable"></table></div>
+  </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-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html Mon Jul 16 01:13:10 2012
@@ -0,0 +1,138 @@
+<!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="id42">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.XmlResponse.html">XmlResponse</a>:
+        </p>
+        <table class="children sortable" id="id43">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.XmlResponse.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Response.html">Response</a> (via <a href="libcloud.common.base.XmlResponse.html">XmlResponse</a>):
+        </p>
+        <table class="children sortable" id="id44">
+  
+  
+<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><span>Decompress a response body if it is using deflate or gzip encoding.</span></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>
+    <div>Determine if our request was successful.</p>
+<p>The meaning of this can be arbitrary; did we receive OK status? Did the 
+node get created? Were we authenticated?<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>True</code> or <code>False</code></td></tr></table></div>
+  </div>
+</div><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>
+    <div>Parse the error messages.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">Parsed error.</td></tr></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.ZerigoError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.ZerigoError.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.ZerigoError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.ZerigoError.html Mon Jul 16 01:13:10 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="id41">
+  
+  
+<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-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.drivers.zerigo.html Mon Jul 16 01:13:10 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="id40">
+  
+  
+<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-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.html Mon Jul 16 01:13:10 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="id3">
+  
+  
+<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-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.providers.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.providers.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.providers.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.providers.html Mon Jul 16 01:13:10 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="id4">
+  
+  
+<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#L33" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.Provider.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.Provider.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.Provider.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.Provider.html Mon Jul 16 01:13:10 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-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.RecordAlreadyExistsError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.RecordAlreadyExistsError.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.RecordAlreadyExistsError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.RecordAlreadyExistsError.html Mon Jul 16 01:13:10 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="id12">
+  
+  
+<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-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.RecordDoesNotExistError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.RecordDoesNotExistError.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.RecordDoesNotExistError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.RecordDoesNotExistError.html Mon Jul 16 01:13:10 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="id11">
+  
+  
+<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-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.RecordError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.RecordError.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.RecordError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.RecordError.html Mon Jul 16 01:13:10 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="id10">
+  
+  
+<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-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.RecordType.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.RecordType.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.RecordType.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.RecordType.html Mon Jul 16 01:13:10 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>
+    <div>DNS record type.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id6">
+  
+  
+<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-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.ZoneAlreadyExistsError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.ZoneAlreadyExistsError.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.ZoneAlreadyExistsError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.ZoneAlreadyExistsError.html Mon Jul 16 01:13:10 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="id9">
+  
+  
+<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-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.ZoneDoesNotExistError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.ZoneDoesNotExistError.html?rev=1361856&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.ZoneDoesNotExistError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.10.1/libcloud.dns.types.ZoneDoesNotExistError.html Mon Jul 16 01:13:10 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="id8">
+  
+  
+<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-07-15 18:10:03.
+    </address>
+  </body>
+</html>
\ No newline at end of file