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).
|
java.util.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.
|
java.util.Set<HostLocation> |
locations()
Returns all locations of the host on the network edge.
|
VlanId |
vlan()
Returns the VLAN associated with this host.
|
annotations
MacAddress hwAddress()
VlanId vlan()
HostLocation location()
java.util.Set<HostLocation> locations()
java.util.Set<IpAddress> ipAddress()
default boolean configured()