Return-Path: X-Original-To: apmail-libcloud-commits-archive@www.apache.org Delivered-To: apmail-libcloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EFFAEDCC2 for ; Mon, 16 Jul 2012 01:49:00 +0000 (UTC) Received: (qmail 12894 invoked by uid 500); 16 Jul 2012 01:49:00 -0000 Delivered-To: apmail-libcloud-commits-archive@libcloud.apache.org Received: (qmail 12856 invoked by uid 500); 16 Jul 2012 01:49:00 -0000 Mailing-List: contact commits-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list commits@libcloud.apache.org Received: (qmail 12848 invoked by uid 99); 16 Jul 2012 01:49:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2012 01:49:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2012 01:48:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 824502388DB4 for ; Mon, 16 Jul 2012 01:46:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r825922 [17/25] - in /websites/staging/libcloud/trunk/content: ./ apidocs/0.5.2/ Date: Mon, 16 Jul 2012 01:46:02 -0000 To: commits@libcloud.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120716014620.824502388DB4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.compute.types.DeploymentError.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.compute.types.DeploymentError.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.compute.types.DeploymentError.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,120 @@ + + + + libcloud.compute.types.DeploymentError : API documentation + + + + + + +

l.c.t.DeploymentError(LibcloudError) : class documentation

+

+ Part of libcloud.compute.types + View Source + View In Hierarchy +

+
+ +
+
Exception used when a Deployment Task failed.
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
Instance VariablenodeNode on which +this exception happened, you might want to call Node.destroy
Method__init__Undocumented
Method__str__Undocumented
+ + +
+ + + + +
+ + + + + + +
+ node = +
+
+ Node on which +this exception happened, you might want to call Node.destroy +
+
+ + + + + + +
+ + def + __init__(self, node, original_exception=None): + + + (source) + +
+
+ +
Undocumented
+
+
+ + + + + + +
+ + def + __str__(self): + + + (source) + +
+
+ +
Undocumented
+
+
+
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.compute.types.NodeState.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.compute.types.NodeState.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.compute.types.NodeState.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,140 @@ + + + + libcloud.compute.types.NodeState : API documentation + + + + + + +

l.c.t.NodeState(object) : class documentation

+

+ Part of libcloud.compute.types + View Source + View In Hierarchy +

+
+ +
+
Standard states for a node
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Class VariableRUNNINGNode is running
Class VariableREBOOTINGNode is rebooting
Class VariableTERMINATEDNode is terminated
Class VariablePENDINGNode is pending
Class VariableUNKNOWNNode state is unknown
+ + +
+ + + + +
+ + + + + + +
+ RUNNING = +
+
+ Node is running +
+
+ + + + + + +
+ REBOOTING = +
+
+ Node is rebooting +
+
+ + + + + + +
+ TERMINATED = +
+
+ Node is terminated +
+
+ + + + + + +
+ PENDING = +
+
+ Node is pending +
+
+ + + + + + +
+ UNKNOWN = +
+
+ Node state is unknown +
+
+
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.compute.types.Provider.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.compute.types.Provider.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.compute.types.Provider.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,425 @@ + + + + libcloud.compute.types.Provider : API documentation + + + + + + +

l.c.t.Provider(object) : class documentation

+

+ Part of libcloud.compute.types + View Source + View In Hierarchy +

