Interface CNextHop

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<NextHop>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    EmptyNextHopCase, Ipv4NextHopCase, Ipv6NextHopCase

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

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

     choice c-next-hop {
       default empty-next-hop-case;
       case ipv4-next-hop-case {
         container ipv4-next-hop {
           leaf global {
             type inet:ipv4-address-no-zone;
           }
         }
       }
       case ipv6-next-hop-case {
         container ipv6-next-hop {
           leaf global {
             type inet:ipv6-address-no-zone;
           }
           leaf link-local {
             type inet:ipv6-address-no-zone;
           }
         }
       }
       case empty-next-hop-case {
         leaf empty-next-hop {
           type empty;
         }
       }
     }
     
    • 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.