All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.ChoiceIn<BundleInnerMessageGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer
All Known Subinterfaces:
BundleAddFlowCase, BundleAddGroupCase, BundleRemoveFlowCase, BundleRemoveGroupCase, BundleUpdateFlowCase, BundleUpdateGroupCase, BundleUpdatePortCase

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

This class represents the following YANG schema fragment defined in module sal-bundle

 choice bundle-inner-message {
   case bundle-add-flow-case {
     container add-flow-case-data {
       uses flow-types:flow;
     }
   }
   case bundle-update-flow-case {
     container update-flow-case-data {
       uses flow-types:flow;
     }
   }
   case bundle-remove-flow-case {
     container remove-flow-case-data {
       uses flow-types:flow;
     }
   }
   case bundle-add-group-case {
     container add-group-case-data {
       uses group-types:group;
     }
   }
   case bundle-update-group-case {
     container update-group-case-data {
       uses group-types:group;
     }
   }
   case bundle-remove-group-case {
     container remove-group-case-data {
       uses group-types:group;
     }
   }
   case bundle-update-port-case {
     container update-port-case-data {
       uses port-types: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.