| Package | Description |
|---|---|
| org.onosproject.net |
Network model entities & service API definitions.
|
| org.onosproject.net.host |
End-station host model & related services API definitions.
|
| Modifier and Type | Field and Description |
|---|---|
static HostLocation |
HostLocation.NONE
Represents a no location or an unknown location.
|
| Modifier and Type | Method and Description |
|---|---|
HostLocation |
EdgeLink.hostLocation()
Returns the connection point where the host attaches to the
network infrastructure.
|
HostLocation |
DefaultEdgeLink.hostLocation() |
HostLocation |
Host.location()
Returns the most recent host location where the host attaches to the
network edge.
|
HostLocation |
DefaultHost.location() |
| Constructor and Description |
|---|
DefaultEdgeLink(ProviderId providerId,
ConnectPoint hostPoint,
HostLocation hostLocation,
boolean isIngress,
Annotations... annotations)
Creates an edge link using the supplied information.
|
DefaultHost(ProviderId providerId,
HostId id,
org.onlab.packet.MacAddress mac,
org.onlab.packet.VlanId vlan,
HostLocation location,
Set<org.onlab.packet.IpAddress> ips,
Annotations... annotations)
Creates an end-station host using the supplied information.
|
| Modifier and Type | Method and Description |
|---|---|
HostLocation |
HostDescription.location()
Returns the location of the host on the network edge.
|
HostLocation |
DefaultHostDescription.location() |
| Constructor and Description |
|---|
DefaultHostDescription(org.onlab.packet.MacAddress mac,
org.onlab.packet.VlanId vlan,
HostLocation location,
org.onlab.packet.IpAddress ip,
SparseAnnotations... annotations)
Creates a host description using the supplied information.
|
DefaultHostDescription(org.onlab.packet.MacAddress mac,
org.onlab.packet.VlanId vlan,
HostLocation location,
Set<org.onlab.packet.IpAddress> ip,
SparseAnnotations... annotations)
Creates a host description using the supplied information.
|
DefaultHostDescription(org.onlab.packet.MacAddress mac,
org.onlab.packet.VlanId vlan,
HostLocation location,
SparseAnnotations... annotations)
Creates a host description using the supplied information.
|
Copyright © 2015. All rights reserved.