The nova.api.openstack.compute.views.images
Module¶
-
class
ViewBuilder
¶ Bases:
nova.api.openstack.common.ViewBuilder
-
basic
(request, image)¶ Return a dictionary with basic image attributes.
-
detail
(request, images)¶ Show a list of images with details.
-
index
(request, images)¶ Show a list of images with basic attributes.
-
show
(request, image)¶ Return a dictionary with image details.
-