Interface BgpLinkstateTopology

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

    public interface BgpLinkstateTopology
    extends org.opendaylight.yangtools.yang.binding.ChildOf<BgpLinkstateTopologyType>, org.opendaylight.yangtools.yang.binding.Augmentable<BgpLinkstateTopology>

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

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

    To create instances of this class use BgpLinkstateTopologyBuilder.

    See Also:
    BgpLinkstateTopologyBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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