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

class FloatingIPBulkController

Bases: object

create(req, body)

Bulk create floating IPs.

index(req)

Return a list of all floating IPs.

show(req, id)

Return a list of all floating IPs for a given host.

update(req, id, body)

Bulk delete floating IPs.

class Floating_ips_bulk(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Bulk handling of Floating IPs.

alias = 'os-floating-ips-bulk'
get_resources()
name = 'FloatingIpsBulk'
namespace = 'http://docs.openstack.org/compute/ext/floating_ips_bulk/api/v2'
updated = '2012-10-29T19:25:27Z'

Previous topic

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

Next topic

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

Project Source

This Page