Interface BundleControlGrouping

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

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

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

     grouping bundle-control-grouping {
       uses bundle-common-grouping;
       leaf type {
         type bundle-control-type;
       }
     }
     
    The schema path to identify an instance is onf-extensions/bundle-control-grouping
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends BundleControlGrouping> 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
      • getType

        BundleControlType getType()
        Return type, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.BundleControlType type, or null if it is not present.