blob: a397155e23d469b10add6e8313cd0907322bed3f [file] [log] [blame]
alshabib1f44e8e2014-08-14 15:19:57 -07001package net.onrc.onos.api.host;
2
3/**
4 * Information describing host and its location.
5 */
6public interface HostDescription {
7
8 // IP, MAC, VLAN-ID, HostLocation -> (ConnectionPoint + timestamp)
9
10
11}