This object defines the reaction threshold types.
invalid(0): Invalid value.
average(1): If reaction threshold type is average and the average
value of watched operation exceeds threshold limit,
an action specified in hpnicfNqaReactActionType is
generated when hpnicfNqaReactCurrentStatus changes.
consecutive(2): If reaction threshold type is consecutive and
the times of watched operation consecutively exceeds
the limit specified by hpnicfNqaReactThresholdConsecNum,
an action specified in hpnicfNqaReactActionType is
generated when hpnicfNqaReactCurrentStatus changes.
accumulative(3): If reaction threshold type is accumulative and
the times of watched operation accumulatively exceeds
the limit specified by hpnicfNqaReactThresholdAccumNum,
an action specified in hpnicfNqaReactActionType is
generated when hpnicfNqaReactCurrentStatus changes.
If reaction threshold type is not configured, the value of this
object is 'invalid'.