public class FujitsuVoltControllerConfig
extends org.onosproject.net.driver.AbstractHandlerBehaviour
implements org.onosproject.net.behaviour.ControllerConfig
| Constructor and Description |
|---|
FujitsuVoltControllerConfig() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createVoltControllersConfig(org.apache.commons.configuration.HierarchicalConfiguration cfg,
String target,
String netconfOperation,
List<org.onosproject.net.behaviour.ControllerInfo> controllers)
Forms XML string to change controller information.
|
List<org.onosproject.net.behaviour.ControllerInfo> |
getControllers() |
void |
setControllers(List<org.onosproject.net.behaviour.ControllerInfo> controllers) |
handler, setHandlerpublic List<org.onosproject.net.behaviour.ControllerInfo> getControllers()
getControllers in interface org.onosproject.net.behaviour.ControllerConfigpublic void setControllers(List<org.onosproject.net.behaviour.ControllerInfo> controllers)
setControllers in interface org.onosproject.net.behaviour.ControllerConfigpublic static String createVoltControllersConfig(org.apache.commons.configuration.HierarchicalConfiguration cfg, String target, String netconfOperation, List<org.onosproject.net.behaviour.ControllerInfo> controllers)
cfg - a hierarchical configurationtarget - the type of configurationnetconfOperation - operation typecontrollers - list of controllers