Previous topic

The cinder.api.versions Module

Next topic

The cinder.api.views.limits Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

The cinder.api.views.backups Module

class 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)

Detailed view of a list of backups .

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)

Show a list of backups without many details.