public interface DeviceDriverService extends DeviceDriverProvider
Services of this interface provide the ability to:
Modifier and Type | Method and Description |
---|---|
String |
defaultOpenflowSwitch()
Device Type Name for the default openflow switch, used when specific
match not found in OF discovery.
|
String |
defaultSwitch()
Device Type Name for the default switch, used when specific match not
found.
|
String |
findTypeName(String mfg,
String hw,
String fw)
Find the best match Device Type Name for the given device strings.
|
create, create, create, create, create, getDeviceTypeNames, switchType
String findTypeName(String mfg, String hw, String fw)
mfg
- Manufacturerhw
- Hardware Modelfw
- Firmware revisionString defaultSwitch()
String defaultOpenflowSwitch()
Copyright © 2015. All Rights Reserved.