blob: a397155e23d469b10add6e8313cd0907322bed3f [file] [log] [blame]
package net.onrc.onos.api.host;
/**
* Information describing host and its location.
*/
public interface HostDescription {
// IP, MAC, VLAN-ID, HostLocation -> (ConnectionPoint + timestamp)
}