Interface BgpUseMultiplePathsIbgpConfig

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

    public interface BgpUseMultiplePathsIbgpConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Configuration parmaeters relating to multipath for iBGP

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

     grouping bgp-use-multiple-paths-ibgp_config {
       leaf maximum-paths {
         type uint32;
         default 1;
       }
     }
     
    The schema path to identify an instance is openconfig-bgp-multiprotocol/bgp-use-multiple-paths-ibgp_config
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getMaximumPaths()
        Maximum number of parallel paths to consider when using iBGP multipath. The default is to use a single path
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 maximumPaths, or null if not present