]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add missing DSYNC doco
authorBob Halley <halley@dnspython.org>
Sat, 23 Aug 2025 19:56:34 +0000 (12:56 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 23 Aug 2025 19:56:34 +0000 (12:56 -0700)
doc/rdata-subclasses.rst

index 711968c2c8179057b0bd3d2f463a513872024ece..aac3749f8cc107693d850ca65cd79d2345285b27 100644 (file)
@@ -201,6 +201,26 @@ Universal Types
 
       A ``bytes``, the digest of the key.
 
+.. autoclass:: dns.rdtypes.ANY.DSYNC.DSYNC
+   :members:
+
+   .. attribute:: rrtype
+
+      A ``dns.rdatatype.RdataType``, the type this DSYNC record will notify about.
+
+   .. attribute:: scheme
+
+      A ``dns.rdtypes.ANY.DSYNC.Scheme`` the scheme to use, typically
+      ``dns.rdtypes.ANY.DSYNC.Scheme.NOTIFY``.
+
+   .. attribute:: port
+
+      An ``int``, the port to notify.
+
+   .. attribute:: target
+
+      A ``dns.name.Name``, the hostname of the notification receiver.
+
 .. autoclass:: dns.rdtypes.ANY.EUI48.EUI48
    :members: