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)

Previous topic

The nova.api.openstack.volume.extensions Module

Next topic

The nova.api.openstack.volume.types Module

This Page