Files
openstacksdk/doc/source/user/proxies/dns.rst
hnn.ynh a1badd2864 Add getting the status of the services in designate system
The feature is specified in the DNS API docs but not supported in the SDK.

- Add ServiceStatus declaration
- Add methods to support - service_statuses(), get_service_status()

Change-Id: Ide1f6e7bdffc949cd814171bfb7ede4e503b8ac3
2024-09-17 23:13:04 +09:00

2.0 KiB

DNS API

For details on how to use dns, see /user/guides/dns

openstack.dns.v2._proxy

The DNS Class

The dns high-level interface is available through the dns member of a ~openstack.connection.Connection object. The dns member will only be added if the service is detected.

DNS Zone Operations

openstack.dns.v2._proxy.Proxy

Recordset Operations

openstack.dns.v2._proxy.Proxy

Zone Import Operations

openstack.dns.v2._proxy.Proxy

Zone Export Operations

openstack.dns.v2._proxy.Proxy

FloatingIP Operations

openstack.dns.v2._proxy.Proxy

Zone Transfer Operations

openstack.dns.v2._proxy.Proxy

Zone Share Operations

openstack.dns.v2._proxy.Proxy

Service Status Operations

openstack.dns.v2._proxy.Proxy