From: Bob Halley Date: Sun, 27 Nov 2022 22:17:15 +0000 (-0800) Subject: Improve AMTRELAY doco. X-Git-Tag: v2.3.0rc1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35fed3f41ce99b2db91188f0921e55f1c553e7e8;p=thirdparty%2Fdnspython.git Improve AMTRELAY doco. --- diff --git a/doc/rdata-subclasses.rst b/doc/rdata-subclasses.rst index 0e9c2446..36056d36 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: