l.c.d.MultiStepDeployment(Deployment) : class documentation

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
def __init__(self, add=None): (source)
@type add: C{list}
@keyword add: Deployment steps to add.
def add(self, add): (source)
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.
def run(self, node, client): (source)
Run each deployment that has been added.

See also L{Deployment.run}
API Documentation for libcloud, generated by pydoctor at 2013-07-01 17:02:02.