Interface SupportedTables

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SupportedTables>, BgpAddPathTableType, BgpTableType, 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, org.opendaylight.yangtools.yang.binding.Identifiable<SupportedTablesKey>

    public interface SupportedTables
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Peer>, org.opendaylight.yangtools.yang.binding.Augmentable<SupportedTables>, BgpAddPathTableType, org.opendaylight.yangtools.yang.binding.Identifiable<SupportedTablesKey>

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

     list supported-tables {
       key "afi safi";
       uses bgp-mp:bgp-add-path-table-type;
     }
     
    The schema path to identify an instance is bgp-rib/bgp-rib/rib/peer/supported-tables

    To create instances of this class use SupportedTablesBuilder.

    See Also:
    SupportedTablesBuilder, SupportedTablesKey