Package org.onosproject.net
Interface EdgeLink
-
- All Superinterfaces:
Annotated
,Link
,NetworkResource
,Projectable
,Provided
- All Known Implementing Classes:
DefaultEdgeLink
public interface EdgeLink extends Link
Abstraction of a link between an end-station host and the network infrastructure.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.onosproject.net.Link
Link.State, Link.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostId
hostId()
Returns the host identification.HostLocation
hostLocation()
Returns the connection point where the host attaches to the network infrastructure.-
Methods inherited from interface org.onosproject.net.Annotated
annotations
-
Methods inherited from interface org.onosproject.net.driver.Projectable
as, is, project
-
Methods inherited from interface org.onosproject.net.Provided
providerId
-
-
-
-
Method Detail
-
hostId
HostId hostId()
Returns the host identification.- Returns:
- host identifier
-
hostLocation
HostLocation hostLocation()
Returns the connection point where the host attaches to the network infrastructure.- Returns:
- host location point
-
-