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.
SimpleSet A very simple set class.

Exceptions
DifferingCovers Raised if an attempt is made to add a SIG 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
  from_rdata(ttl, *rdatas)
Create an rdataset of the specified class, type, and TTL, and with the specified rdata objects.
  from_rdata_list(ttl, rdatas)
Create an rdataset of the specified class, type, and TTL, and with the specified list of rdata objects.
  from_text(rdclass, rdtype, ttl, *text_rdatas)
Create an rdataset of the specified class, type, and TTL, and with the specified rdatas in text format.
  from_text_list(rdclass, rdtype, ttl, text_rdatas)
Create an rdataset of 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 of the specified class, type, and TTL, and with the specified rdata objects.

from_rdata_list(ttl, rdatas)

Create an rdataset of the specified class, type, and TTL, and with the specified list of rdata objects.

from_text(rdclass, rdtype, ttl, *text_rdatas)

Create an rdataset of the specified class, type, and TTL, and with the specified rdatas in text format.

from_text_list(rdclass, rdtype, ttl, text_rdatas)

Create an rdataset of the specified class, type, and TTL, and with the specified list of rdatas in text format.

Generated by Epydoc 1.1 on Mon Jun 30 15:54:10 2003 http://epydoc.sf.net