The cinder.transfer.api Module¶
Handles all requests relating to transferring ownership of volumes.
- 
class API(db_driver=None)¶
- Bases: - cinder.db.base.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)¶
- 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, filters=None)¶
 
-