Interface Neighbors

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Neighbors>, BgpNeighbors, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Bgp>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Neighbors
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Bgp>, org.opendaylight.yangtools.yang.binding.Augmentable<Neighbors>, BgpNeighbors
    Configuration for BGP neighbors

    This class represents the following YANG schema fragment defined in module openconfig-bgp

     container neighbors {
       uses bgp-neighbors;
     }
     
    The schema path to identify an instance is openconfig-bgp/bgp-top/bgp/neighbors

    To create instances of this class use NeighborsBuilder.

    See Also:
    NeighborsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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