public interface Host extends Element
Modifier and Type | Method and Description |
---|---|
default boolean |
configured()
Returns true if configured by NetworkConfiguration.
|
HostId |
id()
Host identification.
|
java.util.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.
|
java.util.Set<HostLocation> |
locations()
Returns all host locations 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.
|
annotations
providerId
as, is, project
MacAddress mac()
VlanId vlan()
java.util.Set<IpAddress> ipAddresses()
HostLocation location()
java.util.Set<HostLocation> locations()
default boolean configured()