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:
Ipv4Ipv6UnicastCommon, Ipv4LabelledUnicast, Ipv4Unicast, Ipv6LabelledUnicast, Ipv6Unicast, L2vpnCommon, L2vpnEvpn, L2vpnVpls, L3vpnIpv4Ipv6MulticastCommon, L3vpnIpv4Ipv6UnicastCommon, L3vpnIpv4Multicast, L3vpnIpv4Unicast, L3vpnIpv6Multicast, L3vpnIpv6Unicast

@Generated("mdsal-binding-generator") public interface AllAfiSafiCommon extends org.opendaylight.yangtools.yang.binding.DataObject
Grouping for configuration common to all AFI,SAFI

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

 grouping all-afi-safi-common {
   container prefix-limit {
     container config {
       uses all-afi-safi-common-prefix-limit_config;
     }
     container state {
       config false;
       uses all-afi-safi-common-prefix-limit_config;
     }
   }
 }
 
  • 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 prefixLimit, or null if it is not present.
     
    @NonNull PrefixLimit
    Return prefixLimit, 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 AllAfiSafiCommon> 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
    • getPrefixLimit

      PrefixLimit getPrefixLimit()
      Return prefixLimit, or null if it is not present.
           
               Configure the maximum number of prefixes that will be accepted from a peer
           
       
      Returns:
      PrefixLimit prefixLimit, or null if it is not present.
    • nonnullPrefixLimit

      @NonNull PrefixLimit nonnullPrefixLimit()
      Return prefixLimit, or an empty instance if it is not present.
      Returns:
      PrefixLimit prefixLimit, or an empty instance if it is not present.