+
+ +
+
Defines for each of the supported providers
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Class VariableDUMMYExample provider
Class VariableEC2_US_EASTAmazon AWS US N. Virgina
Class VariableEC2_US_WESTAmazon AWS US N. California
Class VariableEC2_EU_WESTAmazon AWS EU Ireland
Class VariableRACKSPACERackspace Cloud Servers
Class VariableRACKSPACE_UKRackspace UK Cloud Servers
Class VariableSLICEHOSTSlicehost.com
Class VariableGOGRIDGoGrid
Class VariableVPSNETVPS.net
Class VariableLINODELinode.com
Class VariableVCLOUDvmware vCloud
Class VariableRIMUHOSTINGRimuHosting.com
Class VariableECPEnomaly
Class VariableIBMIBM Developer Cloud
Class VariableOPENNEBULAOpenNebula.org
Class VariableDREAMHOSTDreamHost Private Server
Class VariableCLOUDSIGMACloudSigma
Class VariableNIMBUSNimbus
Class VariableBLUEBOXBluebox
Class VariableOPSOURCEOpsource Cloud
+ + +
+ + + + +
+ + + + + + +
+ DUMMY = +
+
+ Example provider +
+
+ + + + + + +
+ EC2_US_EAST = +
+
+ Amazon AWS US N. Virgina +
+
+ + + + + + +
+ EC2_US_WEST = +
+
+ Amazon AWS US N. California +
+
+ + + + + + +
+ EC2_EU_WEST = +
+
+ Amazon AWS EU Ireland +
+
+ + + + + + +
+ RACKSPACE = +
+
+ Rackspace Cloud Servers +
+
+ + + + + + +
+ RACKSPACE_UK = +
+
+ Rackspace UK Cloud Servers +
+
+ + + + + + +
+ SLICEHOST = +
+
+ Slicehost.com +
+
+ + + + + + +
+ GOGRID = +
+
+ GoGrid +
+
+ + + + + + +
+ VPSNET = +
+
+ VPS.net +
+
+ + + + + + +
+ LINODE = +
+
+ Linode.com +
+
+ + + + + + +
+ VCLOUD = +
+
+ vmware vCloud +
+
+ + + + + + +
+ RIMUHOSTING = +
+
+ RimuHosting.com +
+
+ + + + + + +
+ ECP = +
+
+ Enomaly +
+
+ + + + + + +
+ IBM = +
+
+ IBM Developer Cloud +
+
+ + + + + + +
+ OPENNEBULA = +
+
+ OpenNebula.org +
+
+ + + + + + +
+ DREAMHOST = +
+
+ DreamHost Private Server +
+
+ + + + + + +
+ CLOUDSIGMA = +
+
+ CloudSigma +
+
+ + + + + + +
+ NIMBUS = +
+
+ Nimbus +
+
+ + + + + + +
+ BLUEBOX = +
+
+ Bluebox +
+
+ + + + + + +
+ OPSOURCE = +
+
+ Opsource Cloud +
+
+
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.compute.types.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.compute.types.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.compute.types.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,69 @@ + + + + libcloud.compute.types : API documentation + + + + + + +

l.c.types : module documentation

+

+ Part of libcloud.compute + View Source + +

+
+ +
+
Base types used by other parts of libcloud
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ClassProviderDefines for each of the supported providers
ClassNodeStateStandard states for a node
ClassArchitectureImage and size architectures.
ClassDeploymentErrorException used when a Deployment Task failed.
+ + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.deployment.Deployment.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.deployment.Deployment.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.deployment.Deployment.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,99 @@ + + + + libcloud.deployment.Deployment : API documentation + + + + + + +

l.d.Deployment(object) : class documentation

+

+ Part of libcloud.deployment + View Source + View In Hierarchy +

+ +
Base class for deployment tasks.
+ + + +
+ + + + + + + + + + + + + + + + + +
MethodrunRuns this deployment task on node using the +client provided.
Method_get_string_valueUndocumented
+ + +
+ + + + +
+ + + + + + +
+ + def + run(self, node, client): + + + (source) + +
+
+ +
Runs this deployment task on node using the +client provided.
ParametersnodeNode to operate one (type: Node)
clientConnected SSH client to use. (type: BaseSSHClient)
ReturnsNode
+
+
+ + + + + + +
+ + def + _get_string_value(self, argument_name, argument_value): + + + (source) + +
+
+ +
Undocumented
+
+
+
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.deployment.MultiStepDeployment.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.deployment.MultiStepDeployment.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.deployment.MultiStepDeployment.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,144 @@ + + + + libcloud.deployment.MultiStepDeployment : API documentation + + + + + + +

l.d.MultiStepDeployment(Deployment) : class documentation

+

+ Part of libcloud.deployment + View Source + View In Hierarchy +

+
+ +
+
Runs a chain of Deployment steps.
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
Method__init__
MethodaddAdd a deployment to this chain.
MethodrunRun each deployment that has been added.
+ +

+ Inherited from Deployment: +

+ + + + + + + + + + + +
Method_get_string_valueUndocumented
+ + +
+ + + + +
+ + + + + + +
+ + def + __init__(self, add=None): + + + (source) + +
+
+ +
ParametersaddDeployment steps to add. (type: list)
+
+
+ + + + + + +
+ + def + add(self, add): + + + (source) + +
+
+ +
Add a deployment to this chain.
ParametersaddAdds this deployment to the others already in this object. (type: Single Deployment or a +list of Deployment)
+
+
+ + + + + + +
+ + def + run(self, node, client): + + + (source) + +
+
+ +
Run each deployment that has been added.

+

See also Deployment.run

+
+
+
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.deployment.SSHKeyDeployment.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.deployment.SSHKeyDeployment.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.deployment.SSHKeyDeployment.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,115 @@ + + + + libcloud.deployment.SSHKeyDeployment : API documentation + + + + + + +

