Interface BgpAfVpnConfig

  • All Superinterfaces:
    BgpAfConfig, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, SlowPeerConfig, UpdateGroupManagement
    All Known Subinterfaces:
    Bgp, Bgp, Bgp

    public interface BgpAfVpnConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject, BgpAfConfig, UpdateGroupManagement
    A set of configuration parameters that is applicable to vpn sub-address family on the BGP router.

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

     grouping bgp-af-vpn-config {
       uses bgp-af-config;
       uses update-group-management;
     }
     
    The schema path to identify an instance is bgp/bgp-af-vpn-config