@Beta
public abstract class IntentResource
extends java.lang.Object
Constructor and Description |
---|
IntentResource(IntentPrimitive primitive,
ApplicationId appId,
ConnectPoint ingress,
ConnectPoint egress) |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
appId()
Returns the application ID associated with this resource at creation.
|
ConnectPoint |
egress()
Returns the egress connect point associated with this resource at creation.
|
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, ApplicationId appId, ConnectPoint ingress, ConnectPoint egress)
public IntentPrimitive primitive()
public ApplicationId appId()
public ConnectPoint ingress()
public ConnectPoint egress()