cinder.api.v3.views.group_snapshots module

class ViewBuilder

Bases: ViewBuilder

Model group_snapshot API responses as a python dictionary.

detail(request, group_snapshot)

Detailed view of a single group_snapshot.

detail_list(request, group_snapshots)

Detailed view of a list of group_snapshots .

summary(request, group_snapshot)

Generic, non-detailed view of a group_snapshot.

summary_list(request, group_snapshots)

Show a list of group_snapshots without many details.