Interface Ipv4Routes

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

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

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

     container ipv4-routes {
       list ipv4-route {
         key "route-key path-id";
         uses bgp-rib:route;
         leaf prefix {
           type inet:ipv4-prefix;
         }
       }
     }
     
    The schema path to identify an instance is bgp-inet/ipv4-routes/ipv4-routes

    To create instances of this class use Ipv4RoutesBuilder.

    See Also:
    Ipv4RoutesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<Ipv4Route> getIpv4Route()
        Returns:
        java.util.List ipv4Route, or null if not present
      • nonnullIpv4Route

        default @NonNull List<Ipv4Route> nonnullIpv4Route()
        Returns:
        java.util.List ipv4Route, or an empty list if it is not present