Part of libcloud.compute.deployment View Source View In Hierarchy
Runs a chain of Deployment steps.
Method | __init__ | @type add: C{list} @keyword add: Deployment steps to add. |
Method | add | Add a deployment to this chain. |
Method | run | Run each deployment that has been added. |
Inherited from Deployment:
Method | _get_string_value | Undocumented |
Add a deployment to this chain. @type add: Single L{Deployment} or a C{list} of L{Deployment} @keyword add: Adds this deployment to the others already in this object.
Run each deployment that has been added. See also L{Deployment.run}