| Package | Description |
|---|---|
| org.onosproject.net.config.basics |
Various basic builtin network configurations.
|
| Modifier and Type | Method and Description |
|---|---|
OpticalPortConfig |
OpticalPortConfig.portName(String name)
Sets the port name, or updates it if already set.
|
OpticalPortConfig |
OpticalPortConfig.portNumberName(Long name)
Sets the port name from port number, or updates it if already set.
|
OpticalPortConfig |
OpticalPortConfig.portType(Port.Type type)
Sets the port type, or updates it if it's already set.
|
OpticalPortConfig |
OpticalPortConfig.speed(Integer bw)
Sets the port speed, or updates it if already set.
|
OpticalPortConfig |
OpticalPortConfig.staticLambda(Long index)
Sets the output lambda index, or updates it if already set.
|
OpticalPortConfig |
OpticalPortConfig.staticPort(String name)
Sets the output port name, or updates it if already set.
|
Copyright © 2015. All rights reserved.