A DNS node.
|
|
|
|
string
|
|
|
|
|
|
bool
|
__eq__(self,
other)
Two nodes are equal if they have the same rdatasets. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
dns.rdataset.Rdataset object
|
find_rdataset(self,
rdclass,
rdtype,
covers=0,
create=False)
Find an rdataset matching the specified properties in the current
node. |
source code
|
|
|
dns.rdataset.Rdataset object or None
|
get_rdataset(self,
rdclass,
rdtype,
covers=0,
create=False)
Get an rdataset matching the specified properties in the current
node. |
source code
|
|
|
|
delete_rdataset(self,
rdclass,
rdtype,
covers=0)
Delete the rdataset matching the specified properties in the current
node. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|