cinder.api.contrib.volume_transfer Module¶VolumeTransferController¶Bases: cinder.api.openstack.wsgi.Controller
The Volume Transfer API controller for the OpenStack API.
accept(req, id, body)¶Accept a new volume transfer.
create(req, body)¶Create a new volume transfer.
delete(req, id)¶Delete a transfer.
detail(req)¶Returns a detailed list of transfers.
index(req)¶Returns a summary list of transfers.
show(req, id)¶Return data about active transfers.
wsgi_actions = {}¶wsgi_extensions = []¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.