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