Interface BgpAddPathTableType

  • All Superinterfaces:
    BgpTableType, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    AddressFamilies, SupportedTables

    public interface BgpAddPathTableType
    extends org.opendaylight.yangtools.yang.binding.DataObject, BgpTableType

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

     grouping bgp-add-path-table-type {
       uses bgp-table-type;
       leaf send-receive {
         type send-receive;
       }
     }
     
    The schema path to identify an instance is bgp-multiprotocol/bgp-add-path-table-type
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends BgpAddPathTableType> 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
      • getSendReceive

        @Nullable SendReceive getSendReceive()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.SendReceive sendReceive, or null if not present