Interface BundleInnerMessage

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<BundleAddMessageGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    BundleFlowModCase, BundleGroupModCase, BundlePortModCase

    @Generated("mdsal-binding-generator")
    public interface BundleInnerMessage
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<BundleAddMessageGrouping>
    Message added to the bundle.

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

     choice bundle-inner-message {
       case bundle-flow-mod-case {
         container flow-mod-case-data {
           uses ofproto:flow-mod;
         }
       }
       case bundle-group-mod-case {
         container group-mod-case-data {
           uses ofproto:group-mod;
         }
       }
       case bundle-port-mod-case {
         container port-mod-case-data {
           uses ofproto:port-mod;
         }
       }
     }
     
    • 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.