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.

Previous topic

The nova.api.openstack.compute.versions Module

Next topic

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

This Page