Interface RibReference

All Superinterfaces:
InstanceReference<Rib>
All Known Subinterfaces:
BGPPeerState, BGPRibState, RIB
All Known Implementing Classes:
ApplicationPeer, BGPPeer, BGPPeerStateImpl, BGPRibStateImpl, DefaultRibReference, RibImpl, RIBImpl

public interface RibReference extends InstanceReference<Rib>
A reference to a Rib instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<Rib,RibKey>
    Returns the InstanceIdentifier of the object.
  • Method Details