Package dns :: Package rdtypes :: Package ANY :: Module AFSDB :: Class AFSDB
[hide private]
[frames] | no frames]

Class AFSDB

source code

             object --+            
                      |            
            rdata.Rdata --+        
                          |        
              mxbase.MXBase --+    
                              |    
mxbase.UncompressedDowncasingMX --+
                                  |
                                 AFSDB

AFSDB record

Instance Methods [hide private]
 
get_subtype(self) source code
 
set_subtype(self, subtype) source code
 
get_hostname(self) source code
 
set_hostname(self, hostname) source code

Inherited from mxbase.UncompressedDowncasingMX: to_wire

Inherited from mxbase.MXBase: __init__, choose_relativity, to_digestable, to_text

Inherited from mxbase.MXBase (private): _cmp

Inherited from rdata.Rdata: __eq__, __ge__, __gt__, __le__, __lt__, __ne__, __repr__, __str__, covers, extended_rdatatype, validate

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Methods [hide private]

Inherited from mxbase.MXBase: from_text, from_wire

Instance Variables [hide private]
int subtype = property(get_subtype, set_subtype)
the subtype value
dns.name.Name object hostname = property(get_hostname, set_hostname)
the hostname name

Inherited from mxbase.MXBase: exchange, preference

Properties [hide private]

Inherited from object: __class__