l.d.SSHKeyDeployment(Deployment) : class documentation

+

+ Part of libcloud.deployment + View Source + View In Hierarchy +

+
+ +
+
Installs a public SSH Key onto a host.
+ + + +
+ + + + + + + + + + + + + + + + + +
Method__init__
MethodrunInstalls SSH key into .ssh/authorized_keys
+ +

+ Inherited from Deployment: +

+ + + + + + + + + + + +
Method_get_string_valueUndocumented
+ + +
+ + + + +
+ + + + + + +
+ + def + __init__(self, key): + + + (source) + +
+
+ +
ParameterskeyContents of the public key write (type: str)
+
+
+ + + + + + +
+ + def + run(self, node, client): + + + (source) + +
+
+ +
Installs SSH key into .ssh/authorized_keys

+

See also Deployment.run

+
+
+
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.deployment.ScriptDeployment.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.deployment.ScriptDeployment.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.deployment.ScriptDeployment.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,116 @@ + + + + libcloud.deployment.ScriptDeployment : API documentation + + + + + + +

l.d.ScriptDeployment(Deployment) : class documentation

+

+ Part of libcloud.deployment + View Source + View In Hierarchy +

+
+ +
+
Runs an arbitrary Shell Script task.
+ + + +
+ + + + + + + + + + + + + + + + + +
Method__init__
MethodrunUploads the shell script and then executes it.
+ +

+ Inherited from Deployment: +

+ + + + + + + + + + + +
Method_get_string_valueUndocumented
+ + +
+ + + + +
+ + + + + + +
+ + def + __init__(self, script, name=None, delete=False): + + + (source) + +
+
+ +
ParametersscriptContents of the script to run (type: str)
nameName of the script to upload it as, if not specified, a random name will be +choosen. (type: str)
deleteWhether to delete the script on completion. (type: bool)
+
+
+ + + + + + +
+ + def + run(self, node, client): + + + (source) + +
+
+ +
Uploads the shell script and then executes it.

+

See also Deployment.run

+
+
+
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.deployment.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.deployment.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.deployment.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,69 @@ + + + + libcloud.deployment : API documentation + + + + + + +

l.deployment : module documentation

+

+ Part of libcloud + View Source + +

+
+ +
+
No module docstring
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ClassDeploymentBase class for deployment tasks.
ClassSSHKeyDeploymentInstalls a public SSH Key onto a host.
ClassScriptDeploymentRuns an arbitrary Shell Script task.
ClassMultiStepDeploymentRuns a chain of Deployment steps.
+ + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.__init__.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.__init__.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.__init__.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.__init__ : API documentation + + + + + + +

l.d.__init__ : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Drivers for working with different providers
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.brightbox.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.brightbox.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.brightbox.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.brightbox : API documentation + + + + + + +

l.d.brightbox : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.cloudsigma.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.cloudsigma.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.cloudsigma.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.cloudsigma : API documentation + + + + + + +

l.d.cloudsigma : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.dreamhost.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.dreamhost.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.dreamhost.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.dreamhost : API documentation + + + + + + +

l.d.dreamhost : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.dummy.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.dummy.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.dummy.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.dummy : API documentation + + + + + + +

l.d.dummy : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.ec2.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.ec2.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.ec2.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.ec2 : API documentation + + + + + + +

l.d.ec2 : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.ecp.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.ecp.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.ecp.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.ecp : API documentation + + + + + + +

l.d.ecp : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.elastichosts.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.elastichosts.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.elastichosts.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.elastichosts : API documentation + + + + + + +

l.d.elastichosts : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.gogrid.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.gogrid.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.gogrid.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.gogrid : API documentation + + + + + + +

l.d.gogrid : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,153 @@ + + + + libcloud.drivers : API documentation + + + + + + +

l.drivers : package documentation

+

+ Part of libcloud + View Source + +

+
+ +
+
Drivers for working with different providers
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ModulebrightboxUndocumented
ModulecloudsigmaUndocumented
ModuledreamhostUndocumented
ModuledummyUndocumented
Moduleec2Undocumented
ModuleecpUndocumented
ModuleelastichostsUndocumented
ModulegogridUndocumented
Moduleibm_sbcUndocumented
ModulelinodeUndocumented
ModuleopennebulaUndocumented
ModulerackspaceUndocumented
ModulerimuhostingUndocumented
ModuleslicehostUndocumented
ModulesoftlayerUndocumented
ModulevcloudUndocumented
ModulevoxelUndocumented
ModulevpsnetUndocumented
+ + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.ibm_sbc.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.ibm_sbc.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.ibm_sbc.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.ibm_sbc : API documentation + + + + + + +

