Interface BundleAddMessageGrouping

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

    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;
           }
         }
       }
     }
     
    The schema path to identify an instance is onf-extensions/bundle-add-message-grouping
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

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

        BundleInnerMessage getBundleInnerMessage()
        Message added to the bundle.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.BundleInnerMessage bundleInnerMessage, or null if not present