Interface Tables

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Tables>, BgpTableType, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Rib>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<TablesKey>

    public interface Tables
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Rib>, org.opendaylight.yangtools.yang.binding.Augmentable<Tables>, BgpTableType, org.opendaylight.yangtools.yang.binding.Identifiable<TablesKey>

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

     list tables {
       uses bgp-mp:bgp-table-type;
       key "afi safi";
       container attributes {
         leaf uptodate {
           type boolean;
           default false;
         }
       }
       choice routes;
     }
     
    The schema path to identify an instance is bgp-rib/rib/tables

    To create instances of this class use TablesBuilder.

    See Also:
    TablesBuilder, TablesKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Tables> implementedInterface()
        Specified by:
        implementedInterface in interface BgpTableType
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getAttributes

        Attributes getAttributes()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.rib.tables.Attributes attributes, or null if not present
      • getRoutes

        Routes getRoutes()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.rib.tables.Routes routes, or null if not present
      • key

        TablesKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<TablesKey>