summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2022-11-27 14:17:15 -0800
committerBob Halley <halley@dnspython.org>2022-11-27 14:17:15 -0800
commit35fed3f41ce99b2db91188f0921e55f1c553e7e8 (patch)
treefe1b8c4e8998984e3b17341c547cdb8cbb062a9d
parent045cf21a3a347ad2d71bf5eda9e0d77769cddf7a (diff)
downloaddnspython-35fed3f41ce99b2db91188f0921e55f1c553e7e8.tar.gz
Improve AMTRELAY doco.
-rw-r--r--doc/rdata-subclasses.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/rdata-subclasses.rst b/doc/rdata-subclasses.rst
index 0e9c244..36056d3 100644
--- a/doc/rdata-subclasses.rst
+++ b/doc/rdata-subclasses.rst
@@ -15,6 +15,22 @@ Rdata Subclass Reference
.. autoclass:: dns.rdtypes.ANY.AMTRELAY.AMTRELAY
:members:
+ .. attribute:: precedence
+
+ An ``int``, the 8-bit unsigned integer preference.
+
+ .. attribute:: discovery_optional
+
+ A ``bool``, specifying whether discovery is optional or not.
+
+ .. attribute:: relay_type
+
+ An ``int``, the 8-bit unsigned integer relay type.
+
+ .. attribute:: relay
+
+ A ``dns.rdtypes.ANY.AMTRELAY.Relay`` instance, the relay.
+
.. autoclass:: dns.rdtypes.ANY.AVC.AVC
:members: