Interface L2vpnEvpn

  • All Superinterfaces:
    AllAfiSafiCommon, org.opendaylight.yangtools.yang.binding.Augmentable<L2vpnEvpn>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<L2vpnEvpnGroup>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, L2vpnCommon

    public interface L2vpnEvpn
    extends org.opendaylight.yangtools.yang.binding.ChildOf<L2vpnEvpnGroup>, org.opendaylight.yangtools.yang.binding.Augmentable<L2vpnEvpn>, L2vpnCommon
    BGP EVPN configuration options

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

     container l2vpn-evpn {
       when "../afi-safi-name = 'bgp-mp:l2vpn-evpn'" {
       }
       uses l2vpn-common;
     }
     
    The schema path to identify an instance is openconfig-bgp-multiprotocol/l2vpn-evpn-group/l2vpn-evpn

    To create instances of this class use L2vpnEvpnBuilder.

    See Also:
    L2vpnEvpnBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<L2vpnEvpn> implementedInterface()
        Specified by:
        implementedInterface in interface AllAfiSafiCommon
        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 L2vpnCommon