All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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;
         }
       }
     }
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends LabeledUnicastRoutesList> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<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.