Interface RouteTargetConstrainRoutes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RouteTargetConstrainRoutes>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<RouteTargetConstrainRoutes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface RouteTargetConstrainRoutes
    extends org.opendaylight.yangtools.yang.binding.ChildOf<RouteTargetConstrainRoutes>, org.opendaylight.yangtools.yang.binding.Augmentable<RouteTargetConstrainRoutes>

    This class represents the following YANG schema fragment defined in module bgp-route-target-constrain

     container route-target-constrain-routes {
       list route-target-constrain-route {
         key "route-key path-id";
         uses bgp-rib:route;
         uses route-target-constrain;
       }
     }
     
    The schema path to identify an instance is bgp-route-target-constrain/route-target-constrain-routes/route-target-constrain-routes

    To create instances of this class use RouteTargetConstrainRoutesBuilder.

    See Also:
    RouteTargetConstrainRoutesBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<RouteTargetConstrainRoutes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getRouteTargetConstrainRoute

        @Nullable List<RouteTargetConstrainRoute> getRouteTargetConstrainRoute()
        Returns:
        java.util.List routeTargetConstrainRoute, or null if not present
      • nonnullRouteTargetConstrainRoute

        default @NonNull List<RouteTargetConstrainRoute> nonnullRouteTargetConstrainRoute()
        Returns:
        java.util.List routeTargetConstrainRoute, or an empty list if it is not present