Package dns :: Module rdataset
[show private | hide private]
[frames | no frames]

Module dns.rdataset

DNS rdatasets (an rdataset is a set of rdatas of a given type and class)
Classes
Rdataset A DNS rdataset.

Exceptions
DifferingCovers Raised if an attempt is made to add a SIG/RRSIG whose covered type is not the same as that of the other rdatas in the rdataset.
IncompatibleTypes Raised if an attempt is made to add rdata of an incompatible type.

Function Summary
dns.rdataset.Rdataset object from_rdata(ttl, *rdatas)
Create an rdataset with the specified TTL, and with the specified rdata objects.
dns.rdataset.Rdataset object from_rdata_list(ttl, rdatas)
Create an rdataset with the specified TTL, and with the specified list of rdata objects.
dns.rdataset.Rdataset object from_text(rdclass, rdtype, ttl, *text_rdatas)
Create an rdataset with the specified class, type, and TTL, and with the specified rdatas in text format.
dns.rdataset.Rdataset object from_text_list(rdclass, rdtype, ttl, text_rdatas)
Create an rdataset with the specified class, type, and TTL, and with the specified list of rdatas in text format.

Function Details

from_rdata(ttl, *rdatas)

Create an rdataset with the specified TTL, and with the specified rdata objects.
Returns:
dns.rdataset.Rdataset object

from_rdata_list(ttl, rdatas)

Create an rdataset with the specified TTL, and with the specified list of rdata objects.
Returns:
dns.rdataset.Rdataset object

from_text(rdclass, rdtype, ttl, *text_rdatas)

Create an rdataset with the specified class, type, and TTL, and with the specified rdatas in text format.
Returns:
dns.rdataset.Rdataset object

from_text_list(rdclass, rdtype, ttl, text_rdatas)

Create an rdataset with the specified class, type, and TTL, and with the specified list of rdatas in text format.
Returns:
dns.rdataset.Rdataset object

Generated by Epydoc 2.1 on Sun Jul 31 21:35:42 2005 http://epydoc.sf.net