Home | Trees | Indices | Help |
|
---|
|
object --+ | message.Message --+ | Update
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
string |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Initialize a new DNS Update object.
|
Add records. The first argument is the replace mode. If false, RRs are added to an existing RRset; if true, the RRset is replaced with the specified contents. The second argument is the section to add to. The third argument is always a name. The other arguments can be:
|
Add records. The first argument is always a name. The other arguments can be:
|
Delete records. The first argument is always a name. The other arguments can be:
|
Replace records. The first argument is always a name. The other arguments can be:
Note that if you want to replace the entire node, you should do a delete of the name followed by one or more calls to add. |
Require that an owner name (and optionally an rdata type, or specific rdataset) exists as a prerequisite to the execution of the update. The first argument is always a name. The other arguments can be:
|
Return a string containing the update in DNS compressed wire format.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jan 25 16:39:11 2010 | http://epydoc.sourceforge.net |