@Beta public final class MultiPointToSinglePointIntent extends ConnectivityIntent
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiPointToSinglePointIntent.Builder
Builder of a multi point to single point intent.
|
DEFAULT_INTENT_PRIORITY, MAX_PRIORITY, MIN_PRIORITY| Modifier | Constructor and Description |
|---|---|
protected |
MultiPointToSinglePointIntent()
Constructor for serializer.
|
| Modifier and Type | Method and Description |
|---|---|
static MultiPointToSinglePointIntent.Builder |
builder()
Returns a new multi point to single point intent builder.
|
static MultiPointToSinglePointIntent.Builder |
builder(MultiPointToSinglePointIntent intent)
Creates a new builder pre-populated with the information in the given
intent.
|
ConnectPoint |
egressPoint()
Returns the port on which the traffic should egress.
|
FilteredConnectPoint |
filteredEgressPoint()
Returns the port on which the traffic should egress.
|
java.util.Set<FilteredConnectPoint> |
filteredIngressPoints()
Returns the set of ports on which ingress traffic should be connected to
the egress port.
|
java.util.Set<ConnectPoint> |
ingressPoints()
Returns the set of ports on which ingress traffic should be connected to
the egress port.
|
java.lang.String |
toString() |
constraints, resources, resources, selector, treatmentappId, bindIdGenerator, equals, hashCode, id, isInstallable, key, priority, resourceGroup, resources, unbindIdGeneratorprotected MultiPointToSinglePointIntent()
public static MultiPointToSinglePointIntent.Builder builder()
public static MultiPointToSinglePointIntent.Builder builder(MultiPointToSinglePointIntent intent)
intent - initial intentpublic java.util.Set<ConnectPoint> ingressPoints()
public ConnectPoint egressPoint()
public java.util.Set<FilteredConnectPoint> filteredIngressPoints()
public FilteredConnectPoint filteredEgressPoint()
public java.lang.String toString()
toString in class java.lang.Object