cinder.api.views.manageable_snapshots module¶
- class ViewBuilder¶
Bases:
ViewBuilder
Model manageable snapshot responses as a python dictionary.
- detail(request, snapshot)¶
Detailed view of a manageable snapshot description.
- detail_list(request, snapshots, count)¶
Detailed view of a list of manageable snapshots.
- summary(request, snapshot)¶
Generic, non-detailed view of a manageable snapshot description.
- summary_list(request, snapshots, count)¶
Show a list of manageable snapshots without many details.