The cinder.api.views.consistencygroups Module¶
- 
class 
ViewBuilder¶ Bases:
cinder.api.common.ViewBuilderModel consistencygroup API responses as a python dictionary.
- 
detail(request, consistencygroup)¶ Detailed view of a single consistency group.
- 
detail_list(request, consistencygroups)¶ Detailed view of a list of consistency groups .
- 
summary(request, consistencygroup)¶ Generic, non-detailed view of a consistency group.
- 
summary_list(request, consistencygroups)¶ Show a list of consistency groups without many details.
-