public interface HostDescription extends Description
| Modifier and Type | Method and Description |
|---|---|
org.onlab.packet.MacAddress |
hwAddress()
Returns the MAC address associated with this host (NIC).
|
Set<org.onlab.packet.IpAddress> |
ipAddress()
Returns the IP address associated with this host's MAC.
|
HostLocation |
location()
Returns the location of the host on the network edge.
|
org.onlab.packet.VlanId |
vlan()
Returns the VLAN associated with this host.
|
annotationsorg.onlab.packet.MacAddress hwAddress()
org.onlab.packet.VlanId vlan()
HostLocation location()
Set<org.onlab.packet.IpAddress> ipAddress()