@Beta public final class SinglePointToMultiPointIntent extends ConnectivityIntent
| Modifier and Type | Class and Description |
|---|---|
static class |
SinglePointToMultiPointIntent.Builder
Builder of a single point to multi point intent.
|
DEFAULT_INTENT_PRIORITY, MAX_PRIORITY, MIN_PRIORITY| Modifier | Constructor and Description |
|---|---|
protected |
SinglePointToMultiPointIntent()
Constructor for serializer.
|
| Modifier and Type | Method and Description |
|---|---|
static SinglePointToMultiPointIntent.Builder |
builder()
Returns a new single point to multi point intent builder.
|
Set<ConnectPoint> |
egressPoints()
Returns the set of ports on which the traffic should egress.
|
Map<ConnectPoint,TrafficTreatment> |
egressTreatments()
Returns the multiple treatments jointly with their connection points.
|
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, unbindIdGeneratorprotected SinglePointToMultiPointIntent()
public static SinglePointToMultiPointIntent.Builder builder()
public ConnectPoint ingressPoint()
public Set<ConnectPoint> egressPoints()
public Map<ConnectPoint,TrafficTreatment> egressTreatments()