Interface LabeledUnicastRoutesList

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    LabeledUnicastIpv6Routes, LabeledUnicastRoutes

    public interface LabeledUnicastRoutesList
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module bgp-labeled-unicast

     grouping labeled-unicast-routes-list {
       list labeled-unicast-route {
         key "route-key path-id";
         uses labeled-unicast;
         uses bgp-rib:route {
           augment attributes/bgp-prefix-sid/bgp-prefix-sid-tlvs/bgp-prefix-sid-tlv {
             case lu-label-index-tlv {
               uses label-index-tlv;
             }
             case lu-originator-srgb-tlv {
               uses originator-srgb-tlv;
             }
           }
         }
       }
     }
     
    The schema path to identify an instance is bgp-labeled-unicast/labeled-unicast-routes-list
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends LabeledUnicastRoutesList> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getLabeledUnicastRoute

        @Nullable List<LabeledUnicastRoute> getLabeledUnicastRoute()
        Returns:
        java.util.List labeledUnicastRoute, or null if not present
      • nonnullLabeledUnicastRoute

        default @NonNull List<LabeledUnicastRoute> nonnullLabeledUnicastRoute()
        Returns:
        java.util.List labeledUnicastRoute, or an empty list if it is not present