Added: websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.ssh.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.ssh.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.ssh.html Mon Jul 16 01:45:20 2012 @@ -0,0 +1,63 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.ssh : 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.ssh : module documentation</h1> + <p> + <span id="part">Part of <a href="libcloud.html">libcloud</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/ssh.py">View Source</a> + + </p> + <div> + + </div> + <div>Wraps multiple ways to communicate over SSH<table class="fieldTable"></table></div> + + + + <div id="splitTables"> + <table class="children sortable" id="id11"> + + +<tr class="class"> + + + <td>Class</td> + <td><a href="libcloud.ssh.BaseSSHClient.html">BaseSSHClient</a></td> + <td><span>Base class representing a connection over SSH/SCP to a remote node.</span></td> + </tr><tr class="class"> + + + <td>Class</td> + <td><a href="libcloud.ssh.ParamikoSSHClient.html">ParamikoSSHClient</a></td> + <td><span>A SSH Client powered by Paramiko.</span></td> + </tr><tr class="class"> + + + <td>Class</td> + <td><a href="libcloud.ssh.ShellOutSSHClient.html">ShellOutSSHClient</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr> + +</table> + + + </div> + + + + + + <address> + <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:49. + </address> + </body> +</html> \ No newline at end of file
Added: websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.DeploymentError.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.DeploymentError.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.DeploymentError.html Mon Jul 16 01:45:20 2012 @@ -0,0 +1,120 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.types.DeploymentError : 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.t.DeploymentError(<a href="libcloud.types.LibcloudError.html">LibcloudError</a>) : class documentation</h1> + <p> + <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.types.html">types</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L113">View Source</a> + <a href="classIndex.html#libcloud.types.DeploymentError">View In Hierarchy</a> + </p> + <div> + + </div> + <div>Exception used when a Deployment Task failed.<table class="fieldTable"></table></div> + + + + <div id="splitTables"> + <table class="children sortable" id="id10"> + + +<tr class="instancevariable"> + + + <td>Instance Variable</td> + <td><a href="libcloud.types.DeploymentError.html#node">node</a></td> + <td><a href="libcloud.base.Node.html"><code>Node</code></a> on which this +exception happened, you might want to call <a +href="libcloud.base.Node.html#destroy"><code>Node.destroy</code></a></td> + </tr><tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.types.DeploymentError.html#__init__">__init__</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr><tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.types.DeploymentError.html#__str__">__str__</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.types.DeploymentError.node"> + + </a> + <a name="node"> + + </a> + <div class="functionHeader"> + node = + </div> + <div class="functionBody"> + <a href="libcloud.base.Node.html"><code>Node</code></a> on which this +exception happened, you might want to call <a +href="libcloud.base.Node.html#destroy"><code>Node.destroy</code></a> + </div> +</div><div class="function"> + <a name="libcloud.types.DeploymentError.__init__"> + + </a> + <a name="__init__"> + + </a> + <div class="functionHeader"> + + def + __init__(self, node, original_exception=None): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L119" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + <div class="interfaceinfo">overrides <a href="libcloud.types.LibcloudError.html#__init__">libcloud.types.LibcloudError.__init__</a></div> + <div class="undocumented">Undocumented</div> + </div> +</div><div class="function"> + <a name="libcloud.types.DeploymentError.__str__"> + + </a> + <a name="__str__"> + + </a> + <div class="functionHeader"> + + def + __str__(self): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L122" 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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:49. + </address> + </body> +</html> \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.InvalidCredsError.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.InvalidCredsError.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.InvalidCredsError.html Mon Jul 16 01:45:20 2012 @@ -0,0 +1,97 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.types.InvalidCredsError : 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.t.InvalidCredsError(<a href="libcloud.types.LibcloudError.html">LibcloudError</a>) : class documentation</h1> + <p> + <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.types.html">types</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L103">View Source</a> + <a href="classIndex.html#libcloud.types.InvalidCredsError">View In Hierarchy</a> + </p> + <div> + + </div> + <div>Exception used when invalid credentials are used on a provider.<table class="fieldTable"></table></div> + + + + <div id="splitTables"> + <table class="children sortable" id="id9"> + + +<tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.types.InvalidCredsError.html#__init__">__init__</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr><tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.types.InvalidCredsError.html#__str__">__str__</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.types.InvalidCredsError.__init__"> + + </a> + <a name="__init__"> + + </a> + <div class="functionHeader"> + + def + __init__(self, value='Invalid credentials with the provider', driver=None): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L105" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + <div class="interfaceinfo">overrides <a href="libcloud.types.LibcloudError.html#__init__">libcloud.types.LibcloudError.__init__</a></div> + <div class="undocumented">Undocumented</div> + </div> +</div><div class="function"> + <a name="libcloud.types.InvalidCredsError.__str__"> + + </a> + <a name="__str__"> + + </a> + <div class="functionHeader"> + + def + __str__(self): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L108" 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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:49. + </address> + </body> +</html> \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.LibcloudError.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.LibcloudError.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.LibcloudError.html Mon Jul 16 01:45:20 2012 @@ -0,0 +1,71 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.types.LibcloudError : 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.t.LibcloudError(<span title="Exception">Exception</span>) : class documentation</h1> + <p> + <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.types.html">types</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L86">View Source</a> + <a href="classIndex.html#libcloud.types.LibcloudError">View In Hierarchy</a> + </p> + <div> + <p>Known subclasses: <a href="libcloud.drivers.ec2.IdempotentParamError.html">libcloud.drivers.ec2.IdempotentParamError</a>, <a href="libcloud.drivers.softlayer.SoftLayerException.html">libcloud.drivers.softlayer.SoftLayerException</a>, <a href="libcloud.types.DeploymentError.html">libcloud.types.DeploymentError</a>, <a href="libcloud.types.InvalidCredsError.html">libcloud.types.InvalidCredsError</a>, <a href="libcloud.types.MalformedResponseError.html">libcloud.types.MalformedResponseError</a></p> + </div> + <div>The base class for other libcloud exceptions<table class="fieldTable"></table></div> + + + + <div id="splitTables"> + <table class="children sortable" id="id7"> + + +<tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.types.LibcloudError.html#__init__">__init__</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.types.LibcloudError.__init__"> + + </a> + <a name="__init__"> + + </a> + <div class="functionHeader"> + + def + __init__(self, value, driver=None): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L88" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + <div class="interfaceinfo">overridden in <a href="libcloud.types.DeploymentError.html">libcloud.types.DeploymentError</a>, <a href="libcloud.types.InvalidCredsError.html">libcloud.types.InvalidCredsError</a>, <a href="libcloud.types.MalformedResponseError.html">libcloud.types.MalformedResponseError</a></div> + <div class="undocumented">Undocumented</div> + </div> +</div> + <address> + <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:49. + </address> + </body> +</html> \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.MalformedResponseError.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.MalformedResponseError.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.MalformedResponseError.html Mon Jul 16 01:45:20 2012 @@ -0,0 +1,99 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.types.MalformedResponseError : 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.t.MalformedResponseError(<a href="libcloud.types.LibcloudError.html">LibcloudError</a>) : class documentation</h1> + <p> + <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.types.html">types</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L92">View Source</a> + <a href="classIndex.html#libcloud.types.MalformedResponseError">View In Hierarchy</a> + </p> + <div> + + </div> + <div>Exception for the cases when a provider returns a malformed response, +e.g. you request JSON and provider returns '<h3>something</h3>' +due to some error on their side.<table class="fieldTable"></table></div> + + + + <div id="splitTables"> + <table class="children sortable" id="id8"> + + +<tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.types.MalformedResponseError.html#__init__">__init__</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr><tr class="method"> + + + <td>Method</td> + <td><a href="libcloud.types.MalformedResponseError.html#__str__">__str__</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.types.MalformedResponseError.__init__"> + + </a> + <a name="__init__"> + + </a> + <div class="functionHeader"> + + def + __init__(self, value, body=None, driver=None): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L96" class="functionSourceLink"> + + (source) + </a> + </div> + <div class="functionBody"> + <div class="interfaceinfo">overrides <a href="libcloud.types.LibcloudError.html#__init__">libcloud.types.LibcloudError.__init__</a></div> + <div class="undocumented">Undocumented</div> + </div> +</div><div class="function"> + <a name="libcloud.types.MalformedResponseError.__str__"> + + </a> + <a name="__str__"> + + </a> + <div class="functionHeader"> + + def + __str__(self): + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L100" 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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:49. + </address> + </body> +</html> \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.NodeState.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.NodeState.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.NodeState.html Mon Jul 16 01:45:20 2012 @@ -0,0 +1,140 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.types.NodeState : 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.t.NodeState(<span title="object">object</span>) : class documentation</h1> + <p> + <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.types.html">types</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L70">View Source</a> + <a href="classIndex.html#libcloud.types.NodeState">View In Hierarchy</a> + </p> + <div> + + </div> + <div>Standard states for a node<table class="fieldTable"></table></div> + + + + <div id="splitTables"> + <table class="children sortable" id="id6"> + + +<tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.NodeState.html#RUNNING">RUNNING</a></td> + <td>Node is running</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.NodeState.html#REBOOTING">REBOOTING</a></td> + <td>Node is rebooting</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.NodeState.html#TERMINATED">TERMINATED</a></td> + <td>Node is terminated</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.NodeState.html#PENDING">PENDING</a></td> + <td>Node is pending</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.NodeState.html#UNKNOWN">UNKNOWN</a></td> + <td>Node state is unknown</td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.types.NodeState.RUNNING"> + + </a> + <a name="RUNNING"> + + </a> + <div class="functionHeader"> + RUNNING = + </div> + <div class="functionBody"> + Node is running + </div> +</div><div class="function"> + <a name="libcloud.types.NodeState.REBOOTING"> + + </a> + <a name="REBOOTING"> + + </a> + <div class="functionHeader"> + REBOOTING = + </div> + <div class="functionBody"> + Node is rebooting + </div> +</div><div class="function"> + <a name="libcloud.types.NodeState.TERMINATED"> + + </a> + <a name="TERMINATED"> + + </a> + <div class="functionHeader"> + TERMINATED = + </div> + <div class="functionBody"> + Node is terminated + </div> +</div><div class="function"> + <a name="libcloud.types.NodeState.PENDING"> + + </a> + <a name="PENDING"> + + </a> + <div class="functionHeader"> + PENDING = + </div> + <div class="functionBody"> + Node is pending + </div> +</div><div class="function"> + <a name="libcloud.types.NodeState.UNKNOWN"> + + </a> + <a name="UNKNOWN"> + + </a> + <div class="functionHeader"> + UNKNOWN = + </div> + <div class="functionBody"> + Node state is unknown + </div> +</div> + <address> + <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:49. + </address> + </body> +</html> \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.Provider.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.Provider.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.Provider.html Mon Jul 16 01:45:20 2012 @@ -0,0 +1,368 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.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.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.types.html">types</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py#L19">View Source</a> + <a href="classIndex.html#libcloud.types.Provider">View In Hierarchy</a> + </p> + <div> + + </div> + <div>Defines for each of the supported providers<table class="fieldTable"></table></div> + + + + <div id="splitTables"> + <table class="children sortable" id="id5"> + + +<tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#DUMMY">DUMMY</a></td> + <td>Example provider</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#EC2_US_EAST">EC2_US_EAST</a></td> + <td>Amazon AWS US N. Virgina</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#EC2_US_WEST">EC2_US_WEST</a></td> + <td>Amazon AWS US N. California</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#EC2_EU_WEST">EC2_EU_WEST</a></td> + <td>Amazon AWS EU Ireland</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#RACKSPACE">RACKSPACE</a></td> + <td>Rackspace Cloud Servers</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#RACKSPACE_UK">RACKSPACE_UK</a></td> + <td>Rackspace UK Cloud Servers</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#SLICEHOST">SLICEHOST</a></td> + <td>Slicehost.com</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#GOGRID">GOGRID</a></td> + <td>GoGrid</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#VPSNET">VPSNET</a></td> + <td>VPS.net</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#LINODE">LINODE</a></td> + <td>Linode.com</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#VCLOUD">VCLOUD</a></td> + <td>vmware vCloud</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#RIMUHOSTING">RIMUHOSTING</a></td> + <td>RimuHosting.com</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#ECP">ECP</a></td> + <td>Enomaly</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#IBM">IBM</a></td> + <td>IBM Developer Cloud</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#OPENNEBULA">OPENNEBULA</a></td> + <td>OpenNebula.org</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#DREAMHOST">DREAMHOST</a></td> + <td>DreamHost Private Server</td> + </tr><tr class="classvariable"> + + + <td>Class Variable</td> + <td><a href="libcloud.types.Provider.html#CLOUDSIGMA">CLOUDSIGMA</a></td> + <td>CloudSigma</td> + </tr> + +</table> + + + </div> + + + + + <div class="function"> + <a name="libcloud.types.Provider.DUMMY"> + + </a> + <a name="DUMMY"> + + </a> + <div class="functionHeader"> + DUMMY = + </div> + <div class="functionBody"> + Example provider + </div> +</div><div class="function"> + <a name="libcloud.types.Provider.EC2_US_EAST"> + + </a> + <a name="EC2_US_EAST"> + + </a> + <div class="functionHeader"> + EC2_US_EAST = + </div> + <div class="functionBody"> + Amazon AWS US N. Virgina + </div> +</div><div class="function"> + <a name="libcloud.types.Provider.EC2_US_WEST"> + + </a> + <a name="EC2_US_WEST"> + + </a> + <div class="functionHeader"> + EC2_US_WEST = + </div> + <div class="functionBody"> + Amazon AWS US N. California + </div> +</div><div class="function"> + <a name="libcloud.types.Provider.EC2_EU_WEST"> + + </a> + <a name="EC2_EU_WEST"> + + </a> + <div class="functionHeader"> + EC2_EU_WEST = + </div> + <div class="functionBody"> + Amazon AWS EU Ireland + </div> +</div><div class="function"> + <a name="libcloud.types.Provider.RACKSPACE"> + + </a> + <a name="RACKSPACE"> + + </a> + <div class="functionHeader"> + RACKSPACE = + </div> + <div class="functionBody"> + Rackspace Cloud Servers + </div> +</div><div class="function"> + <a name="libcloud.types.Provider.RACKSPACE_UK"> + + </a> + <a name="RACKSPACE_UK"> + + </a> + <div class="functionHeader"> + RACKSPACE_UK = + </div> + <div class="functionBody"> + Rackspace UK Cloud Servers + </div> +</div><div class="function"> + <a name="libcloud.types.Provider.SLICEHOST"> + + </a> + <a name="SLICEHOST"> + + </a> + <div class="functionHeader"> + SLICEHOST = + </div> + <div class="functionBody"> + Slicehost.com + </div> +</div><div class="function"> + <a name="libcloud.types.Provider.GOGRID"> + + </a> + <a name="GOGRID"> + + </a> + <div class="functionHeader"> + GOGRID = + </div> + <div class="functionBody"> + GoGrid + </div> +</div><div class="function"> + <a name="libcloud.types.Provider.VPSNET"> + + </a> + <a name="VPSNET"> + + </a> + <div class="functionHeader"> + VPSNET = + </div> + <div class="functionBody"> + VPS.net + </div> +</div><div class="function"> + <a name="libcloud.types.Provider.LINODE"> + + </a> + <a name="LINODE"> + + </a> + <div class="functionHeader"> + LINODE = + </div> + <div class="functionBody"> + Linode.com + </div> +</div><div class="function"> + <a name="libcloud.types.Provider.VCLOUD"> + + </a> + <a name="VCLOUD"> + + </a> + <div class="functionHeader"> + VCLOUD = + </div> + <div class="functionBody"> + vmware vCloud + </div> +</div><div class="function"> + <a name="libcloud.types.Provider.RIMUHOSTING"> + + </a> + <a name="RIMUHOSTING"> + + </a> + <div class="functionHeader"> + RIMUHOSTING = + </div> + <div class="functionBody"> + RimuHosting.com + </div> +</div><div class="function"> + <a name="libcloud.types.Provider.ECP"> + + </a> + <a name="ECP"> + + </a> + <div class="functionHeader"> + ECP = + </div> + <div class="functionBody"> + Enomaly + </div> +</div><div class="function"> + <a name="libcloud.types.Provider.IBM"> + + </a> + <a name="IBM"> + + </a> + <div class="functionHeader"> + IBM = + </div> + <div class="functionBody"> + IBM Developer Cloud + </div> +</div><div class="function"> + <a name="libcloud.types.Provider.OPENNEBULA"> + + </a> + <a name="OPENNEBULA"> + + </a> + <div class="functionHeader"> + OPENNEBULA = + </div> + <div class="functionBody"> + OpenNebula.org + </div> +</div><div class="function"> + <a name="libcloud.types.Provider.DREAMHOST"> + + </a> + <a name="DREAMHOST"> + + </a> + <div class="functionHeader"> + DREAMHOST = + </div> + <div class="functionBody"> + DreamHost Private Server + </div> +</div><div class="function"> + <a name="libcloud.types.Provider.CLOUDSIGMA"> + + </a> + <a name="CLOUDSIGMA"> + + </a> + <div class="functionHeader"> + CLOUDSIGMA = + </div> + <div class="functionBody"> + CloudSigma + </div> +</div> + <address> + <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:49. + </address> + </body> +</html> \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.4.2/libcloud.types.html Mon Jul 16 01:45:20 2012 @@ -0,0 +1,83 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>libcloud.types : API documentation</title> + <meta content="text/html;charset=utf-8" http-equiv="Content-Type" /> + <link href="apidocs.css" type="text/css" rel="stylesheet" /> + + + </head> + <body> + <h1 class="module">l.types : module documentation</h1> + <p> + <span id="part">Part of <a href="libcloud.html">libcloud</a></span> + <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/types.py">View Source</a> + + </p> + <div> + + </div> + <div>Base types used by other parts of libcloud<table class="fieldTable"></table></div> + + + + <div id="splitTables"> + <table class="children sortable" id="id4"> + + +<tr class="class"> + + + <td>Class</td> + <td><a href="libcloud.types.Provider.html">Provider</a></td> + <td><span>Defines for each of the supported providers</span></td> + </tr><tr class="class"> + + + <td>Class</td> + <td><a href="libcloud.types.NodeState.html">NodeState</a></td> + <td><span>Standard states for a node</span></td> + </tr><tr class="class"> + + + <td>Class</td> + <td><a href="libcloud.types.LibcloudError.html">LibcloudError</a></td> + <td><span>The base class for other libcloud exceptions</span></td> + </tr><tr class="class"> + + + <td>Class</td> + <td><a href="libcloud.types.MalformedResponseError.html">MalformedResponseError</a></td> + <td><span>Exception for the cases when a provider returns a malformed response, +e.g. you request JSON and provider returns '<h3>something</h3>' +due to some error on their side.</span></td> + </tr><tr class="class"> + + + <td>Class</td> + <td><a href="libcloud.types.InvalidCredsError.html">InvalidCredsError</a></td> + <td><span>Exception used when invalid credentials are used on a provider.</span></td> + </tr><tr class="class"> + + + <td>Class</td> + <td><a href="libcloud.types.DeploymentError.html">DeploymentError</a></td> + <td><span>Exception used when a Deployment Task failed.</span></td> + </tr> + +</table> + + + </div> + + + + + + <address> + <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:49. + </address> + </body> +</html> \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.4.2/moduleIndex.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.4.2/moduleIndex.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.4.2/moduleIndex.html Mon Jul 16 01:45:20 2012 @@ -0,0 +1,15 @@ +<!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.base.html">libcloud.base</a> - <span>Provides base classes for working with drivers</span></li><li><a href="libcloud.deployment.html">libcloud.deployment</a> - <span>Provides generic deployment steps for machines post boot.</span></li><li><a href="libcloud.drivers.html">libcloud.drivers</a> - <span>Drivers for working with different providers</span><ul><li><a href="libcloud.drivers.brightbox.html">libcloud.drivers.brightbox</a> - <span>Brightbox Driver</span></li><li><a href="libcloud.drivers.cloudsigma.html">libcloud.drivers.cloudsigma</a> - <span>CloudSigma Driver</span></li><li><a href="libcloud.drivers.dreamhost.html">libcloud.drivers.dreamhost</a> - <span>DreamHost Driver</span></li><li><a href="libcloud.drivers.dummy.html">libcloud.drivers.dummy</a> - <span>Dummy Driver</span></li><li><a href="libcloud.drivers.ec2.html">libcloud.drivers.ec2</a> - <span>Amazon EC2 driver</span></li><li><a href="libcloud.drivers.ecp.html">libclo ud.drivers.ecp</a> - <span>Enomaly ECP driver</span></li><li><a href="libcloud.drivers.elastichosts.html">libcloud.drivers.elastichosts</a> - <span>ElasticHosts Driver</span></li><li><a href="libcloud.drivers.gogrid.html">libcloud.drivers.gogrid</a> - <span>GoGrid driver</span></li><li><a href="libcloud.drivers.ibm_sbc.html">libcloud.drivers.ibm_sbc</a> - <span>Driver for the IBM Developer Cloud.</span></li><li><a href="libcloud.drivers.linode.html">libcloud.drivers.linode</a> - <span>libcloud driver for the Linode(R) API</span></li><li><a href="libcloud.drivers.opennebula.html">libcloud.drivers.opennebula</a> - <span>OpenNebula driver</span></li><li><a href="libcloud.drivers.rackspace.html">libcloud.drivers.rackspace</a> - <span>Rackspace driver</span></li><li><a href="libcloud.drivers.rimuhosting.html">libcloud.drivers.rimuhosting</a> - <span>RimuHosting Driver</span></li><li><a href="libcloud.drivers.slicehost.html">libcloud.drivers.slicehost</a> - <span>Slicehost Driver< /span></li><li><a href="libcloud.drivers.softlayer.html">libcloud.drivers.softlayer</a> - <span>Softlayer driver</span></li><li><a href="libcloud.drivers.vcloud.html">libcloud.drivers.vcloud</a> - <span>VMware vCloud driver.</span></li><li><a href="libcloud.drivers.voxel.html">libcloud.drivers.voxel</a> - <span>Voxel VoxCloud driver</span></li><li><a href="libcloud.drivers.vpsnet.html">libcloud.drivers.vpsnet</a> - <span>VPS.net driver</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.providers.html">libcloud.providers</a> - <span>Provider related utilities</span></li><li><a href="libcloud.security.html">libcloud.security</a> - <span>Security (SSL) Settings</span></li><li><a href="libcloud.ssh.html">libcloud.ssh</a> - <span>Wraps multiple ways to communicate over SSH</span></li><li><a href="libcloud.types.html">libcloud.types</a> - <span>Base types used by other parts of libcloud</span></li></ul></li></ul> + </body> +</html> \ No newline at end of file
