@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.
|
ConnectPoint |
egressPoint()
Returns the port on which the traffic should egress.
|
ConnectPoint |
ingressPoint()
Returns the port on which the ingress traffic should be connected to
the egress.
|
String |
toString() |
constraints, resources, selector, treatmentappId, bindIdGenerator, equals, hashCode, id, isInstallable, key, priority, resources, unbindIdGeneratorpublic static PointToPointIntent.Builder builder()
public ConnectPoint ingressPoint()
public ConnectPoint egressPoint()