Class IN rdata type classes.
Bases: pytomo.dns.rdata.Rdata
A record.
@ivar address: an IPv4 address @type address: string (in the standard “dotted quad” format)
Bases: pytomo.dns.rdata.Rdata
AAAA record.
@ivar address: an IPv6 address @type address: string (in the standard IPv6 format)
Bases: pytomo.dns.rdata.Rdata
APL record.
@ivar items: a list of APL items @type items: list of APL_Item @see: RFC 3123
Bases: object
An APL list item.
@ivar family: the address family (IANA address family registry) @type family: int @ivar negation: is this item negated? @type negation: bool @ivar address: the address @type address: string @ivar prefix: the prefix length @type prefix: int
Bases: pytomo.dns.rdata.Rdata
DHCID record
@ivar data: the data (the content of the RR is opaque as far as the DNS is concerned) @type data: string @see: RFC 4701
Bases: pytomo.dns.rdata.Rdata
IPSECKEY record
@ivar precedence: the precedence for this key data @type precedence: int @ivar gateway_type: the gateway type @type gateway_type: int @ivar algorithm: the algorithm to use @type algorithm: int @ivar gateway: the public key @type gateway: None, IPv4 address, IPV6 address, or domain name @ivar key: the public key @type key: string @see: RFC 4025
Bases: pytomo.dns.rdtypes.mxbase.UncompressedMX
KX record
Bases: pytomo.dns.rdata.Rdata
NAPTR record
@ivar order: order @type order: int @ivar preference: preference @type preference: int @ivar flags: flags @type flags: string @ivar service: service @type service: string @ivar regexp: regular expression @type regexp: string @ivar replacement: replacement name @type replacement: dns_name.Name object @see: RFC 3403
Bases: pytomo.dns.rdata.Rdata
NSAP record.
@ivar address: a NASP @type address: string @see: RFC 1706
Bases: pytomo.dns.rdtypes.nsbase.UncompressedNS
NSAP-PTR record
Bases: pytomo.dns.rdata.Rdata
PX record.
@ivar preference: the preference value @type preference: int @ivar map822: the map822 name @type map822: dns_name.Name object @ivar mapx400: the mapx400 name @type mapx400: dns_name.Name object @see: RFC 2163
Bases: pytomo.dns.rdata.Rdata
SRV record
@ivar priority: the priority @type priority: int @ivar weight: the weight @type weight: int @ivar port: the port of the service @type port: int @ivar target: the target host @type target: dns_name.Name object @see: RFC 2782
Bases: pytomo.dns.rdata.Rdata
WKS record
@ivar address: the address @type address: string @ivar protocol: the protocol @type protocol: int @ivar bitmap: the bitmap @type bitmap: string @see: RFC 1035