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

Class CNAME

source code

 object --+        
          |        
rdata.Rdata --+    
              |    
  nsbase.NSBase --+
                  |
                 CNAME

CNAME record

Note: although CNAME is officially a singleton type, dnspython allows non-singleton CNAME rdatasets because such sets have been commonly used by BIND and other nameservers for load balancing.

Instance Methods [hide private]

Inherited from nsbase.NSBase: __init__, choose_relativity, to_digestable, to_text, to_wire

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 nsbase.NSBase: from_text, from_wire

Instance Variables [hide private]

Inherited from nsbase.NSBase: target

Properties [hide private]

Inherited from rdata.Rdata: rdclass, rdtype

Inherited from object: __class__