The cinder.backup.rpcapi Module

Client side of the volume backup RPC API.

class BackupAPI

Bases: cinder.openstack.common.rpc.proxy.RpcProxy

Client side of the volume rpc API.

API version history:

1.0 - Initial version.
BASE_RPC_API_VERSION = '1.0'
create_backup(ctxt, host, backup_id, volume_id)
delete_backup(ctxt, host, backup_id)
restore_backup(ctxt, host, backup_id, volume_id)

Previous topic

The cinder.backup.manager Module

Next topic

The cinder.brick.exception Module

This Page