Method: EPPClient::SecDNS#domain_update

Defined in:
lib/epp-client/secdns.rb

#domain_update(args) ⇒ Object

Extends the EPPClient::Domain#domain_update so that secDNS informations can be sent, the additionnal informations are contained in an :secDNS object :

:rem

To remove keys or ds from the delegation, with possible attributes one of :

:all

used to remove all DS and key data with a value of boolean true. A value of boolean false will do nothing. Removing all DS information can remove the ability of the parent to secure the delegation to the child zone.

:dsData

an array of dsData elements described in the domain_info function.

:keyData

an array of keyData elements as described in the domain_info function.

:add

To add keys or DS from the delegation, with possible attributes one of :

:dsData

an array of dsData elements described in the domain_info function.

:keyData

an array of keyData elements as described in the domain_info function.

:chg

contains security information to be changed, one of :

:maxSigLife

optional, as described in the domain_info function.



150
151
152
# File 'lib/epp-client/secdns.rb', line 150

def domain_update(args)
  super # placeholder so that I can add some doc
end