Interface Bgp

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Bgp>, BgpAfConfig, BgpAfVpnConfig, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Multicast>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, SlowPeerConfig, UpdateGroupManagement

    public interface Bgp
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Multicast>, org.opendaylight.yangtools.yang.binding.Augmentable<Bgp>, BgpAfVpnConfig
    BGP specific commands for vpnv4-multicast address family/sub-addess family combination.

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

     container bgp {
       uses bgp-af-vpn-config;
     }
     
    The schema path to identify an instance is bgp/bgp-router/vpnv4/multicast/bgp

    To create instances of this class use BgpBuilder.

    See Also:
    BgpBuilder