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

Module rrset

source code

DNS RRsets (an RRset is a named rdataset)

Classes [hide private]
  RRset
A DNS RRset (named rdataset).
Functions [hide private]
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.
source code
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.
source code
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.
source code
dns.rrset.RRset object
from_rdata(name, ttl, *rdatas)
Create an RRset with the specified name and TTL, and with the specified rdata objects.
source code
Variables [hide private]
  __package__ = 'dns'