The cinder.api.v2.snapshot_metadata Module

class Controller

Bases: object

The volume metadata API controller for the OpenStack API.

create(req, snapshot_id, body)
delete(req, snapshot_id, id)

Deletes an existing metadata.

index(req, snapshot_id)

Returns the list of metadata for a given snapshot.

show(req, snapshot_id, id)

Return a single metadata item.

update(req, snapshot_id, id, body)
update_all(req, snapshot_id, body)
create_resource()

Previous topic

The cinder.api.v2.router Module

Next topic

The cinder.api.v2.snapshots Module

This Page