| Package | Description |
|---|---|
| org.onosproject.net.device |
Infrastructure device model & related services API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceEvent |
DeviceStore.createOrUpdateDevice(ProviderId providerId,
DeviceId deviceId,
DeviceDescription deviceDescription)
Creates a new infrastructure device, or updates an existing one using
the supplied device description.
|
DeviceEvent |
DeviceStore.markOffline(DeviceId deviceId)
Removes the specified infrastructure device.
|
DeviceEvent |
DeviceStore.removeDevice(DeviceId deviceId)
Administratively removes the specified device from the store.
|
DeviceEvent |
DeviceStore.updatePortStatus(ProviderId providerId,
DeviceId deviceId,
PortDescription portDescription)
Updates the port status of the specified infrastructure device using the
given port description.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceEvent> |
DeviceStore.updatePorts(ProviderId providerId,
DeviceId deviceId,
List<PortDescription> portDescriptions)
Updates the ports of the specified infrastructure device using the given
list of port descriptions.
|
Copyright © 2015. All rights reserved.