Interface NeighbourIpUnicastAfConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, NeighbourBaseAfConfig, NeighbourCastAfConfig, NeighbourCommonAfConfig, NeighbourIpMulticastAfConfig, SlowPeerConfig
    All Known Subinterfaces:
    Unicast, Unicast

    public interface NeighbourIpUnicastAfConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject, NeighbourIpMulticastAfConfig
    A set of configuration parameters that is applicable to ip unicast. This grouping is intended to be extended by vendors as necessary to describe the vendor-specific configuration parameters.

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

     grouping neighbour-ip-unicast-af-config {
       uses neighbour-ip-multicast-af-config;
     }
     
    The schema path to identify an instance is bgp/neighbour-ip-unicast-af-config