All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, BundleCommonGrouping, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
OnfAddMessageGroupingData

@Generated("mdsal-binding-generator") public interface BundleAddMessageGrouping extends org.opendaylight.yangtools.yang.binding.DataObject, BundleCommonGrouping
ONF_ET_BUNDLE_ADD_MESSAGE in OpenFlow Switch Extension 230.

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

 grouping bundle-add-message-grouping {
   uses bundle-common-grouping;
   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 Details

    • QNAME

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

    • implementedInterface

      Class<? extends BundleAddMessageGrouping> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface BundleCommonGrouping
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getBundleInnerMessage

      BundleInnerMessage getBundleInnerMessage()
      Return bundleInnerMessage, or null if it is not present.
           
               Message added to the bundle.
           
       
      Returns:
      BundleInnerMessage bundleInnerMessage, or null if it is not present.