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