Previous topic

The nova.api.openstack.compute.versions Module

Next topic

The nova.api.openstack.compute.views.flavors 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.addresses Module

class ViewBuilder

Bases: nova.api.openstack.common.ViewBuilder

Models server addresses as a dictionary.

basic(ip)

Return a dictionary describing an IP address.

index(networks)

Return a dictionary describing a list of networks.

show(network, label)

Returns a dictionary describing a network.