Interface UseMultiplePaths

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

    public interface UseMultiplePaths
    extends org.opendaylight.yangtools.yang.binding.ChildOf<BgpUseMultiplePathsNeighbor>, org.opendaylight.yangtools.yang.binding.Augmentable<UseMultiplePaths>
    Parameters related to the use of multiple-paths for the same NLRI when they are received only from this neighbor

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

     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;
         }
       }
     }
     
    The schema path to identify an instance is openconfig-bgp-multiprotocol/bgp-use-multiple-paths-neighbor/use-multiple-paths

    To create instances of this class use UseMultiplePathsBuilder.

    See Also:
    UseMultiplePathsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Config getConfig()
        Configuration parameters relating to multipath
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths.neighbor.use.multiple.paths.Config config, or null if not present
      • getState

        @Nullable State getState()
        State parameters relating to multipath
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths.neighbor.use.multiple.paths.State state, or null if not present
      • getEbgp

        @Nullable Ebgp getEbgp()
        Multipath configuration for eBGP
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths.neighbor.use.multiple.paths.Ebgp ebgp, or null if not present