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

class FloatingIPDNSDomainController

Bases: object

DNS domain controller for OpenStack API.

delete(req, id)

Delete the domain identified by id.

index(req)

Return a list of available DNS domains.

update(req, id, body)

Add or modify domain entry.

class FloatingIPDNSEntryController

Bases: object

DNS Entry controller for OpenStack API.

delete(req, domain_id, id)

Delete the entry identified by req and id.

show(req, domain_id, id)

Return the DNS entry that corresponds to domain_id and id.

update(req, domain_id, id, body)

Add or modify dns entry.

class Floating_ip_dns(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Floating IP DNS support.

alias = 'os-floating-ip-dns'
get_resources()
name = 'FloatingIpDns'
namespace = 'http://docs.openstack.org/ext/floating_ip_dns/api/v1.1'
updated = '2011-12-23T00:00:00Z'

Previous topic

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

Next topic

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

Project Source

This Page