All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
TopologyTypes1

@Generated("mdsal-binding-generator") public interface BgpIpv6ReachabilityTopologyType extends org.opendaylight.yangtools.binding.Grouping

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

 grouping bgp-ipv6-reachability-topology-type {
   container bgp-ipv6-reachability-topology {
     presence "Indicates a BGP IPv6 reachability aware topology";
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return bgpIpv6ReachabilityTopology, or null if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getBgpIpv6ReachabilityTopology

      BgpIpv6ReachabilityTopology getBgpIpv6ReachabilityTopology()
      Return bgpIpv6ReachabilityTopology, or null if it is not present.
      Returns:
      BgpIpv6ReachabilityTopology bgpIpv6ReachabilityTopology, or null if it is not present.