Previous topic

The cinder.api.xmlutil Module

Next topic

The cinder.backup.manager 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.backup.api Module

Handles all requests relating to the volume backups service.

class API(db_driver=None)

Bases: cinder.db.base.Base

API for interacting with the volume backup manager.

create(context, name, description, volume_id, container, availability_zone=None)

Make the RPC call to create a volume backup.

delete(context, backup_id)

Make the RPC call to delete a volume backup.

get(context, backup_id)
get_all(context, search_opts={})
restore(context, backup_id, volume_id=None)

Make the RPC call to restore a volume backup.