Interface PeerGroups

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PeerGroups>, BgpPeerGroup, 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 PeerGroups
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Bgp>, org.opendaylight.yangtools.yang.binding.Augmentable<PeerGroups>, BgpPeerGroup
    Configuration for BGP peer-groups

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

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

    To create instances of this class use PeerGroupsBuilder.

    See Also:
    PeerGroupsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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