| Package | Description |
|---|---|
| org.onosproject.net.config.basics |
Various basic builtin network configurations.
|
| Modifier and Type | Method and Description |
|---|---|
BasicLinkConfig |
BasicLinkConfig.bandwidth(Long bandwidth)
Sets the link bandwidth.
|
BasicLinkConfig |
BasicLinkConfig.isDurable(Boolean isDurable)
Sets durability for this link.
|
BasicLinkConfig |
BasicLinkConfig.latency(java.time.Duration latency)
Sets the link latency.
|
BasicLinkConfig |
BasicLinkConfig.type(Link.Type type)
Sets the link type.
|
Copyright © 2015. All rights reserved.