Interface BundleInnerMessage

  • All Superinterfaces:
    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 @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.