@Beta public final class PointToPointIntent extends ConnectivityIntent
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PointToPointIntent.Builder
Builder of a point to point intent. 
 | 
DEFAULT_INTENT_PRIORITY, MAX_PRIORITY, MIN_PRIORITY| Modifier | Constructor and Description | 
|---|---|
protected  | 
PointToPointIntent()
Constructor for serializer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PointToPointIntent.Builder | 
builder()
Returns a new point to point intent builder. 
 | 
FilteredConnectPoint | 
filteredEgressPoint()
Return the filtered port on which the traffic should exit. 
 | 
FilteredConnectPoint | 
filteredIngressPoint()
Returns the filtered port on which the ingress traffic should be connected to the
 egress. 
 | 
List<Link> | 
suggestedPath()
Return the suggested path (as a list of links) that the compiler should use. 
 | 
String | 
toString()  | 
constraints, resources, resources, selector, treatmentappId, bindIdGenerator, equals, hashCode, id, isInstallable, key, priority, resourceGroup, resources, unbindIdGeneratorpublic static PointToPointIntent.Builder builder()
public FilteredConnectPoint filteredIngressPoint()
public FilteredConnectPoint filteredEgressPoint()
public List<Link> suggestedPath()