Previous topic

The nova.api.openstack.volume.extensions Module

Next topic

The nova.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 Nova 2011.2 docs or all OpenStack docs too.

The nova.api.openstack.volume.snapshots Module

The volumes snapshots api.

class SnapshotTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class SnapshotsController

Bases: object

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.

class SnapshotsTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
create_resource()
make_snapshot(elem)