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).
|
default org.onlab.packet.VlanId |
innerVlan()
Returns the inner VLAN associated with this host.
|
Set<org.onlab.packet.IpAddress> |
ipAddress()
Returns the IP address associated with this host's MAC.
|
HostLocation |
location()
Returns the most recent location of the host on the network edge.
|
Set<HostLocation> |
locations()
Returns all locations of the host on the network edge.
|
default org.onlab.packet.EthType |
tpid()
Returns the TPID of the outermost VLAN associated with this host.
|
org.onlab.packet.VlanId |
vlan()
Returns the VLAN associated with this host.
|
annotationsorg.onlab.packet.MacAddress hwAddress()
org.onlab.packet.VlanId vlan()
default org.onlab.packet.VlanId innerVlan()
default org.onlab.packet.EthType tpid()
HostLocation location()
Set<HostLocation> locations()
Set<org.onlab.packet.IpAddress> ipAddress()
default boolean configured()