public interface Device extends NetworkElement
Interfaces
.NetworkElement.Type
Modifier and Type | Method and Description |
---|---|
DataPathId |
dpid()
Returns the data path id for this device or null if the device is not an
OpenFlow datapath.
|
DeviceId |
id()
Returns the device ID for this device.
|
DeviceInfo |
info()
Set of information accrued about the device through the use of device
drivers.
|
boolean |
isOnline()
Indicates whether the device is presently online.
|
Set<URI> |
managementURIs()
Set of URIs that can be used to communicate with the device via
device drivers.
|
Device |
realizedBy()
Optional reference to a device that is used to realize this one.
|
name, type
supplierId
DeviceId id()
id
in interface NetworkElement
DeviceInfo info()
boolean isOnline()
Set<URI> managementURIs()
snmp://12312313/ of://dpid/
DataPathId dpid()
Device realizedBy()
Copyright © 2015. All Rights Reserved.