Interface BgpIpv4ReachabilityTopology

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

    public interface BgpIpv4ReachabilityTopology
    extends org.opendaylight.yangtools.yang.binding.ChildOf<BgpIpv4ReachabilityTopologyType>, org.opendaylight.yangtools.yang.binding.Augmentable<BgpIpv4ReachabilityTopology>

    This class represents the following YANG schema fragment defined in module odl-bgp-topology-types

     container bgp-ipv4-reachability-topology {
       presence "Indicates a BGP IPv4 reachability aware topology";
     }
     
    The schema path to identify an instance is odl-bgp-topology-types/bgp-ipv4-reachability-topology-type/bgp-ipv4-reachability-topology

    To create instances of this class use BgpIpv4ReachabilityTopologyBuilder.

    See Also:
    BgpIpv4ReachabilityTopologyBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<BgpIpv4ReachabilityTopology> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject