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

Module dns.rrset

DNS RRsets (an RRset is a named rdataset)
Classes
RRset A DNS RRset (named rdataset).

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

Function Details

from_rdata(name, ttl, *rdatas)

Create an RRset with the specified name and TTL, and with the specified rdata objects.
Returns:
dns.rrset.RRset object

from_rdata_list(name, ttl, rdatas)

Create an RRset with the specified name and TTL, and with the specified list of rdata objects.
Returns:
dns.rrset.RRset object

from_text(name, ttl, rdclass, rdtype, *text_rdatas)

Create an RRset with the specified name, TTL, class, and type and with the specified rdatas in text format.
Returns:
dns.rrset.RRset object

from_text_list(name, ttl, rdclass, rdtype, text_rdatas)

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

Generated by Epydoc 1.1 on Sat Sep 6 01:38:35 2003 http://epydoc.sf.net