Interface Rib
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
AdjRibIn
,AdjRibOut
,ApplicationRib
,EffectiveRibIn
,LocRib
,PostPolicyRib
,PrePolicyRib
@Generated("mdsal-binding-generator")
public interface Rib
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-rib
grouping rib { list tables { uses bgp-mp:bgp-table-type; key "afi safi"; container attributes { leaf uptodate { type boolean; default false; } } choice routes; } }
-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getTables
Return tables, ornull
if it is not present.- Returns:
Map<TablesKey, Tables>
tables, ornull
if it is not present.
-
nonnullTables
Return tables, or an empty list if it is not present.- Returns:
Map<TablesKey, Tables>
tables, or an empty list if it is not present.
-