public interface Host extends Element
| Modifier and Type | Method and Description |
|---|---|
HostId |
id()
Host identification.
|
Set<org.onlab.packet.IpAddress> |
ipAddresses()
Returns set of IP addresses currently bound to the host MAC address.
|
HostLocation |
location()
Returns the most recent host location where the host attaches to the
network edge.
|
org.onlab.packet.MacAddress |
mac()
Returns the host MAC address.
|
org.onlab.packet.VlanId |
vlan()
Returns the VLAN ID tied to this host.
|
annotationsproviderIdas, isorg.onlab.packet.MacAddress mac()
org.onlab.packet.VlanId vlan()
Set<org.onlab.packet.IpAddress> ipAddresses()
HostLocation location()