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:49:19 UTC

svn commit: r1361882 [36/38] - /libcloud/site/trunk/content/apidocs/0.8.0/

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.utils.misc.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.utils.misc.html?rev=1361882&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.utils.misc.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.utils.misc.html Mon Jul 16 01:49:07 2012
@@ -0,0 +1,273 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.utils.misc : 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.u.misc : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.utils.html">utils</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/misc.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id230">
+  
+  
+<tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.misc.html#get_driver">get_driver</a></td>
+    <td><span>Get a driver.</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.misc.html#merge_valid_keys">merge_valid_keys</a></td>
+    <td><span>Merge valid keys from extra into params dictionary and return dictionary
+with keys which have been merged.</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.misc.html#get_new_obj">get_new_obj</a></td>
+    <td><span class="undocumented">No summary</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.misc.html#str2dicts">str2dicts</a></td>
+    <td><span>Create a list of dictionaries from a whitespace and newline delimited 
+text.</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.misc.html#str2list">str2list</a></td>
+    <td><span>Create a list of values from a whitespace and newline delimited text 
+(keys are ignored).</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.misc.html#dict2str">dict2str</a></td>
+    <td><span>Create a string with a whitespace and newline delimited text from a 
+dictionary.</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.misc.html#reverse_dict">reverse_dict</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.misc.html#lowercase_keys">lowercase_keys</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.utils.misc.get_driver">
+    
+  </a>
+  <a name="get_driver">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_driver(drivers, provider):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/misc.py#L17" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Get a driver.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">drivers</td><td>Dictionary containing valid providers.</td></tr><tr><td></td><td class="fieldArg">provider</td><td>Id of provider to get driver (type: <code>libcloud.types.Provider</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.misc.merge_valid_keys">
+    
+  </a>
+  <a name="merge_valid_keys">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    merge_valid_keys(params, valid_keys, extra):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/misc.py#L33" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Merge valid keys from extra into params dictionary and return dictionary
+with keys which have been merged.</p>
+<p>Note: params is modified in place.<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.misc.get_new_obj">
+    
+  </a>
+  <a name="get_new_obj">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_new_obj(obj, klass, attributes):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/misc.py#L52" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Pass attributes from the existing object 'obj' and attributes dictionary
+to a 'klass' constructor. Attributes from 'attributes' dictionary are only 
+passed to the constructor if they are not None.<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.misc.str2dicts">
+    
+  </a>
+  <a name="str2dicts">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    str2dicts(data):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/misc.py#L86" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Create a list of dictionaries from a whitespace and newline delimited 
+text.</p>
+<p>For example, this: cpu 1100 ram 640</p>
+<p>cpu 2200 ram 1024</p>
+<p>becomes: [{'cpu': '1100', 'ram': '640'}, {'cpu': '2200', 'ram': 
+'1024'}]<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.misc.str2list">
+    
+  </a>
+  <a name="str2list">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    str2list(data):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/misc.py#L127" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Create a list of values from a whitespace and newline delimited text 
+(keys are ignored).</p>
+<p>For example, this: ip 1.2.3.4 ip 1.2.3.5 ip 1.2.3.6</p>
+<p>becomes: ['1.2.3.4', '1.2.3.5', '1.2.3.6']<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.misc.dict2str">
+    
+  </a>
+  <a name="dict2str">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    dict2str(data):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/misc.py#L160" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Create a string with a whitespace and newline delimited text from a 
+dictionary.</p>
+<p>For example, this: {'cpu': '1100', 'ram': '640', 'smp': 'auto'}</p>
+<p>becomes: cpu 1100 ram 640 smp auto</p>
+<p>cpu 2200 ram 1024<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.misc.reverse_dict">
+    
+  </a>
+  <a name="reverse_dict">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    reverse_dict(dictionary):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/misc.py#L186" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.misc.lowercase_keys">
+    
+  </a>
+  <a name="lowercase_keys">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    lowercase_keys(dictionary):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/misc.py#L190" 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:48:28.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.utils.py3.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.utils.py3.html?rev=1361882&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.utils.py3.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.utils.py3.html Mon Jul 16 01:49:07 2012
@@ -0,0 +1,227 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.utils.py3 : 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.u.py3 : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.utils.html">utils</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/py3.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id229">
+  
+  
+<tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.py3.html#method_type">method_type</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.py3.html#b">b</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.py3.html#byte%200">byte 0</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.py3.html#dictvalues%200">dictvalues 0</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.py3.html#byte">byte</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.py3.html#next">next</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.py3.html#dictvalues">dictvalues</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.utils.py3.method_type">
+    
+  </a>
+  <a name="method_type">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    method_type(callable, instance, klass):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/py3.py#L43" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.py3.b">
+    
+  </a>
+  <a name="b">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    b(s):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/py3.py#L47" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.py3.byte 0">
+    
+  </a>
+  <a name="byte 0">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    byte 0(n):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/py3.py#L54" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.py3.dictvalues 0">
+    
+  </a>
+  <a name="dictvalues 0">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    dictvalues 0(d):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/py3.py#L59" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.py3.byte">
+    
+  </a>
+  <a name="byte">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    byte(n):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/py3.py#L77" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.py3.next">
+    
+  </a>
+  <a name="next">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    next(i):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/py3.py#L80" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.py3.dictvalues">
+    
+  </a>
+  <a name="dictvalues">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    dictvalues(d):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/py3.py#L82" 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:48:28.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/libcloud.utils.xml.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/libcloud.utils.xml.html?rev=1361882&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/libcloud.utils.xml.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/libcloud.utils.xml.html Mon Jul 16 01:49:07 2012
@@ -0,0 +1,149 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.utils.xml : 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.u.xml : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.utils.html">utils</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/xml.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id231">
+  
+  
+<tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.xml.html#fixxpath">fixxpath</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.xml.html#findtext">findtext</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.xml.html#findattr">findattr</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.utils.xml.html#findall">findall</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.utils.xml.fixxpath">
+    
+  </a>
+  <a name="fixxpath">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    fixxpath(xpath, namespace=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/xml.py#L17" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.xml.findtext">
+    
+  </a>
+  <a name="findtext">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    findtext(element, xpath, namespace=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/xml.py#L25" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.xml.findattr">
+    
+  </a>
+  <a name="findattr">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    findattr(element, xpath, namespace=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/xml.py#L29" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.utils.xml.findall">
+    
+  </a>
+  <a name="findall">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    findall(element, xpath, namespace=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/utils/xml.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:48:28.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.8.0/moduleIndex.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.8.0/moduleIndex.html?rev=1361882&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.8.0/moduleIndex.html (added)
+++ libcloud/site/trunk/content/apidocs/0.8.0/moduleIndex.html Mon Jul 16 01:49:07 2012
@@ -0,0 +1,16 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>Module Index</title>
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+  </head>
+  <body>
+    <h1>Module Index</h1>
+    <ul><li><a href="libcloud.html">libcloud</a> - <span>libcloud provides a unified interface to the cloud computing 
+resources.</span><ul><li><a href="libcloud.common.html">libcloud.common</a> - <span class="undocumented">No package docstring; 3/10 modules documented</span><ul><li><a href="libcloud.common.aws.html">libcloud.common.aws</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.common.base.html">libcloud.common.base</a> - <span class="undocumented">No module docstring; 9/10 classes documented</span></li><li><a href="libcloud.common.brightbox.html">libcloud.common.brightbox</a> - <span class="undocumented">No module docstring; 1/2 classes documented</span></li><li><a href="libcloud.common.cloudstack.html">libcloud.common.cloudstack</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.common.gandi.html">libcloud.common.gandi</a> - <span>Gandi driver base classes</span></li><li><a href="libcloud.common.gogrid.html">libcloud.common.gogrid</a> - <span class="undocumented">No module docstring; 3/4 classes documented</span></li><li><a h
 ref="libcloud.common.linode.html">libcloud.common.linode</a> - <span class="undocumented">No module docstring; 3/3 classes documented</span></li><li><a href="libcloud.common.openstack.html">libcloud.common.openstack</a> - <span>Common utilities for OpenStack</span></li><li><a href="libcloud.common.rackspace.html">libcloud.common.rackspace</a> - <span>Common settings for Rackspace Cloud Servers and Cloud Files</span></li><li><a href="libcloud.common.types.html">libcloud.common.types</a> - <span class="undocumented">No module docstring; 3/4 classes documented</span></li></ul></li><li><a href="libcloud.compute.html">libcloud.compute</a> - <span>Module for working with Cloud Servers</span><ul><li><a href="libcloud.compute.base.html">libcloud.compute.base</a> - <span>Provides base classes for working with drivers</span></li><li><a href="libcloud.compute.deployment.html">libcloud.compute.deployment</a> - <span>Provides generic deployment steps for machines post boot.</span></li><l
 i><a href="libcloud.compute.drivers.html">libcloud.compute.drivers</a> - <span>Drivers for working with different providers</span><ul><li><a href="libcloud.compute.drivers.bluebox.html">libcloud.compute.drivers.bluebox</a> - <span>libcloud driver for the Blue Box Blocks API</span></li><li><a href="libcloud.compute.drivers.brightbox.html">libcloud.compute.drivers.brightbox</a> - <span>Brightbox Driver</span></li><li><a href="libcloud.compute.drivers.cloudsigma.html">libcloud.compute.drivers.cloudsigma</a> - <span>CloudSigma Driver</span></li><li><a href="libcloud.compute.drivers.cloudstack.html">libcloud.compute.drivers.cloudstack</a> - <span class="undocumented">No module docstring; 4/4 classes documented</span></li><li><a href="libcloud.compute.drivers.dreamhost.html">libcloud.compute.drivers.dreamhost</a> - <span>DreamHost Driver</span></li><li><a href="libcloud.compute.drivers.dummy.html">libcloud.compute.drivers.dummy</a> - <span>Dummy Driver</span></li><li><a href="libc
 loud.compute.drivers.ec2.html">libcloud.compute.drivers.ec2</a> - <span>Amazon EC2 driver</span></li><li><a href="libcloud.compute.drivers.ecp.html">libcloud.compute.drivers.ecp</a> - <span>Enomaly ECP driver</span></li><li><a href="libcloud.compute.drivers.elastichosts.html">libcloud.compute.drivers.elastichosts</a> - <span>ElasticHosts Driver</span></li><li><a href="libcloud.compute.drivers.elasticstack.html">libcloud.compute.drivers.elasticstack</a> - <span>Base driver for the providers based on the ElasticStack platform - 
+http://www.elasticstack.com.</span></li><li><a href="libcloud.compute.drivers.gandi.html">libcloud.compute.drivers.gandi</a> - <span>Gandi driver for compute</span></li><li><a href="libcloud.compute.drivers.gogrid.html">libcloud.compute.drivers.gogrid</a> - <span>GoGrid driver</span></li><li><a href="libcloud.compute.drivers.ibm_sbc.html">libcloud.compute.drivers.ibm_sbc</a> - <span>Driver for the IBM Developer Cloud.</span></li><li><a href="libcloud.compute.drivers.linode.html">libcloud.compute.drivers.linode</a> - <span>libcloud driver for the Linode(R) API</span></li><li><a href="libcloud.compute.drivers.ninefold.html">libcloud.compute.drivers.ninefold</a> - <span class="undocumented">No module docstring; 1/1 classes documented</span></li><li><a href="libcloud.compute.drivers.opennebula.html">libcloud.compute.drivers.opennebula</a> - <span>OpenNebula.org driver.</span></li><li><a href="libcloud.compute.drivers.openstack.html">libcloud.compute.drivers.openstack</a> - <span
 >OpenStack driver</span></li><li><a href="libcloud.compute.drivers.opsource.html">libcloud.compute.drivers.opsource</a> - <span>Opsource Driver</span></li><li><a href="libcloud.compute.drivers.rackspace.html">libcloud.compute.drivers.rackspace</a> - <span>Rackspace driver</span></li><li><a href="libcloud.compute.drivers.rimuhosting.html">libcloud.compute.drivers.rimuhosting</a> - <span>RimuHosting Driver</span></li><li><a href="libcloud.compute.drivers.serverlove.html">libcloud.compute.drivers.serverlove</a> - <span>ServerLove Driver</span></li><li><a href="libcloud.compute.drivers.skalicloud.html">libcloud.compute.drivers.skalicloud</a> - <span>skalicloud Driver</span></li><li><a href="libcloud.compute.drivers.slicehost.html">libcloud.compute.drivers.slicehost</a> - <span>Slicehost Driver</span></li><li><a href="libcloud.compute.drivers.softlayer.html">libcloud.compute.drivers.softlayer</a> - <span>Softlayer driver</span></li><li><a href="libcloud.compute.drivers.vcloud.htm
 l">libcloud.compute.drivers.vcloud</a> - <span>VMware vCloud driver.</span></li><li><a href="libcloud.compute.drivers.voxel.html">libcloud.compute.drivers.voxel</a> - <span>Voxel VoxCloud driver</span></li><li><a href="libcloud.compute.drivers.vpsnet.html">libcloud.compute.drivers.vpsnet</a> - <span>VPS.net driver</span></li></ul></li><li><a href="libcloud.compute.providers.html">libcloud.compute.providers</a> - <span>Provider related utilities</span></li><li><a href="libcloud.compute.ssh.html">libcloud.compute.ssh</a> - <span>Wraps multiple ways to communicate over SSH</span></li><li><a href="libcloud.compute.types.html">libcloud.compute.types</a> - <span>Base types used by other parts of libcloud</span></li></ul></li><li><a href="libcloud.dns.html">libcloud.dns</a> - <span class="undocumented">Undocumented</span><ul><li><a href="libcloud.dns.base.html">libcloud.dns.base</a> - <span class="undocumented">No module docstring; 3/3 classes documented</span></li><li><a href="lib
 cloud.dns.drivers.html">libcloud.dns.drivers</a> - <span class="undocumented">Undocumented</span><ul><li><a href="libcloud.dns.drivers.dummy.html">libcloud.dns.drivers.dummy</a> - <span class="undocumented">No module docstring; 1/1 classes documented</span></li><li><a href="libcloud.dns.drivers.linode.html">libcloud.dns.drivers.linode</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.dns.drivers.rackspace.html">libcloud.dns.drivers.rackspace</a> - <span class="undocumented">No module docstring; 2/7 classes documented</span></li><li><a href="libcloud.dns.drivers.zerigo.html">libcloud.dns.drivers.zerigo</a> - <span class="undocumented">Undocumented</span></li></ul></li><li><a href="libcloud.dns.providers.html">libcloud.dns.providers</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.dns.types.html">libcloud.dns.types</a> - <span class="undocumented">No module docstring; 1/8 classes documented</span></li></ul></li><li><a 
 href="libcloud.httplib_ssl.html">libcloud.httplib_ssl</a> - <span>Subclass for httplib.HTTPSConnection with optional certificate name 
+verification, depending on libcloud.security settings.</span></li><li><a href="libcloud.loadbalancer.html">libcloud.loadbalancer</a> - <span>Module for working with Load Balancers</span><ul><li><a href="libcloud.loadbalancer.base.html">libcloud.loadbalancer.base</a> - <span class="undocumented">No module docstring; 2/4 classes documented</span></li><li><a href="libcloud.loadbalancer.drivers.html">libcloud.loadbalancer.drivers</a> - <span class="undocumented">Undocumented</span><ul><li><a href="libcloud.loadbalancer.drivers.brightbox.html">libcloud.loadbalancer.drivers.brightbox</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.loadbalancer.drivers.cloudstack.html">libcloud.loadbalancer.drivers.cloudstack</a> - <span class="undocumented">No module docstring; 1/1 classes documented</span></li><li><a href="libcloud.loadbalancer.drivers.gogrid.html">libcloud.loadbalancer.drivers.gogrid</a> - <span class="undocumented">No module docstring; 1/3 classes
  documented</span></li><li><a href="libcloud.loadbalancer.drivers.ninefold.html">libcloud.loadbalancer.drivers.ninefold</a> - <span class="undocumented">No module docstring; 1/1 classes documented</span></li><li><a href="libcloud.loadbalancer.drivers.rackspace.html">libcloud.loadbalancer.drivers.rackspace</a> - <span class="undocumented">No module docstring; 4/10 classes documented</span></li></ul></li><li><a href="libcloud.loadbalancer.providers.html">libcloud.loadbalancer.providers</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.loadbalancer.types.html">libcloud.loadbalancer.types</a> - <span class="undocumented">No module docstring; 2/5 classes documented</span></li></ul></li><li><a href="libcloud.pricing.html">libcloud.pricing</a> - <span class="undocumented">No module docstring; 5/7 functions documented</span></li><li><a href="libcloud.security.html">libcloud.security</a> - <span>Security (SSL) Settings</span></li><li><a href="libcloud.sto
 rage.html">libcloud.storage</a> - <span>Module for working with Storage</span><ul><li><a href="libcloud.storage.base.html">libcloud.storage.base</a> - <span>Provides base classes for working with storage</span></li><li><a href="libcloud.storage.drivers.html">libcloud.storage.drivers</a> - <span>Drivers for working with different providers</span><ul><li><a href="libcloud.storage.drivers.atmos.html">libcloud.storage.drivers.atmos</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.storage.drivers.cloudfiles.html">libcloud.storage.drivers.cloudfiles</a> - <span class="undocumented">No module docstring; 6/8 classes documented</span></li><li><a href="libcloud.storage.drivers.dummy.html">libcloud.storage.drivers.dummy</a> - <span class="undocumented">No module docstring; 1/3 classes documented</span></li><li><a href="libcloud.storage.drivers.google_storage.html">libcloud.storage.drivers.google_storage</a> - <span class="undocumented">No module docstring;
  1/2 classes documented</span></li><li><a href="libcloud.storage.drivers.ninefold.html">libcloud.storage.drivers.ninefold</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.storage.drivers.s3.html">libcloud.storage.drivers.s3</a> - <span class="undocumented">No module docstring; 1/14 classes documented</span></li></ul></li><li><a href="libcloud.storage.providers.html">libcloud.storage.providers</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.storage.types.html">libcloud.storage.types</a> - <span class="undocumented">No module docstring; 1/9 classes documented</span></li></ul></li><li><a href="libcloud.utils.html">libcloud.utils</a> - <span class="undocumented">Undocumented</span><ul><li><a href="libcloud.utils.compression.html">libcloud.utils.compression</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.utils.files.html">libcloud.utils.files</a> - <span class="undocumented">No module docs
 tring; 2/3 functions documented</span></li><li><a href="libcloud.utils.misc.html">libcloud.utils.misc</a> - <span class="undocumented">No module docstring; 6/8 functions documented</span></li><li><a href="libcloud.utils.py3.html">libcloud.utils.py3</a> - <span class="undocumented">Undocumented</span></li><li><a href="libcloud.utils.xml.html">libcloud.utils.xml</a> - <span class="undocumented">Undocumented</span></li></ul></li></ul></li></ul>
+  </body>
+</html>
\ No newline at end of file