cinder.transfer.api module

Handles all requests relating to transferring ownership of volumes.

class API

Bases: Base

API for interacting volume transfers.

accept(context, transfer_id, auth_key)

Accept a volume that has been offered for transfer.

create(context, volume_id, display_name, no_snapshots=False, allow_encrypted=False)

Creates an entry in the transfers table.

delete(context, transfer_id)

Make the RPC call to delete a volume transfer.

get(context, transfer_id)
get_all(context, marker=None, limit=None, sort_keys=None, sort_dirs=None, filters=None, offset=None)