twisted.names.dns.Record_NS(SimpleRecord) class documentationtwisted.names.dns
          
          (View In Hierarchy)
        
      An authoritative nameserver.
Inherited from SimpleRecord:
| Instance Variable | name | The name associated with this record. (type: Name) | 
| Instance Variable | ttl | The maximum number of seconds which this record should be cached. (type: int) | 
| Method | __init__ | |
| 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 FancyStrMixin (via SimpleRecord):
| Method | __str__ | Undocumented | 
Inherited from FancyEqMixin (via SimpleRecord):
| Method | __eq__ | Undocumented | 
| Method | __ne__ | Undocumented |