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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<Rib,RibKey>getInstanceIdentifier()Returns the InstanceIdentifier of the object.
-
-
-
Method Detail
-
getInstanceIdentifier
org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<Rib,RibKey> getInstanceIdentifier()
Description copied from interface:InstanceReferenceReturns the InstanceIdentifier of the object.- Specified by:
getInstanceIdentifierin interfaceInstanceReference<Rib>- Returns:
- instance identifier
-
-