All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BaseIdentity, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>, org.opendaylight.yangtools.yang.binding.BindingObject
All Known Subinterfaces:
IPV4FLOW, IPV4L3VPNFLOW, IPV4LABELLEDUNICAST, IPV4MCASTVPN, IPV4UNICAST, IPV6FLOW, IPV6L3VPNFLOW, IPV6LABELLEDUNICAST, IPV6MCASTVPN, IPV6UNICAST, L2VPNEVPN, L2VPNVPLS, L3VPNIPV4MULTICAST, L3VPNIPV4UNICAST, L3VPNIPV6MULTICAST, L3VPNIPV6UNICAST, LINKSTATE, ROUTETARGETCONSTRAIN

@Generated("mdsal-binding-generator") public interface AfiSafiType extends org.opendaylight.yangtools.yang.binding.BaseIdentity
Base identity type for AFI,SAFI tuples for BGP-4

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

 identity afi-safi-type {
 }
 
  • 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.
    static final @NonNull AfiSafiType
    Singleton value representing the AfiSafiType identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends AfiSafiType>
     
  • Field Details

    • QNAME

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

      static final @NonNull AfiSafiType VALUE
      Singleton value representing the AfiSafiType identity.
  • Method Details

    • implementedInterface

      Class<? extends AfiSafiType> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>