Interface LabelRouteMap

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

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

    This class represents the following YANG schema fragment defined in module odl-fib

     container label-route-map {
       config false;
       list label-route-info {
         key label;
         leaf label {
           type uint32;
         }
         leaf dpn-id {
           type uint64;
         }
         leaf prefix {
           type string;
         }
         leaf-list next-hop-ip-list {
           type string;
         }
         leaf-list vpn-instance-list {
           type string;
         }
         leaf parent-vpnid {
           type uint32;
         }
         leaf vpn-interface-name {
           type string;
         }
         leaf elan-tag {
           type uint32;
         }
         leaf is-subnet-route {
           type boolean;
         }
         leaf parent-vpn-rd {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is odl-fib/label-route-map

    To create instances of this class use LabelRouteMapBuilder.

    See Also:
    LabelRouteMapBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<LabelRouteMap> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getLabelRouteInfo

        @Nullable java.util.List<LabelRouteInfo> getLabelRouteInfo()
        Returns:
        java.util.List labelRouteInfo, or null if not present
      • nonnullLabelRouteInfo

        default @NonNull java.util.List<LabelRouteInfo> nonnullLabelRouteInfo()
        Returns:
        java.util.List labelRouteInfo, or an empty list if it is not present