|
Description:
|
h3cNqaReactThresholdType OBJECT-TYPE
SYNTAX INTEGER {invalid(0), average(1), consecutive(2), accumulative(3)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"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 h3cNqaReactActionType is
generated when h3cNqaReactCurrentStatus changes.
consecutive(2): If reaction threshold type is consecutive and
the times of watched operation consecutively exceeds
the limit specified by h3cNqaReactThresholdConsecNum,
an action specified in h3cNqaReactActionType is
generated when h3cNqaReactCurrentStatus changes.
accumulative(3): If reaction threshold type is accumulative and
the times of watched operation accumulatively exceeds
the limit specified by h3cNqaReactThresholdAccumNum,
an action specified in h3cNqaReactActionType is
generated when h3cNqaReactCurrentStatus changes.
If reaction threshold type is not configured, the value of this
object is 'invalid'."
|
|
|