Interface Rtfilter

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

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

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

     container rtfilter {
       container unicast {
         uses neighbour-base-af-config;
         leaf soft-reconfiguration {
           type boolean;
         }
       }
     }
     
    The schema path to identify an instance is bgp/bgp-neighbors/bgp-neighbor/af-specific-config/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.neighbors.bgp.neighbor.af.specific.config.rtfilter.Unicast unicast, or null if not present