Interface BindingTypeValue

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<PathBinding>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    MplsLabel, MplsLabelEntry, Srv6

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

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

     choice binding-type-value {
       case mpls-label {
         leaf mpls-label {
           type netc:mpls-label;
         }
       }
       case mpls-label-entry {
         leaf label {
           type netc:mpls-label;
         }
         leaf traffic-class {
           type uint8 {
             range 0..7;
           }
         }
         leaf bottom-of-stack {
           type boolean;
         }
         leaf time-to-live {
           type uint8;
         }
       }
       case srv6 {
         leaf srv6-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.