Interface Mvpn

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Mvpn>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Ipv4>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, NeighbourBaseAfConfig, NeighbourCastAfConfig, NeighbourCommonAfConfig, SlowPeerConfig

    public interface Mvpn
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Ipv4>, org.opendaylight.yangtools.yang.binding.Augmentable<Mvpn>, NeighbourCastAfConfig

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

     container mvpn {
       uses neighbour-cast-af-config;
     }
     
    The schema path to identify an instance is bgp/bgp-neighbors/bgp-neighbor/af-specific-config/ipv4/mvpn

    To create instances of this class use MvpnBuilder.

    See Also:
    MvpnBuilder