DeviceInfoObject

DeviceInfoObject is a data structure that contains the information necessary to add a device to NNC system.

  • Arraylist<String> deviceIPList
  • String username
  • String Password
  • String communityName
  • int snmpPort
  • String deviceGroupName, which will be the full path of device group, if we have a device group (groupAA1) under group1/groupAA, the client need to pass group1/groupAA/groupAA1
  • WebServicesProtcolEnum, which is a enumeration contains (HTTP or HTTPS), this piece information is only used by 2600 series device.
  • WebServicesProtcolEnum webServicesProtcol, this piece information is only used by 2600 series device.