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

    @Generated("mdsal-binding-generator")
    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-unicastlabeled-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 Map<LabeledUnicastRouteKey,​LabeledUnicastRoute> getLabeledUnicastRoute()
        Return labeledUnicastRoute, or null if it is not present.
        Returns:
        Map<LabeledUnicastRouteKey, LabeledUnicastRoute> labeledUnicastRoute, or null if it is not present.
      • nonnullLabeledUnicastRoute

        default @NonNull Map<LabeledUnicastRouteKey,​LabeledUnicastRoute> nonnullLabeledUnicastRoute()
        Return labeledUnicastRoute, or an empty list if it is not present.
        Returns:
        Map<LabeledUnicastRouteKey, LabeledUnicastRoute> labeledUnicastRoute, or an empty list if it is not present.