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.contrib.floating_ips Module

class nova.api.openstack.contrib.floating_ips.FloatingIPController

Bases: object

The Floating IPs API controller for the OpenStack API.

create(req, body=None)
delete(req, id)
index(req)
show(req, id)

Return data about the given floating ip.

class nova.api.openstack.contrib.floating_ips.Floating_ips

Bases: nova.api.openstack.extensions.ExtensionDescriptor

get_actions()

Return the actions the extension adds, as required by contract.

get_alias()
get_description()
get_name()
get_namespace()
get_resources()
get_updated()