The cinder.api.views.snapshots Module

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

Previous topic

The cinder.api.views.scheduler_stats Module

Next topic

The cinder.api.views.transfers Module

Project Source

This Page