Software_deploymentsΒΆ

class heatclient.v1.software_deployments.SoftwareDeployment(manager, info, loaded=False)

Bases: heatclient.openstack.common.apiclient.base.Resource

SoftwareDeployment.delete()
SoftwareDeployment.update(**fields)
class heatclient.v1.software_deployments.SoftwareDeploymentManager(client)

Bases: heatclient.openstack.common.apiclient.base.BaseManager

SoftwareDeploymentManager.create(**kwargs)

Create a software deployment.

SoftwareDeploymentManager.delete(deployment_id)

Delete a software deployment.

SoftwareDeploymentManager.get(deployment_id)

Get the details for a specific software deployment.

Parameters:deployment_id – ID of the software deployment
SoftwareDeploymentManager.list(**kwargs)

Get a list of software deployments. :rtype: list of SoftwareDeployment

SoftwareDeploymentManager.metadata(server_id)

Get a grouped collection of software deployment metadata for a given server. :rtype: list of SoftwareDeployment

SoftwareDeploymentManager.resource_class

alias of SoftwareDeployment

SoftwareDeploymentManager.update(deployment_id, **kwargs)

Update a software deployment.

Previous topic

Software_configs

Next topic

heat

This Page