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 2011/10/19 13:28:48 UTC

svn commit: r1186108 [12/31] - in /libcloud/site/trunk/content/apidocs: ./ 0.6.0-beta1/

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gandi.GandiNodeDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gandi.GandiNodeDriver.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gandi.GandiNodeDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gandi.GandiNodeDriver.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,882 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.gandi.GandiNodeDriver : 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.c.d.g.GandiNodeDriver(<a href="libcloud.common.gandi.BaseGandiDriver.html">BaseGandiDriver</a>, <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.gandi.html">gandi</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L41">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.gandi.GandiNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Gandi node driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id193">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><tt>List all nodes @return: C{list} of L{Node} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><tt>Reboot a node. @return: C{bool} True if the reboot was successful, otherwise False</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><tt>Destroy a node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><tt>Create a new node, and start deployment.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#create_node">create_node</a></td>
+    <td><tt>Create a new Gandi node</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#list_images">list_images</a></td>
+    <td><tt>List images on a provider @return: C{list} of L{NodeImage} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><tt>List sizes on a provider @return: C{list} of L{NodeSize} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#list_locations">list_locations</a></td>
+    <td><tt>List data centers for a provider @return: C{list} of L{NodeLocation} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#ex_list_interfaces">ex_list_interfaces</a></td>
+    <td><tt>Specific method to list network interfaces</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#ex_list_disks">ex_list_disks</a></td>
+    <td><tt>Specific method to list all disk</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#ex_node_attach_disk">ex_node_attach_disk</a></td>
+    <td><tt>Specific method to attach a disk to a node</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#ex_node_detach_disk">ex_node_detach_disk</a></td>
+    <td><tt>Specific method to detach a disk from a node</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#ex_node_attach_interface">ex_node_attach_interface</a></td>
+    <td><tt>Specific method to attach an interface to a node</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#ex_node_detach_interface">ex_node_detach_interface</a></td>
+    <td><tt>Specific method to detach an interface from a node</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#ex_snapshot_disk">ex_snapshot_disk</a></td>
+    <td><tt>Specific method to make a snapshot of a disk</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#ex_update_disk">ex_update_disk</a></td>
+    <td><tt>Specific method to update size or name of a disk WARNING: if a server is attached it'll be rebooted</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_node_info">_node_info</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_node">_to_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_nodes">_to_nodes</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_image">_to_image</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_size">_to_size</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_loc">_to_loc</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_iface">_to_iface</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_ifaces">_to_ifaces</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_disk">_to_disk</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_disks">_to_disks</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.gandi.BaseGandiDriver.html">BaseGandiDriver</a>:
+        </p>
+        <table class="children sortable" id="id194">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.gandi.BaseGandiDriver.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.gandi.BaseGandiDriver.html#_wait_operation">_wait_operation</a></td>
+    <td><tt>Wait for an operation to succeed</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id195">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#__init__">__init__</a></td>
+    <td><tt>@keyword    key:    API key or username to used @type       key:    str</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_wait_until_running">_wait_until_running</a></td>
+    <td><tt>Block until node is fully booted and has an IP address assigned.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_ssh_client_connect">_ssh_client_connect</a></td>
+    <td><tt>Try to connect to the remote SSH server. If a connection times out or is refused it is retried up to timeout number of seconds.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_run_deployment_script">_run_deployment_script</a></td>
+    <td><tt>Run the deployment script on the provided node. At this point it is assumed that SSH connection has already been established.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_get_size_price">_get_size_price</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id196">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><tt>Return extra connection keyword arguments which are passed to the Connection class constructor.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._node_info">
+    
+  </a>
+  <a name="_node_info">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _node_info(self, id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L53" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_node">
+    
+  </a>
+  <a name="_to_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_node(self, vm):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L62" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_nodes">
+    
+  </a>
+  <a name="_to_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_nodes(self, vms):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L80" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.list_nodes">
+    
+  </a>
+  <a name="list_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_nodes(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L83" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_nodes">libcloud.compute.base.NodeDriver.list_nodes</a></div>
+    <pre>List all nodes
+@return: C{list} of L{Node} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.reboot_node">
+    
+  </a>
+  <a name="reboot_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    reboot_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L94" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#reboot_node">libcloud.compute.base.NodeDriver.reboot_node</a></div>
+    <pre>Reboot a node.
+@return: C{bool} True if the reboot was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.destroy_node">
+    
+  </a>
+  <a name="destroy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    destroy_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L102" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#destroy_node">libcloud.compute.base.NodeDriver.destroy_node</a></div>
+    <pre>Destroy a node.
+
+Depending upon the provider, this may destroy all data associated with
+the node, including backups.
+
+@return: C{bool} True if the destroy was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.deploy_node">
+    
+  </a>
+  <a name="deploy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    deploy_node(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L115" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#deploy_node">libcloud.compute.base.NodeDriver.deploy_node</a></div>
+    <pre>Create a new node, and start deployment.
+
+Depends on a Provider Driver supporting either using a specific
+password or returning a generated password.
+
+This function may raise a L{DeploymentException}, if a create_node
+call was successful, but there is a later error (like SSH failing or
+timing out).  This exception includes a Node object which you may want
+to destroy if incomplete deployments are not desirable.
+
+@keyword    deploy: Deployment to run once machine is online and
+                    availble to SSH.
+@type       deploy: L{Deployment}
+
+@keyword    ssh_username: Optional name of the account which is used
+                          when connecting to
+                          SSH server (default is root)
+@type       ssh_username: C{str}
+
+@keyword    ssh_port: Optional SSH server port (default is 22)
+@type       ssh_port: C{int}
+
+@keyword    ssh_timeout: Optional SSH connection timeout in seconds
+                         (default is None)
+@type       ssh_timeout: C{float}
+
+@keyword    auth:   Initial authentication information for the node
+                    (optional)
+@type       auth:   L{NodeAuthSSHKey} or L{NodeAuthPassword}
+
+See L{NodeDriver.create_node} for more keyword args.
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; from libcloud.deployment import ScriptDeployment
+&gt;&gt;&gt; from libcloud.deployment import MultiStepDeployment
+&gt;&gt;&gt; from libcloud.compute.base import NodeAuthSSHKey
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; key = NodeAuthSSHKey('...') # read from file
+&gt;&gt;&gt; script = ScriptDeployment("yum -y install emacs strace tcpdump")
+&gt;&gt;&gt; msd = MultiStepDeployment([key, script])
+&gt;&gt;&gt; def d():
+...     try:
+...         node = driver.deploy_node(deploy=msd)
+...     except NotImplementedError:
+...         print "not implemented for dummy driver"
+&gt;&gt;&gt; d()
+not implemented for dummy driver
+
+Deploy node is typically not overridden in subclasses.  The
+existing implementation should be able to handle most such.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.create_node">
+    
+  </a>
+  <a name="create_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_node(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L119" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#create_node">libcloud.compute.base.NodeDriver.create_node</a></div>
+    <pre>Create a new Gandi node
+
+@keyword    name:   String with a name for this new node (required)
+@type       name:   str
+
+@keyword    image:  OS Image to boot on node. (required)
+@type       image:  L{NodeImage}
+
+@keyword    location: Which data center to create a node in. If empty,
+                      undefined behavoir will be selected. (optional)
+@type       location: L{NodeLocation}
+
+@keyword    size:   The size of resources allocated to this node.
+                    (required)
+@type       size:   L{NodeSize}
+
+@keyword    login:  user name to create for login on machine (required)
+@type       login: String
+
+@keyword    password: password for user that'll be created (required)
+@type       password: String
+
+@keywork    inet_family: version of ip to use, default 4 (optional)
+@type       inet_family: int</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_image">
+    
+  </a>
+  <a name="_to_image">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_image(self, img):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L201" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.list_images">
+    
+  </a>
+  <a name="list_images">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_images(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L208" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_images">libcloud.compute.base.NodeDriver.list_images</a></div>
+    <pre>List images on a provider
+@return: C{list} of L{NodeImage} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_size">
+    
+  </a>
+  <a name="_to_size">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_size(self, id, size):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L219" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.list_sizes">
+    
+  </a>
+  <a name="list_sizes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_sizes(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L230" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_sizes">libcloud.compute.base.NodeDriver.list_sizes</a></div>
+    <pre>List sizes on a provider
+@return: C{list} of L{NodeSize} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_loc">
+    
+  </a>
+  <a name="_to_loc">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_loc(self, loc):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L260" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.list_locations">
+    
+  </a>
+  <a name="list_locations">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_locations(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L268" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_locations">libcloud.compute.base.NodeDriver.list_locations</a></div>
+    <pre>List data centers for a provider
+@return: C{list} of L{NodeLocation} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_iface">
+    
+  </a>
+  <a name="_to_iface">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_iface(self, iface):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L272" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_ifaces">
+    
+  </a>
+  <a name="_to_ifaces">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_ifaces(self, ifaces):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L300" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.ex_list_interfaces">
+    
+  </a>
+  <a name="ex_list_interfaces">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_list_interfaces(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L303" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Specific method to list network interfaces</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_disk">
+    
+  </a>
+  <a name="_to_disk">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_disk(self, element):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L311" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_disks">
+    
+  </a>
+  <a name="_to_disks">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_disks(self, elements):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L325" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.ex_list_disks">
+    
+  </a>
+  <a name="ex_list_disks">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_list_disks(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L328" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Specific method to list all disk</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.ex_node_attach_disk">
+    
+  </a>
+  <a name="ex_node_attach_disk">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_node_attach_disk(self, node, disk):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L334" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Specific method to attach a disk to a node</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.ex_node_detach_disk">
+    
+  </a>
+  <a name="ex_node_detach_disk">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_node_detach_disk(self, node, disk):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L342" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Specific method to detach a disk from a node</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.ex_node_attach_interface">
+    
+  </a>
+  <a name="ex_node_attach_interface">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_node_attach_interface(self, node, iface):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L350" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Specific method to attach an interface to a node</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.ex_node_detach_interface">
+    
+  </a>
+  <a name="ex_node_detach_interface">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_node_detach_interface(self, node, iface):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L358" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Specific method to detach an interface from a node</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.ex_snapshot_disk">
+    
+  </a>
+  <a name="ex_snapshot_disk">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_snapshot_disk(self, disk, name=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L366" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Specific method to make a snapshot of a disk</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.ex_update_disk">
+    
+  </a>
+  <a name="ex_update_disk">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_update_disk(self, disk, new_size=None, new_name=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L384" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Specific method to update size or name of a disk
+WARNING: if a server is attached it'll be rebooted</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gandi.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gandi.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gandi.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gandi.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,51 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.gandi : 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.c.d.gandi : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Gandi driver for compute</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id192">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html">GandiNodeDriver</a></td>
+    <td><tt>Gandi node driver</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gogrid.GoGridNode.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gogrid.GoGridNode.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gogrid.GoGridNode.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gogrid.GoGridNode.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,123 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.gogrid.GoGridNode : 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.c.d.g.GoGridNode(<a href="libcloud.compute.base.Node.html">Node</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.gogrid.html">gogrid</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L73">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.gogrid.GoGridNode">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id198">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNode.html#get_uuid">get_uuid</a></td>
+    <td><tt>Unique hash for this node</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.Node.html">Node</a>:
+        </p>
+        <table class="children sortable" id="id199">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#reboot">reboot</a></td>
+    <td><tt>Reboot this node</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#destroy">destroy</a></td>
+    <td><tt>Destroy this node</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNode.get_uuid">
+    
+  </a>
+  <a name="get_uuid">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_uuid(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L79" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.Node.html#get_uuid">libcloud.compute.base.Node.get_uuid</a></div>
+    <pre>Unique hash for this node
+
+@return: C{string}
+
+The hash is a function of an SHA1 hash of the node's ID and
+its driver which means that it should be unique between all
+nodes.  In some subclasses (e.g. GoGrid) there is no ID
+available so the public IP address is used.  This means that,
+unlike a properly done system UUID, the same UUID may mean a
+different system install at a different time
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; node = driver.create_node()
+&gt;&gt;&gt; node.get_uuid()
+'d3748461511d8b9b0e0bfa0d4d3383a619a2bb9f'
+
+Note, for example, that this example will always produce the
+same UUID!</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gogrid.GoGridNodeDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gogrid.GoGridNodeDriver.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gogrid.GoGridNodeDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gogrid.GoGridNodeDriver.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,843 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.gogrid.GoGridNodeDriver : 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.c.d.g.GoGridNodeDriver(<a href="libcloud.common.gogrid.BaseGoGridDriver.html">BaseGoGridDriver</a>, <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.gogrid.html">gogrid</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L84">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.gogrid.GoGridNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>GoGrid node driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id200">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#list_images">list_images</a></td>
+    <td><tt>List images on a provider @return: C{list} of L{NodeImage} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><tt>List all nodes @return: C{list} of L{Node} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><tt>Reboot a node. @return: C{bool} True if the reboot was successful, otherwise False</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><tt>Destroy a node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><tt>List sizes on a provider @return: C{list} of L{NodeSize} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#list_locations">list_locations</a></td>
+    <td><tt>List data centers for a provider @return: C{list} of L{NodeLocation} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#ex_create_node_nowait">ex_create_node_nowait</a></td>
+    <td><tt>Don't block until GoGrid allocates id for a node but return right away with id == None.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#create_node">create_node</a></td>
+    <td><tt>Create a new GoGird node</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#ex_save_image">ex_save_image</a></td>
+    <td><tt>Create an image for node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#ex_edit_node">ex_edit_node</a></td>
+    <td><tt>Change attributes of a node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#ex_edit_image">ex_edit_image</a></td>
+    <td><tt>Edit metadata of a server image.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#ex_list_ips">ex_list_ips</a></td>
+    <td><tt>Return list of IP addresses assigned to the account.</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#_get_state">_get_state</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#_get_ip">_get_ip</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#_get_id">_get_id</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#_to_node">_to_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#_to_image">_to_image</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#_to_images">_to_images</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#_to_location">_to_location</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#_to_locations">_to_locations</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#_server_list">_server_list</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#_password_list">_password_list</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#_server_power">_server_power</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#_server_delete">_server_delete</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html#_get_first_ip">_get_first_ip</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.gogrid.BaseGoGridDriver.html">BaseGoGridDriver</a>:
+        </p>
+        <table class="children sortable" id="id201">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.gogrid.BaseGoGridDriver.html#_to_ip">_to_ip</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.gogrid.BaseGoGridDriver.html#_to_ips">_to_ips</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id202">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#__init__">__init__</a></td>
+    <td><tt>@keyword    key:    API key or username to used @type       key:    str</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><tt>Create a new node, and start deployment.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_wait_until_running">_wait_until_running</a></td>
+    <td><tt>Block until node is fully booted and has an IP address assigned.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_ssh_client_connect">_ssh_client_connect</a></td>
+    <td><tt>Try to connect to the remote SSH server. If a connection times out or is refused it is retried up to timeout number of seconds.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_run_deployment_script">_run_deployment_script</a></td>
+    <td><tt>Run the deployment script on the provided node. At this point it is assumed that SSH connection has already been established.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_get_size_price">_get_size_price</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id203">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><tt>Return extra connection keyword arguments which are passed to the Connection class constructor.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver._get_state">
+    
+  </a>
+  <a name="_get_state">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_state(self, element):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L97" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver._get_ip">
+    
+  </a>
+  <a name="_get_ip">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_ip(self, element):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L104" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.gogrid.BaseGoGridDriver.html#_get_ip">libcloud.common.gogrid.BaseGoGridDriver._get_ip</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver._get_id">
+    
+  </a>
+  <a name="_get_id">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_id(self, element):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L107" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver._to_node">
+    
+  </a>
+  <a name="_to_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_node(self, element, password=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L110" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver._to_image">
+    
+  </a>
+  <a name="_to_image">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_image(self, element):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L127" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver._to_images">
+    
+  </a>
+  <a name="_to_images">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_images(self, object):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L133" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver._to_location">
+    
+  </a>
+  <a name="_to_location">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_location(self, element):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L137" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.gogrid.BaseGoGridDriver.html#_to_location">libcloud.common.gogrid.BaseGoGridDriver._to_location</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver._to_locations">
+    
+  </a>
+  <a name="_to_locations">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_locations(self, object):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L144" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.gogrid.BaseGoGridDriver.html#_to_locations">libcloud.common.gogrid.BaseGoGridDriver._to_locations</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver.list_images">
+    
+  </a>
+  <a name="list_images">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_images(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L148" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_images">libcloud.compute.base.NodeDriver.list_images</a></div>
+    <pre>List images on a provider
+@return: C{list} of L{NodeImage} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver.list_nodes">
+    
+  </a>
+  <a name="list_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_nodes(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L156" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_nodes">libcloud.compute.base.NodeDriver.list_nodes</a></div>
+    <pre>List all nodes
+@return: C{list} of L{Node} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver.reboot_node">
+    
+  </a>
+  <a name="reboot_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    reboot_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L174" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#reboot_node">libcloud.compute.base.NodeDriver.reboot_node</a></div>
+    <pre>Reboot a node.
+@return: C{bool} True if the reboot was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver.destroy_node">
+    
+  </a>
+  <a name="destroy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    destroy_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L182" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#destroy_node">libcloud.compute.base.NodeDriver.destroy_node</a></div>
+    <pre>Destroy a node.
+
+Depending upon the provider, this may destroy all data associated with
+the node, including backups.
+
+@return: C{bool} True if the destroy was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver._server_list">
+    
+  </a>
+  <a name="_server_list">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _server_list(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L189" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver._password_list">
+    
+  </a>
+  <a name="_password_list">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _password_list(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L192" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver._server_power">
+    
+  </a>
+  <a name="_server_power">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _server_power(self, id, power):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L195" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver._server_delete">
+    
+  </a>
+  <a name="_server_delete">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _server_delete(self, id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L201" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver._get_first_ip">
+    
+  </a>
+  <a name="_get_first_ip">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_first_ip(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L206" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.gogrid.BaseGoGridDriver.html#_get_first_ip">libcloud.common.gogrid.BaseGoGridDriver._get_first_ip</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver.list_sizes">
+    
+  </a>
+  <a name="list_sizes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_sizes(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L214" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_sizes">libcloud.compute.base.NodeDriver.list_sizes</a></div>
+    <pre>List sizes on a provider
+@return: C{list} of L{NodeSize} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver.list_locations">
+    
+  </a>
+  <a name="list_locations">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_locations(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L223" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_locations">libcloud.compute.base.NodeDriver.list_locations</a></div>
+    <pre>List data centers for a provider
+@return: C{list} of L{NodeLocation} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver.ex_create_node_nowait">
+    
+  </a>
+  <a name="ex_create_node_nowait">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_create_node_nowait(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L229" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Don't block until GoGrid allocates id for a node
+but return right away with id == None.
+
+The existance of this method is explained by the fact
+that GoGrid assigns id to a node only few minutes after
+creation.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver.create_node">
+    
+  </a>
+  <a name="create_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_node(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L256" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#create_node">libcloud.compute.base.NodeDriver.create_node</a></div>
+    <pre>Create a new GoGird node
+
+See L{NodeDriver.create_node} for more keyword args.
+
+@keyword    ex_description: Description of a Node
+@type       ex_description: C{string}
+@keyword    ex_ip: Public IP address to use for a Node. If not
+            specified, first available IP address will be picked
+@type       ex_ip: C{string}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver.ex_save_image">
+    
+  </a>
+  <a name="ex_save_image">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_save_image(self, node, name):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L288" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Create an image for node.
+
+Please refer to GoGrid documentation to get info
+how prepare a node for image creation:
+
+http://wiki.gogrid.com/wiki/index.php/MyGSI
+
+@keyword    node: node to use as a base for image
+@type       node: L{Node}
+@keyword    name: name for new image
+@type       name: C{string}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver.ex_edit_node">
+    
+  </a>
+  <a name="ex_edit_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_edit_node(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L308" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Change attributes of a node.
+
+@keyword    node: node to be edited
+@type       node: L{Node}
+@keyword    size: new size of a node
+@type       size: L{NodeSize}
+@keyword    ex_description: new description of a node
+@type       ex_description: C{string}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver.ex_edit_image">
+    
+  </a>
+  <a name="ex_edit_image">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_edit_image(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L332" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Edit metadata of a server image.
+
+@keyword    image: image to be edited
+@type       image: L{NodeImage}
+@keyword    public: should be the image public?
+@type       public: C{bool}
+@keyword    ex_description: description of the image (optional)
+@type       ex_description: C{string}
+@keyword    name: name of the image
+@type       name C{string}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNodeDriver.ex_list_ips">
+    
+  </a>
+  <a name="ex_list_ips">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_list_ips(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L363" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.gogrid.BaseGoGridDriver.html#ex_list_ips">libcloud.common.gogrid.BaseGoGridDriver.ex_list_ips</a></div>
+    <pre>Return list of IP addresses assigned to
+the account.
+
+@keyword    public: set to True to list only
+            public IPs or False to list only
+            private IPs. Set to None or not specify
+            at all not to filter by type
+@type       public: C{bool}
+@keyword    assigned: set to True to list only addresses
+            assigned to servers, False to list unassigned
+            addresses and set to None or don't set at all
+            not no filter by state
+@type       assigned: C{bool}
+@keyword    location: filter IP addresses by location
+@type       location: L{NodeLocation}
+@return:    C{list} of L{GoGridIpAddress}es</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gogrid.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gogrid.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gogrid.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gogrid.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,57 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.gogrid : 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.c.d.gogrid : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>GoGrid driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id197">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNode.html">GoGridNode</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html">GoGridNodeDriver</a></td>
+    <td><tt>GoGrid node driver</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,207 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="package">l.c.drivers : package documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Drivers for working with different providers</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id73">
+  
+  
+<tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.bluebox.html">bluebox</a></td>
+    <td><tt>libcloud driver for the Blue Box Blocks API</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.brightbox.html">brightbox</a></td>
+    <td><tt>Brightbox Driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.cloudsigma.html">cloudsigma</a></td>
+    <td><tt>CloudSigma Driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.cloudstack.html">cloudstack</a></td>
+    <td><span class="undocumented">No module docstring; 4/4 classes documented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.dreamhost.html">dreamhost</a></td>
+    <td><tt>DreamHost Driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.dummy.html">dummy</a></td>
+    <td><tt>Dummy Driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.ec2.html">ec2</a></td>
+    <td><tt>Amazon EC2 driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.ecp.html">ecp</a></td>
+    <td><tt>Enomaly ECP driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.elastichosts.html">elastichosts</a></td>
+    <td><tt>ElasticHosts Driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.html">elasticstack</a></td>
+    <td><tt>Base driver for the providers based on the ElasticStack platform - http://www.elasticstack.com.</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.gandi.html">gandi</a></td>
+    <td><tt>Gandi driver for compute</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.gogrid.html">gogrid</a></td>
+    <td><tt>GoGrid driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.ibm_sbc.html">ibm_sbc</a></td>
+    <td><tt>Driver for the IBM Developer Cloud.</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.linode.html">linode</a></td>
+    <td><tt>libcloud driver for the Linode(R) API</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.ninefold.html">ninefold</a></td>
+    <td><span class="undocumented">No module docstring; 1/1 classes documented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.opennebula.html">opennebula</a></td>
+    <td><tt>OpenNebula driver.</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.openstack.html">openstack</a></td>
+    <td><tt>OpenStack driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.opsource.html">opsource</a></td>
+    <td><tt>Opsource Driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.rackspace.html">rackspace</a></td>
+    <td><tt>Rackspace driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.rimuhosting.html">rimuhosting</a></td>
+    <td><tt>RimuHosting Driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.serverlove.html">serverlove</a></td>
+    <td><tt>ServerLove Driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.skalicloud.html">skalicloud</a></td>
+    <td><tt>skalicloud Driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.slicehost.html">slicehost</a></td>
+    <td><tt>Slicehost Driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.softlayer.html">softlayer</a></td>
+    <td><tt>Softlayer driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.vcloud.html">vcloud</a></td>
+    <td><tt>VMware vCloud driver.</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.voxel.html">voxel</a></td>
+    <td><tt>Voxel VoxCloud driver</tt></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.compute.drivers.vpsnet.html">vpsnet</a></td>
+    <td><tt>VPS.net driver</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.ibm_sbc.IBMConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.ibm_sbc.IBMConnection.html?rev=1186108&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.ibm_sbc.IBMConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.ibm_sbc.IBMConnection.html Wed Oct 19 11:28:37 2011
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.ibm_sbc.IBMConnection : 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.c.d.i.IBMConnection(<span title="libcloud.common.base.ConnectionUserAndKey">ConnectionUserAndKey</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.ibm_sbc.html">ibm_sbc</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ibm_sbc.py#L47">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.ibm_sbc.IBMConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Connection class for the IBM Developer Cloud driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id207">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ibm_sbc.IBMConnection.html#add_default_headers">add_default_headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ibm_sbc.IBMConnection.html#encode_data">encode_data</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.ibm_sbc.IBMConnection.add_default_headers">
+    
+  </a>
+  <a name="add_default_headers">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add_default_headers(self, headers):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ibm_sbc.py#L55" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ibm_sbc.IBMConnection.encode_data">
+    
+  </a>
+  <a name="encode_data">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    encode_data(self, data):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ibm_sbc.py#L62" 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 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file