Interface AddressFamily

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<TeLspCase>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    Ipv4Case, Ipv6Case

    @Generated("mdsal-binding-generator")
    public interface AddressFamily
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<TeLspCase>

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

     choice address-family {
       case ipv4-case {
         leaf ipv4-tunnel-sender-address {
           type inet:ipv4-address-no-zone;
         }
         leaf ipv4-tunnel-endpoint-address {
           type inet:ipv4-address-no-zone;
         }
       }
       case ipv6-case {
         leaf ipv6-tunnel-sender-address {
           type inet:ipv6-address-no-zone;
         }
         leaf ipv6-tunnel-endpoint-address {
           type inet:ipv6-address-no-zone;
         }
       }
     }
     
    The schema path to identify an instance is bgp-linkstatelinkstateobject-typete-lsp-caseaddress-family
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME