Previous topic

The cinder.api.openstack.volume.limits Module

Next topic

The cinder.api.openstack.volume.types Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

The cinder.api.openstack.volume.snapshots Module

The volumes snapshots api.

class SnapshotTemplate

Bases: cinder.api.openstack.xmlutil.TemplateBuilder

construct()
class SnapshotsController(ext_mgr=None)

Bases: cinder.api.openstack.wsgi.Controller

The Volumes API controller for the OpenStack API.

create(req, body)

Creates a new snapshot.

delete(req, id)

Delete a snapshot.

detail(req)

Returns a detailed list of snapshots.

index(req)

Returns a summary list of snapshots.

show(req, id)

Return data about the given snapshot.

wsgi_actions = {}
wsgi_extensions = []
class SnapshotsTemplate

Bases: cinder.api.openstack.xmlutil.TemplateBuilder

construct()
create_resource(ext_mgr)
make_snapshot(elem)