Interface DestinationEvpn

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DestinationEvpn>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Destination>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, EvpnDestination

    public interface DestinationEvpn
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Destination>, org.opendaylight.yangtools.yang.binding.Augmentable<DestinationEvpn>, EvpnDestination

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

     container destination-evpn {
       uses evpn-destination;
     }
     
    The schema path to identify an instance is odl-bgp-evpn/update/attributes/(urn:opendaylight:params:xml:ns:yang:bgp-multiprotocol?revision=2018-03-29)mp-reach-nlri/advertized-routes/destination-type/(urn:opendaylight:params:xml:ns:yang:bgp-evpn?revision=2020-01-20)destination-evpn-case/destination-evpn

    To create instances of this class use DestinationEvpnBuilder.

    See Also:
    DestinationEvpnBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<DestinationEvpn> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface EvpnDestination