| Package | Description |
|---|---|
| org.onosproject.net.config.basics |
Various basic builtin network configurations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicDeviceConfig
Basic configuration for network infrastructure devices.
|
class |
BasicHostConfig
Basic configuration for network end-station hosts.
|
| Modifier and Type | Method and Description |
|---|---|
BasicElementConfig |
BasicDeviceConfig.driver(String driverName)
Sets the driver name.
|
BasicElementConfig |
BasicElementConfig.latitude(Double latitude)
Sets the element latitude.
|
BasicElementConfig |
BasicElementConfig.longitude(Double longitude)
Sets the element longitude.
|
BasicElementConfig |
BasicElementConfig.name(String name)
Sets friendly label for the element.
|
BasicElementConfig |
BasicElementConfig.owner(String owner)
Sets the owner of the element.
|
BasicElementConfig |
BasicElementConfig.rackAddress(String address)
Sets element rack address.
|
Copyright © 2015. All rights reserved.