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