Interface BgpTopologyConfiguration

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

    @Generated("mdsal-binding-generator")
    public interface BgpTopologyConfiguration
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module odl-bgp-topology-config

     grouping bgp-topology-configuration {
       leaf rib-id {
         type rib:rib-id;
       }
     }
     
    The schema path to identify an instance is odl-bgp-topology-configbgp-topology-configuration
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        RibId getRibId()
        Return ribId, or null if it is not present.
        Returns:
        RibId ribId, or null if it is not present.
      • requireRibId

        default @NonNull RibId requireRibId()
        Return ribId, guaranteed to be non-null.
        Returns:
        RibId ribId, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if ribId is not present