Interface AddressFamily

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<LspIdentifiers>, 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<LspIdentifiers>

    This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful

     choice address-family {
       case ipv4-case {
         container ipv4 {
           leaf ipv4-tunnel-sender-address {
             type inet:ipv4-address-no-zone;
           }
           leaf ipv4-extended-tunnel-id {
             type rsvp:ipv4-extended-tunnel-id;
           }
           leaf ipv4-tunnel-endpoint-address {
             type inet:ipv4-address-no-zone;
           }
         }
       }
       case ipv6-case {
         container ipv6 {
           leaf ipv6-tunnel-sender-address {
             type inet:ipv6-address-no-zone;
           }
           leaf ipv6-extended-tunnel-id {
             type rsvp:ipv6-extended-tunnel-id;
           }
           leaf ipv6-tunnel-endpoint-address {
             type inet:ipv6-address-no-zone;
           }
         }
       }
     }
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • 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
        YANG identifier of the statement represented by this class.