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.shared_ip_groups Module

class nova.api.openstack.shared_ip_groups.Controller

Bases: object

The Shared IP Groups Controller for the Openstack API

create(req, **kwargs)

Creates a new Shared IP group

delete(req, id, **kwargs)

Deletes a Shared IP Group

detail(req, **kwargs)

Returns a complete list of Shared IP Groups

index(req, **kwargs)

Returns a list of Shared IP Groups for the user

show(req, id, **kwargs)

Shows in-depth information on a specific Shared IP Group

update(req, id, **kwargs)

You can’t update a Shared IP Group

nova.api.openstack.shared_ip_groups.create_resource()