l.d.ibm_sbc : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.linode.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.linode.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.linode.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.linode : API documentation + + + + + + +

l.d.linode : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.opennebula.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.opennebula.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.opennebula.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.opennebula : API documentation + + + + + + +

l.d.opennebula : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.rackspace.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.rackspace.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.rackspace.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.rackspace : API documentation + + + + + + +

l.d.rackspace : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.rimuhosting.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.rimuhosting.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.rimuhosting.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.rimuhosting : API documentation + + + + + + +

l.d.rimuhosting : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.slicehost.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.slicehost.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.slicehost.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.slicehost : API documentation + + + + + + +

l.d.slicehost : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.softlayer.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.softlayer.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.softlayer.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.softlayer : API documentation + + + + + + +

l.d.softlayer : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.vcloud.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.vcloud.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.vcloud.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.vcloud : API documentation + + + + + + +

l.d.vcloud : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.voxel.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.voxel.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.voxel.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.voxel : API documentation + + + + + + +

l.d.voxel : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.vpsnet.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.vpsnet.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.drivers.vpsnet.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.drivers.vpsnet : API documentation + + + + + + +

l.d.vpsnet : module documentation

+

+ Part of libcloud.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,193 @@ + + + + libcloud : API documentation + + + + + + +

libcloud : package documentation

+

+ + View Source + +

+
+ +
+
libcloud provides a unified interface to the cloud computing +resources.
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ModulebaseNo module docstring; 4/5 classes, 1/1 functions documented
PackagecommonNo package docstring; 1/5 modules documented
PackagecomputeModule for working with Cloud Servers
ModuledeploymentNo module docstring; 4/4 classes documented
PackagedriversDrivers for working with different providers
Modulehttplib_sslSubclass for httplib.HTTPSConnection with optional certificate name +verification, depending on libcloud.security settings.
PackageloadbalancerModule for working with Load Balancers
ModulepricingNo module docstring; 5/6 functions documented
ModuleprovidersUndocumented
ModulesecuritySecurity (SSL) Settings
ModulesshNo module docstring; 2/3 classes documented
PackagestorageModule for working with Storage
ModuletypesUndocumented
ModuleutilsNo module docstring; 5/13 functions documented
+ + +
+ + +

From the __init__.py module:

+ + + + + + + + + + + + + + + + +
Functionenable_debugEnable library wide debugging to a file-like object.
Function_init_onceUtility function that is ran once on Library import.
+ +
+ + + + + + +
+ + def + enable_debug(fo): + + + (source) + +
+
+ +
Enable library wide debugging to a file-like object.
ParametersfoWhere to append debugging information (type: File like object, only write operations are used.)
+
+
+ + + + + + +
+ + def + _init_once(): + + + (source) + +
+
+ +
Utility function that is ran once on Library import.

+

This checks for the LIBCLOUD_DEBUG enviroment variable, which if it +exists is where we will log debug information about the provider +transports.

+

If LIBCLOUD_DEBUG is not a path, /tmp/libcloud_debug.log is +used by default.

+
+
+
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.httplib_ssl.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.httplib_ssl.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.httplib_ssl.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,41 @@ + + + + libcloud.httplib_ssl : API documentation + + + + + + +

l.httplib_ssl : module documentation

+

+ Part of libcloud + View Source + +

+
+ +
+
Subclass for httplib.HTTPSConnection with optional certificate name +verification, depending on libcloud.security settings.
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.loadbalancer.__init__.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.loadbalancer.__init__.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.loadbalancer.__init__.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.loadbalancer.__init__ : API documentation + + + + + + +

l.l.__init__ : module documentation

+

+ Part of libcloud.loadbalancer + View Source + +

+
+ +
+
Module for working with Load Balancers
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file Added: websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.loadbalancer.base.Algorithm.html ============================================================================== --- websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.loadbalancer.base.Algorithm.html (added) +++ websites/staging/libcloud/trunk/content/apidocs/0.5.2/libcloud.loadbalancer.base.Algorithm.html Mon Jul 16 01:45:55 2012 @@ -0,0 +1,40 @@ + + + + libcloud.loadbalancer.base.Algorithm : API documentation + + + + + + +

l.l.b.Algorithm(object) : class documentation

+

+ Part of libcloud.loadbalancer.base + View Source + View In Hierarchy +

+
+ +
+
Undocumented
+ + + +
+ + + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:45:14. +
+ + \ No newline at end of file