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 rdata.Rdata: __eq__, __ge__, __gt__, __hash__, __le__, __lt__, __ne__, __repr__, __str__, covers, extended_rdatatype, validate

Inherited from rdata.Rdata (private): _cmp

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from mxbase.MXBase: from_text, from_wire

Instance Variables [hide private]
int subtype
the subtype value
dns.name.Name object hostname
the hostname name

Inherited from mxbase.MXBase: exchange, preference

Properties [hide private]

Inherited from rdata.Rdata: rdclass, rdtype

Inherited from object: __class__

Instance Variable Details [hide private]

subtype

the subtype value
Get Method:
get_subtype(self)
Set Method:
set_subtype(self, subtype)

hostname

the hostname name
Get Method:
get_hostname(self)
Set Method:
set_hostname(self, hostname)