rename
Uso
<rpc> <load-configuration> <configuration> <!-- opening tag for each parent of the object --> <!-- if the object has one identifier --> <object rename="rename" name="new-name"> <name>current-name</name> </object> <!-- if the object has two identifiers, both changing --> <object rename="rename" identifier1="new-name" \ identifier2=new-name"> <identifier1>current-name</identifier1> <identifier2>current-name</identifier2> </object> <!-- closing tag for each parent of the object --> </configuration> </load-configuration> </rpc>
Descrição
Altere o nome de um ou mais identificadores de um objeto de configuração. Na seção Uso , o elemento de tag do identificador é chamado <name>
quando o elemento tem um identificador.
O rename
atributo pode ser combinado com o atributo ou active
o inactive
atributo.