Home | Trees | Index | Help |
|
---|
Package DNS :: Module rdatatype |
|
Exceptions | |
---|---|
UnknownRdatatype |
Raised if a type is unknown. |
Function Summary | |
---|---|
int |
Convert text into a DNS rdata type value. |
bool |
True if the type is a metatype. |
bool |
True if the type is a singleton. |
string |
Convert a DNS rdata type to text. |
Variable Summary | |
---|---|
int |
A
|
int |
A6
|
int |
AAAA
|
int |
AFSDB
|
int |
ANY
|
int |
AXFR
|
int |
CERT
|
int |
CNAME
|
int |
DNAME
|
int |
GPOS
|
int |
HINFO
|
int |
ISDN
|
int |
IXFR
|
int |
KEY
|
int |
KX
|
int |
LOC
|
int |
MAILA
|
int |
MAILB
|
int |
MB
|
int |
MD
|
dict | metatypes
- If an rdatatype is a metatype, there will be a mapping whose key is
the rdatatype value and whose value is True in this dictionary. |
int |
MF
|
int |
MG
|
int |
MINFO
|
int |
MR
|
int |
MX
|
int |
NAPTR
|
int |
NONE
|
int |
NS
|
int |
NSAP
|
int |
NSAP_PTR
|
int |
NULL
|
int |
NXT
|
int |
OPT
|
int |
PTR
|
int |
PX
|
int |
RP
|
int |
RT
|
int |
SIG
|
dict | singletons
- If an rdatatype is a singleton, there will be a mapping whose key is
the rdatatype value and whose value is True in this dictionary. |
int |
SOA
|
int |
SRV
|
int |
TKEY
|
int |
TSIG
|
int |
TXT
|
int |
UNSPEC
|
int |
WKS
|
int |
X25
|
Function Details |
---|
from_text(text)Convert text into a DNS rdata type value.
|
is_metatype(rdtype)True if the type is a metatype.
|
is_singleton(rdtype)True if the type is a singleton.
|
to_text(value)Convert a DNS rdata type to text.
|
Variable Details |
---|
A
|
A6
|
AAAA
|
AFSDB
|
ANY
|
AXFR
|
CERT
|
CNAME
|
DNAME
|
GPOS
|
HINFO
|
ISDN
|
IXFR
|
KEY
|
KX
|
LOC
|
MAILA
|
MAILB
|
MB
|
MD
|
metatypesIf an rdatatype is a metatype, there will be a mapping whose key is the rdatatype value and whose value is True in this dictionary.
|
MF
|
MG
|
MINFO
|
MR
|
MX
|
NAPTR
|
NONE
|
NS
|
NSAP
|
NSAP_PTR
|
NULL
|
NXT
|
OPT
|
PTR
|
PX
|
RP
|
RT
|
SIG
|
singletonsIf an rdatatype is a singleton, there will be a mapping whose key is the rdatatype value and whose value is True in this dictionary.
|
SOA
|
SRV
|
TKEY
|
TSIG
|
TXT
|
UNSPEC
|
WKS
|
X25
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 1.1 on Tue Jun 17 03:55:11 2003 | http://epydoc.sf.net |