@Beta public class TunnelPrimitive extends IntentPrimitive
| Constructor and Description |
|---|
TunnelPrimitive(org.onosproject.core.ApplicationId appId,
org.onosproject.net.ConnectPoint one,
org.onosproject.net.ConnectPoint two) |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.net.ConnectPoint |
one()
The getter for the first connection point associated with a tunnel.
|
org.onosproject.net.ConnectPoint |
two()
The getter for the second connection point associated with a tunnel.
|
appIdpublic TunnelPrimitive(org.onosproject.core.ApplicationId appId,
org.onosproject.net.ConnectPoint one,
org.onosproject.net.ConnectPoint two)
public org.onosproject.net.ConnectPoint one()
public org.onosproject.net.ConnectPoint two()