| Package | Description |
|---|---|
| org.opencord.cordconfig |
Meta Application for hosting common cord configuration classes.
|
| org.opencord.cordconfig.access |
CORD access configuration classes.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<AccessDeviceData> |
CordConfigService.getAccessDevice(org.onosproject.net.DeviceId deviceId)
Retrieves the access device with the given device ID.
|
Optional<AccessDeviceData> |
CordConfigManager.getAccessDevice(org.onosproject.net.DeviceId deviceId) |
Set<AccessDeviceData> |
CordConfigService.getAccessDevices()
Retrieves the set of all access devices in the system.
|
Set<AccessDeviceData> |
CordConfigManager.getAccessDevices() |
| Modifier and Type | Method and Description |
|---|---|
AccessDeviceData |
AccessDeviceConfig.getAccessDevice()
Gets the access device configuration for this device.
|
AccessDeviceData |
AccessDeviceConfig.getOlt()
Deprecated.
in Goldeneye release. Use
AccessDeviceConfig.getAccessDevice() instead. |
Copyright © 2016. All rights reserved.