The nova.api.openstack.compute.legacy_v2.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 Virtual_interfaces(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Virtual interface support.

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

Previous topic

The nova.api.openstack.compute.legacy_v2.contrib.user_quotas Module

Next topic

The nova.api.openstack.compute.legacy_v2.contrib.volume_attachment_update Module

Project Source

This Page