Interface Ebgp

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

    public interface Ebgp
    extends org.opendaylight.yangtools.yang.binding.ChildOf<UseMultiplePaths>, org.opendaylight.yangtools.yang.binding.Augmentable<Ebgp>
    Multipath parameters for eBGP

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

     container ebgp {
       container config {
         uses bgp-use-multiple-paths-ebgp_config;
       }
       container state {
         config false;
         uses bgp-use-multiple-paths-ebgp_config;
       }
     }
     
    The schema path to identify an instance is openconfig-bgp-multiprotocol/bgp-use-multiple-paths/use-multiple-paths/ebgp

    To create instances of this class use EbgpBuilder.

    See Also:
    EbgpBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Ebgp> 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 eBGP multipath
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.use.multiple.paths.use.multiple.paths.ebgp.Config config, or null if not present
      • getState

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