All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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 final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Methods inherited from interface org.opendaylight.yangtools.yang.binding.BindingContract

    implementedInterface
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.