cinder.api.v3.views.groups Modulecinder.api.v3.views.groups Module¶ViewBuilder¶Bases: cinder.api.common.ViewBuilder
Model group API responses as a python dictionary.
detail(request, group)¶Detailed view of a single group.
detail_list(request, groups)¶Detailed view of a list of groups .
summary(request, group)¶Generic, non-detailed view of a group.
summary_list(request, groups)¶Show a list of groups without many details.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.