public interface NodeProvisionService
NodeProvisionService interface.
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
getModelAndView(javax.servlet.http.HttpServletRequest request)
getModelAndView
|
boolean |
provisionNode(String user,
String foreignSource,
String foreignId,
String nodeLabel,
String ipAddress,
String[] categories,
String snmpCommunity,
String snmpVersion,
String deviceUsername,
String devicePassword,
String enablePassword,
String accessMethd,
String autoEnable,
String noSNMP)
provisionNode
|
org.springframework.web.servlet.ModelAndView getModelAndView(javax.servlet.http.HttpServletRequest request)
getModelAndView
request - a HttpServletRequest object.ModelAndView object.boolean provisionNode(String user, String foreignSource, String foreignId, String nodeLabel, String ipAddress, String[] categories, String snmpCommunity, String snmpVersion, String deviceUsername, String devicePassword, String enablePassword, String accessMethd, String autoEnable, String noSNMP) throws Exception
provisionNode
user - a String object.foreignSource - a String object.foreignId - a String object.nodeLabel - a String object.ipAddress - a String object.categories - an array of String objects.snmpCommunity - a String object.snmpVersion - a String object.deviceUsername - a String object.devicePassword - a String object.enablePassword - a String object.accessMethd - a String object.autoEnable - a String object.Exception - if any.Copyright © 2015. All rights reserved.