Deprecated API

Deprecated Fields
netapp.manage.NaServer.HOSTSEQUIV
          As of SDK version 1.4 
netapp.manage.NaServer.LOGIN_PASSWORD
          As of SDK version 1.4 
 

Deprecated Methods
netapp.manage.NaElement.childAdd(NaElement)
          As of SDK version 1.4, replaced by addChildElem(NaElement). 
netapp.manage.NaElement.childAddString(String, String)
          As of SDK version 1.4, replaced by addNewChild(String,String). 
netapp.manage.NaElement.childGet(String)
          As of SDK version 1.4, replaced by getChildByName(String). 
netapp.manage.NaElement.childGetInt(String, int)
          As of SDK version 1.4, replaced by getChildIntValue(String,int). 
netapp.manage.NaElement.childGetString(String)
          As of SDK version 1.4, replaced by getChildContent(String). 
netapp.manage.NaElement.childrenGet()
          As of SDK version 1.4, replaced by getChildren(). 
netapp.manage.NaElement.resultsErrno()
          As of SDK version 1.4, always returns 0. NaServer.invoke() now throws NaAPIFailedException from which errno is available using getErrno(). 
netapp.manage.NaElement.resultsReason()
          As of SDK version 1.4, always returns null. NaServer.invoke() now throws NaAPIFailedException from which reason is available using getReason(). 
netapp.manage.NaElement.resultsStatus()
          As of SDK version 1.4, always returns true 
netapp.manage.NaElement.toString(String)
          As of SDK version 1.4, replaced by toPrettyString(String).