class documentation
A non-terminal DNS name redirection.
This record type provides the capability to map an entire subtree of the DNS name space to another domain. It differs from the CNAME record which maps a single node of the name space.
See Also | |
http://www.faqs.org/rfcs/rfc2672.html | |
http://www.faqs.org/rfcs/rfc3363.html |
Class Variable | fancybasename |
Undocumented |
Inherited from SimpleRecord
:
Method | __hash__ |
Undocumented |
Method | __init__ |
No summary |
Method | decode |
Reconstruct an object from data read from the given file object. |
Method | encode |
Write a representation of this object to the given file object. |
Constant | TYPE |
An indicator of what kind of record this is. |
Class Variable | compare |
Undocumented |
Class Variable | show |
Undocumented |
Instance Variable | name |
The name associated with this record. |
Instance Variable | ttl |
The maximum number of seconds which this record should be cached. |
Inherited from FancyStrMixin
(via SimpleRecord
):
Method | __str__ |
Undocumented |
Inherited from FancyEqMixin
(via SimpleRecord
, FancyStrMixin
):
Method | __eq__ |
Undocumented |
Method | __ne__ |
Undocumented |