The cinder.api.views.manageable_snapshots Module

class ViewBuilder

Bases: cinder.api.common.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.

Previous topic

The cinder.api.views.limits Module

Next topic

The cinder.api.views.manageable_volumes Module

Project Source

This Page