public interface HostDescription extends Description
| Modifier and Type | Method and Description |
|---|---|
default boolean |
configured()
Returns true if configured by NetworkConfiguration.
|
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()
default boolean configured()