Interface L2vpnEvpnGroup

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    AfiSafi

    @Generated("mdsal-binding-generator")
    public interface L2vpnEvpnGroup
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Group for BGP EVPN configuration options

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

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

      • QNAME

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

      • implementedInterface

        Class<? extends L2vpnEvpnGroup> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getL2vpnEvpn

        L2vpnEvpn getL2vpnEvpn()
        Return l2vpnEvpn, or null if it is not present.
             
                 BGP EVPN configuration options
             
         
        Returns:
        L2vpnEvpn l2vpnEvpn, or null if it is not present.