Interface EvpnDestination

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<EvpnDestination>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<EvpnDestination>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Evpn, PathIdGrouping, RouteDistinguisherGrouping

    public interface EvpnDestination
    extends org.opendaylight.yangtools.yang.binding.ChildOf<EvpnDestination>, org.opendaylight.yangtools.yang.binding.Augmentable<EvpnDestination>, Evpn, PathIdGrouping

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

     list evpn-destination {
       uses evpn;
       uses bgp-msg:path-id-grouping;
     }
     
    The schema path to identify an instance is odl-bgp-evpn/evpn-destination/evpn-destination

    To create instances of this class use EvpnDestinationBuilder.

    See Also:
    EvpnDestinationBuilder