public interface Host extends Element
| Modifier and Type | Method and Description |
|---|---|
default boolean |
configured()
Returns true if configured by NetworkConfiguration.
|
HostId |
id()
Host identification.
|
default org.onlab.packet.VlanId |
innerVlan()
Returns the inner VLAN ID tied to this host.
|
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.
|
Set<HostLocation> |
locations()
Returns all host locations where the host attaches to the network edge.
|
org.onlab.packet.MacAddress |
mac()
Returns the host MAC address.
|
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 ID tied to this host.
|
annotationsproviderIdas, is, projectorg.onlab.packet.MacAddress mac()
org.onlab.packet.VlanId vlan()
Set<org.onlab.packet.IpAddress> ipAddresses()
HostLocation location()
Set<HostLocation> locations()
default boolean configured()
default org.onlab.packet.VlanId innerVlan()
default org.onlab.packet.EthType tpid()