public interface Host extends Element
| Modifier and Type | Method and Description |
|---|---|
default boolean |
configured()
Returns true if configured by NetworkConfiguration.
|
HostId |
id()
Host identification.
|
Set<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.
|
MacAddress |
mac()
Returns the host MAC address.
|
VlanId |
vlan()
Returns the VLAN ID tied to this host.
|
annotationsproviderIdas, isMacAddress mac()
VlanId vlan()
Set<IpAddress> ipAddresses()
HostLocation location()
default boolean configured()