Interface BgpUseMultiplePathsNeighbor

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

    @Generated("mdsal-binding-generator")
    public interface BgpUseMultiplePathsNeighbor
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Per-neighbor configuration for multipath for BGP

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

     grouping bgp-use-multiple-paths-neighbor {
       container use-multiple-paths {
         container config {
           uses bgp-use-multiple-paths_config;
         }
         container state {
           uses bgp-use-multiple-paths_config;
         }
         container ebgp {
           container config {
             uses bgp-use-multiple-paths-ebgp-as-options_config;
           }
           container state {
             config false;
             uses bgp-use-multiple-paths-ebgp-as-options_config;
           }
         }
       }
     }
     
    • 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 BgpUseMultiplePathsNeighbor> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getUseMultiplePaths

        UseMultiplePaths getUseMultiplePaths()
        Return useMultiplePaths, or null if it is not present.
             
                 Parameters related to the use of multiple-paths for the same NLRI when they are
                 received only from this neighbor
             
         
        Returns:
        UseMultiplePaths useMultiplePaths, or null if it is not present.