public interface Link extends Annotated, Provided, Projectable, NetworkResource
Modifier and Type | Interface and Description |
---|---|
static class |
Link.State
Representation of the link state, which applies primarily only to
configured durable links, i.e.
|
static class |
Link.Type
Coarse representation of the link type.
|
Modifier and Type | Method and Description |
---|---|
ConnectPoint |
dst()
Returns the link destination connection point.
|
boolean |
isExpected()
Indicates if the link was created from a predefined configuration.
|
ConnectPoint |
src()
Returns the link source connection point.
|
Link.State |
state()
Returns the link state.
|
Link.Type |
type()
Returns the link type.
|
annotations
providerId
as, is, project
ConnectPoint src()
ConnectPoint dst()
Link.Type type()
Link.State state()
boolean isExpected()