Interface BundlePropertyEntry

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<BundlePropertyGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    BundlePropertyExperimenter

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

    This class represents the following YANG schema fragment defined in module onf-extensions

     choice bundle-property-entry {
       case bundle-property-experimenter {
         leaf experimenter {
           type oft:experimenter-id;
         }
         leaf exp-type {
           type uint32;
         }
         choice bundle-property-experimenter-data;
       }
     }
     
    The schema path to identify an instance is onf-extensions/bundle-property-grouping/bundle-property-entry
    • 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