Previous topic

The nova.api.openstack.compute.views.limits Module

Next topic

The nova.api.openstack.compute.views.versions Module

This Page

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

The nova.api.openstack.compute.views.servers Module

class ViewBuilder

Bases: nova.api.openstack.common.ViewBuilder

Model a server API response as a python dictionary.

basic(request, instance)
create(request, instance)

View that should be returned when an instance is created.

detail(request, instances)

Detailed view of a list of instance.

index(request, instances)

Show a list of servers without many details.

show(request, instance)