All Superinterfaces:
ApplyPolicyGroup, org.opendaylight.yangtools.yang.binding.Augmentable<AfiSafi>, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<BgpCommonAfiSafiList>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Ipv4LabelledUnicastGroup, Ipv4UnicastGroup, Ipv6LabelledUnicastGroup, Ipv6UnicastGroup, org.opendaylight.yangtools.yang.binding.KeyAware<AfiSafiKey>, L2vpnEvpnGroup, L2vpnVplsGroup, L3vpnIpv4MulticastGroup, L3vpnIpv4UnicastGroup, L3vpnIpv6MulticastGroup, L3vpnIpv6UnicastGroup

@Generated("mdsal-binding-generator") public interface AfiSafi extends org.opendaylight.yangtools.yang.binding.ChildOf<BgpCommonAfiSafiList>, org.opendaylight.yangtools.yang.binding.Augmentable<AfiSafi>, ApplyPolicyGroup, Ipv4UnicastGroup, Ipv6UnicastGroup, Ipv4LabelledUnicastGroup, Ipv6LabelledUnicastGroup, L3vpnIpv4UnicastGroup, L3vpnIpv6UnicastGroup, L3vpnIpv4MulticastGroup, L3vpnIpv6MulticastGroup, L2vpnVplsGroup, L2vpnEvpnGroup, org.opendaylight.yangtools.yang.binding.KeyAware<AfiSafiKey>
AFI,SAFI configuration available for the neighbour or group

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

 list afi-safi {
   key afi-safi-name;
   leaf afi-safi-name {
     type leafref {
       path ../config/afi-safi-name;
     }
   }
   container graceful-restart {
     container config {
       uses bgp-afi-safi-graceful-restart_config;
     }
     container state {
       config false;
       uses bgp-afi-safi-graceful-restart_config;
     }
   }
   container config {
     uses bgp-afi-safi_config;
   }
   container state {
     config false;
     uses bgp-afi-safi_config;
     uses bgp-op:bgp-afi-safi_state;
   }
   uses rpol:apply-policy-group;
   uses ipv4-unicast-group;
   uses ipv6-unicast-group;
   uses ipv4-labelled-unicast-group;
   uses ipv6-labelled-unicast-group;
   uses l3vpn-ipv4-unicast-group;
   uses l3vpn-ipv6-unicast-group;
   uses l3vpn-ipv4-multicast-group;
   uses l3vpn-ipv6-multicast-group;
   uses l2vpn-vpls-group;
   uses l2vpn-evpn-group;
 }
 

To create instances of this class use AfiSafiBuilder.

See Also:
  • 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

      default Class<AfiSafi> implementedInterface()
      Specified by:
      implementedInterface in interface ApplyPolicyGroup
      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
      Specified by:
      implementedInterface in interface Ipv4LabelledUnicastGroup
      Specified by:
      implementedInterface in interface Ipv4UnicastGroup
      Specified by:
      implementedInterface in interface Ipv6LabelledUnicastGroup
      Specified by:
      implementedInterface in interface Ipv6UnicastGroup
      Specified by:
      implementedInterface in interface L2vpnEvpnGroup
      Specified by:
      implementedInterface in interface L2vpnVplsGroup
      Specified by:
      implementedInterface in interface L3vpnIpv4MulticastGroup
      Specified by:
      implementedInterface in interface L3vpnIpv4UnicastGroup
      Specified by:
      implementedInterface in interface L3vpnIpv6MulticastGroup
      Specified by:
      implementedInterface in interface L3vpnIpv6UnicastGroup
    • bindingHashCode

      static int bindingHashCode(@NonNull AfiSafi obj)
      Default implementation of Object.hashCode() contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent hashing results across all implementations.
      Parameters:
      obj - Object for which to generate hashCode() result.
      Returns:
      Hash code value of data modeled by this interface.
      Throws:
      NullPointerException - if obj is null
    • bindingEquals

      static boolean bindingEquals(@NonNull AfiSafi thisObj, Object obj)
      Default implementation of Object.equals(Object) contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent equality results across all implementations.
      Parameters:
      thisObj - Object acting as the receiver of equals invocation
      obj - Object acting as argument to equals invocation
      Returns:
      True if thisObj and obj are considered equal
      Throws:
      NullPointerException - if thisObj is null
    • bindingToString

      static String bindingToString(@NonNull AfiSafi obj)
      Default implementation of Object.toString() contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent string representations across all implementations.
      Parameters:
      obj - Object for which to generate toString() result.
      Returns:
      String value of data modeled by this interface.
      Throws:
      NullPointerException - if obj is null
    • key

      AfiSafiKey key()
      Specified by:
      key in interface org.opendaylight.yangtools.yang.binding.KeyAware<AfiSafiKey>
    • getAfiSafiName

      AfiSafiType getAfiSafiName()
      Return afiSafiName, or null if it is not present.
           
               Reference to the AFI-SAFI name used as a key for the AFI-SAFI list
           
       
      Returns:
      AfiSafiType afiSafiName, or null if it is not present.
    • requireAfiSafiName

      default @NonNull AfiSafiType requireAfiSafiName()
      Return afiSafiName, guaranteed to be non-null.
           
               Reference to the AFI-SAFI name used as a key for the AFI-SAFI list
           
       
      Returns:
      AfiSafiType afiSafiName, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if afiSafiName is not present
    • getGracefulRestart

      GracefulRestart getGracefulRestart()
      Return gracefulRestart, or null if it is not present.
           
               Parameters relating to BGP graceful-restart
           
       
      Returns:
      GracefulRestart gracefulRestart, or null if it is not present.
    • nonnullGracefulRestart

      @NonNull GracefulRestart nonnullGracefulRestart()
      Return gracefulRestart, or an empty instance if it is not present.
      Returns:
      GracefulRestart gracefulRestart, or an empty instance if it is not present.
    • getConfig

      Config getConfig()
      Return config, or null if it is not present.
           
               Configuration parameters for the AFI-SAFI
           
       
      Returns:
      Config config, or null if it is not present.
    • nonnullConfig

      @NonNull Config nonnullConfig()
      Return config, or an empty instance if it is not present.
      Returns:
      Config config, or an empty instance if it is not present.
    • getState

      State getState()
      Return state, or null if it is not present.
           
               State information relating to the AFI-SAFI
           
       
      Returns:
      State state, or null if it is not present.
    • nonnullState

      @NonNull State nonnullState()
      Return state, or an empty instance if it is not present.
      Returns:
      State state, or an empty instance if it is not present.