Interface MaximumPaths

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

    public interface MaximumPaths
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Configures packet forwarding over multiple paths.

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

     grouping maximum-paths {
       leaf number-of-path {
         type uint8 {
           range 1..32;
         }
       }
       leaf ibgp-number-of-path {
         type uint8 {
           range 1..32;
         }
       }
     }
     
    The schema path to identify an instance is bgp/maximum-paths
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends MaximumPaths> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getNumberOfPath

        @Nullable org.opendaylight.yangtools.yang.common.Uint8 getNumberOfPath()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 numberOfPath, or null if not present
      • getIbgpNumberOfPath

        @Nullable org.opendaylight.yangtools.yang.common.Uint8 getIbgpNumberOfPath()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 ibgpNumberOfPath, or null if not present