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 L2vpnVplsGroup extends org.opendaylight.yangtools.yang.binding.DataObject
Group for BGP-signalled VPLS configuration options

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

 grouping l2vpn-vpls-group {
   container l2vpn-vpls {
     when "../afi-safi-name = 'bgp-mp:l2vpn-vpls'" {
     }
     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 l2vpnVpls, or null if it is not present.
     
    @NonNull L2vpnVpls
    Return l2vpnVpls, 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 L2vpnVplsGroup> 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
    • getL2vpnVpls

      L2vpnVpls getL2vpnVpls()
      Return l2vpnVpls, or null if it is not present.
           
               BGP-signalled VPLS configuration options
           
       
      Returns:
      L2vpnVpls l2vpnVpls, or null if it is not present.
    • nonnullL2vpnVpls

      @NonNull L2vpnVpls nonnullL2vpnVpls()
      Return l2vpnVpls, or an empty instance if it is not present.
      Returns:
      L2vpnVpls l2vpnVpls, or an empty instance if it is not present.