t.n.d.Record_SOA(tputil.FancyEqMixin, tputil.FancyStrMixin) : class documentation

Part of twisted.names.dns View Source View In Hierarchy

Implements interfaces: twisted.names.dns.IEncodable, twisted.names.dns.IRecord

Marks the start of a zone of authority.

This record describes parameters which are shared by all records within a particular zone.

Instance Variable mname The domain-name of the name server that was the original or primary source of data for this zone. (type: Name)
Instance Variable rname A domain-name which specifies the mailbox of the person responsible for this zone. (type: Name)
Instance Variable serial The unsigned 32 bit version number of the original copy of the zone. Zone transfers preserve this value. This value wraps and should be compared using sequence space arithmetic. (type: int)
Instance Variable refresh A 32 bit time interval before the zone should be refreshed. (type: int)
Instance Variable minimum The unsigned 32 bit minimum TTL field that should be exported with any RR from this zone. (type: int)
Instance Variable expire A 32 bit time value that specifies the upper limit on the time interval that can elapse before the zone is no longer authoritative. (type: int)
Instance Variable retry A 32 bit time interval that should elapse before a failed refresh should be retried. (type: int)
Instance Variable ttl The default TTL to use for records served from this zone. (type: int)
Method __init__ Undocumented
Method encode Write a representation of this object to the given file object.
Method decode Reconstruct an object from data read from the given file object.
Method __hash__ Undocumented

Inherited from FancyEqMixin:

Method __eq__ Undocumented
Method __ne__ Undocumented

Inherited from FancyStrMixin:

Method __str__ Undocumented
mname =
The domain-name of the name server that was the original or primary source of data for this zone. (type: Name)
rname =
A domain-name which specifies the mailbox of the person responsible for this zone. (type: Name)
serial =
The unsigned 32 bit version number of the original copy of the zone. Zone transfers preserve this value. This value wraps and should be compared using sequence space arithmetic. (type: int)
refresh =
A 32 bit time interval before the zone should be refreshed. (type: int)
minimum =
The unsigned 32 bit minimum TTL field that should be exported with any RR from this zone. (type: int)
expire =
A 32 bit time value that specifies the upper limit on the time interval that can elapse before the zone is no longer authoritative. (type: int)
retry =
A 32 bit time interval that should elapse before a failed refresh should be retried. (type: int)
ttl =
The default TTL to use for records served from this zone. (type: int)
def __init__(self, mname='', rname='', serial=0, refresh=0, retry=0, expire=0, minimum=0, ttl=None): (source)
Undocumented
def encode(self, strio, compDict=None): (source)
Write a representation of this object to the given file object.
ParametersstrioThe stream to which to write bytes (type: File-like object)
compDictA dictionary of backreference addresses that have have already been written to this stream and that may be used for compression. (type: dict or None)
def decode(self, strio, length=None): (source)
Reconstruct an object from data read from the given file object.
ParametersstrioThe stream from which bytes may be read (type: File-like object)
lengthThe number of bytes in this RDATA field. Most implementations can ignore this value. Only in the case of records similar to TXT where the total length is in no way encoded in the data is it necessary. (type: int or None)
def __hash__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2012-09-01 11:44:56.