public interface HostDescription extends Description
| Modifier and Type | Method and Description | 
|---|---|
default boolean | 
configured()
Returns true if configured by NetworkConfiguration. 
 | 
MacAddress | 
hwAddress()
Returns the MAC address associated with this host (NIC). 
 | 
default VlanId | 
innerVlan()
Returns the inner VLAN associated with this host. 
 | 
Set<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 EthType | 
tpid()
Returns the TPID of the outermost VLAN associated with this host. 
 | 
VlanId | 
vlan()
Returns the VLAN associated with this host. 
 | 
annotationsMacAddress hwAddress()
VlanId vlan()
default VlanId innerVlan()
default EthType tpid()
HostLocation location()
Set<HostLocation> locations()
Set<IpAddress> ipAddress()
default boolean configured()