@Beta public abstract class IntentResource extends Object
| Constructor and Description |
|---|
IntentResource(IntentPrimitive primitive,
org.onosproject.core.ApplicationId appId,
org.onosproject.net.ConnectPoint ingress,
org.onosproject.net.ConnectPoint egress) |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.core.ApplicationId |
appId()
Returns the application ID associated with this resource at creation.
|
org.onosproject.net.ConnectPoint |
egress()
Returns the egress connect point associated with this resource at creation.
|
org.onosproject.net.ConnectPoint |
ingress()
Returns the ingress connect point associated with this resource at creation.
|
IntentPrimitive |
primitive()
Returns the intent primitive associated with this resource at creation.
|
public IntentResource(IntentPrimitive primitive, org.onosproject.core.ApplicationId appId, org.onosproject.net.ConnectPoint ingress, org.onosproject.net.ConnectPoint egress)
public IntentPrimitive primitive()
public org.onosproject.core.ApplicationId appId()
public org.onosproject.net.ConnectPoint ingress()
public org.onosproject.net.ConnectPoint egress()