Class MultiPointToSinglePointIntent


  • @Beta
    public final class MultiPointToSinglePointIntent
    extends ConnectivityIntent
    Abstraction of multiple source to single destination connectivity intent.
    • Constructor Detail

      • MultiPointToSinglePointIntent

        protected MultiPointToSinglePointIntent()
        Constructor for serializer.
    • Method Detail

      • builder

        public static MultiPointToSinglePointIntent.Builder builder()
        Returns a new multi point to single point intent builder. The application id, ingress points and egress point are required fields. If they are not set by calls to the appropriate methods, an exception will be thrown.
        Returns:
        single point to multi point builder
      • ingressPoints

        public java.util.Set<ConnectPoint> ingressPoints()
        Returns the set of ports on which ingress traffic should be connected to the egress port.
        Returns:
        set of ingress ports
      • egressPoint

        public ConnectPoint egressPoint()
        Returns the port on which the traffic should egress.
        Returns:
        egress port
      • filteredIngressPoints

        public java.util.Set<FilteredConnectPoint> filteredIngressPoints()
        Returns the set of ports on which ingress traffic should be connected to the egress port.
        Returns:
        set of ingress ports
      • filteredEgressPoint

        public FilteredConnectPoint filteredEgressPoint()
        Returns the port on which the traffic should egress.
        Returns:
        egress port
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object