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)

Previous topic

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

Next topic

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

This Page