Interface BgpIpv6ReachabilityTopology

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

    public interface BgpIpv6ReachabilityTopology
    extends org.opendaylight.yangtools.yang.binding.ChildOf<BgpIpv6ReachabilityTopologyType>, org.opendaylight.yangtools.yang.binding.Augmentable<BgpIpv6ReachabilityTopology>

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

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

    To create instances of this class use BgpIpv6ReachabilityTopologyBuilder.

    See Also:
    BgpIpv6ReachabilityTopologyBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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