The cinder.api.views.cgsnapshots Module

class ViewBuilder

Bases: cinder.api.common.ViewBuilder

Model cgsnapshot API responses as a python dictionary.

detail(request, cgsnapshot)

Detailed view of a single cgsnapshot.

detail_list(request, cgsnapshots)

Detailed view of a list of cgsnapshots .

summary(request, cgsnapshot)

Generic, non-detailed view of a cgsnapshot.

summary_list(request, cgsnapshots)

Show a list of cgsnapshots without many details.

Previous topic

The cinder.api.views.capabilities Module

Next topic

The cinder.api.views.consistencygroups Module

This Page