l.d.MultiStepDeployment(Deployment) : class documentation

Part of libcloud.deployment View Source View In Hierarchy

Runs a chain of Deployment steps.
Method __init__
Method add Add a deployment to this chain.
Method run Run each deployment that has been added.
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:42:22.