Interface EffectiveRibIn

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<EffectiveRibIn>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Peer>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Rib

    public interface EffectiveRibIn
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Peer>, org.opendaylight.yangtools.yang.binding.Augmentable<EffectiveRibIn>, Rib
    Routes as processed by inbound policy.

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

     container effective-rib-in {
       uses rib;
     }
     
    The schema path to identify an instance is bgp-rib/bgp-rib/rib/peer/effective-rib-in

    To create instances of this class use EffectiveRibInBuilder.

    See Also:
    EffectiveRibInBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

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