Previous topic

The nova.api.openstack.compute.contrib.users Module

Next topic

The nova.api.openstack.compute.contrib.volumes 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.contrib.virtual_interfaces Module

The virtual interfaces extension.

class ServerVirtualInterfaceController

Bases: object

The instance VIF API controller for the OpenStack API.

index(req, server_id)

Returns the list of VIFs for a given instance.

class VirtualInterfaceTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class Virtual_interfaces(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Virtual interface support

alias = 'virtual_interfaces'
get_resources()
name = 'VirtualInterfaces'
namespace = 'http://docs.openstack.org/compute/ext/virtual_interfaces/api/v1.1'
updated = '2011-08-17T00:00:00+00:00'