Interface Tables

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Tables>, BgpTableType, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<GracefulRestartCapability>, 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<GracefulRestartCapability>, 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-multiprotocol

     list tables {
       uses bgp-table-type;
       key "afi safi";
       leaf afi-flags {
         type bits {
           bit forwarding-state {
             position 0;
           }
         }
       }
     }
     
    The schema path to identify an instance is bgp-multiprotocol/mp-capabilities/graceful-restart-capability/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
      • getAfiFlags

        @Nullable Tables.AfiFlags getAfiFlags()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.graceful.restart.capability.Tables.AfiFlags afiFlags, or null if not present
      • key

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