Interface Unicast

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

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

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

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

    To create instances of this class use UnicastBuilder.

    See Also:
    UnicastBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Bgp getBgp()
        BGP specific commands for rtfilter-unicast address family/sub-addess family combination.
        Returns:
        org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.bgp.router.rtfilter.unicast.Bgp bgp, or null if not present