Interface Ipv4Routes

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

    @Generated("mdsal-binding-generator")
    public interface Ipv4Routes
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping ipv4-routes {
       container ipv4-routes {
         list ipv4-route {
           key "route-key path-id";
           uses bgp-rib:route;
           leaf prefix {
             type inet:ipv4-prefix;
           }
         }
       }
     }
     
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Ipv4Routes getIpv4Routes()
        Return ipv4Routes, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv4.routes.Ipv4Routes ipv4Routes, or null if it is not present.