Previous topic

The cinder.api.v2.types Module

Next topic

The cinder.api.v2.volumes Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

The cinder.api.v2.views.volumes Module

class ViewBuilder

Bases: cinder.api.common.ViewBuilder

Model a server API response as a python dictionary.

detail(request, volume)

Detailed view of a single volume.

detail_list(request, volumes)

Detailed view of a list of volumes.

summary(request, volume)

Generic, non-detailed view of an volume.

summary_list(request, volumes)

Show a list of volumes without many details.