ViewBuilder
¶Bases: cinder.api.common.ViewBuilder
Model transfer API responses as a python dictionary.
create
(request, transfer)¶Detailed view of a single transfer when created.
detail
(request, transfer)¶Detailed view of a single transfer.
detail_list
(request, transfers, origin_transfer_count)¶Detailed view of a list of transfers .
summary
(request, transfer)¶Generic, non-detailed view of a transfer.
summary_list
(request, transfers, origin_transfer_count)¶Show a list of transfers without many details.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.