All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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;
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return l2vpnEvpn, or null if it is not present.
     
    @NonNull L2vpnEvpn
    Return l2vpnEvpn, or an empty instance if it is not present.
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends L2vpnEvpnGroup> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<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.
    • nonnullL2vpnEvpn

      @NonNull L2vpnEvpn nonnullL2vpnEvpn()
      Return l2vpnEvpn, or an empty instance if it is not present.
      Returns:
      L2vpnEvpn l2vpnEvpn, or an empty instance if it is not present.