blob: c649479d4da9728b8107120931648e797a410f05 [file] [log] [blame]
package org.onlab.onos.net;
/**
* Representation of an network infrastructure device.
*/
public class Device {
// type, e.g. switch, router, firewall, ips, controller
// id (uri within)
// ports
}