summaryrefslogtreecommitdiff
path: root/doc/message-update.rst
blob: 87e217183b67d23dd30d7266d077e0f1e637266d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.. _message-update:

The dns.update.UpdateMessage Class
----------------------------------

The ``dns.update.UpdateMessage`` class is used for DNS Dynamic Update
messages.  It provides section access using the DNS Dynamic Update
section names, and a variety of convenience methods for constructing
dynamic updates.

.. autoclass:: dns.update.UpdateMessage
   :members:

The following constants may be used to specify sections in the
``find_rrset()`` and ``get_rrset()`` methods:

.. autodata:: dns.update.ZONE
.. autodata:: dns.update.PREREQ
.. autodata:: dns.update.UPDATE
.. autodata:: dns.update.ADDITIONAL