Interface Rtfilter

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Rtfilter>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<BgpRouter>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Rtfilter
    extends org.opendaylight.yangtools.yang.binding.ChildOf<BgpRouter>, org.opendaylight.yangtools.yang.binding.Augmentable<Rtfilter>

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

     container rtfilter {
       container unicast {
         container bgp {
           uses slow-peer-config;
         }
         uses maximum-paths;
       }
     }
     
    The schema path to identify an instance is bgp/bgp-router/rtfilter

    To create instances of this class use RtfilterBuilder.

    See Also:
    RtfilterBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<Rtfilter> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getUnicast

        @Nullable Unicast getUnicast()
        Returns:
        org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.bgp.router.rtfilter.Unicast unicast, or null if not present