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 BgpLinkstateTopologyType extends org.opendaylight.yangtools.binding.Grouping

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

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

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

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

    implementedInterface
  • Method Details

    • getBgpLinkstateTopology

      BgpLinkstateTopology getBgpLinkstateTopology()
      Return bgpLinkstateTopology, or null if it is not present.
      Returns:
      BgpLinkstateTopology bgpLinkstateTopology, or null if it is not present.