|
Description:
|
hpicfLinkTestDeleteMode OBJECT-TYPE
SYNTAX INTEGER {
keepWhenDone(1),
destroyWhenDone(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When the value of this object is 'keepWhenDone',
the associated instance of the hpicfLinkTestStatus
object will be changed to 'notInService' upon
completion of the test. It will then be timed out
by the agent after 5 minutes in the 'notInService'
state.
When the value of this object is 'destroyWhenDone',
the assocated instance of the hpicfLinkTestStatus
object will be changed to 'destroy' upon completion
of the test. This will remove the row from the
table immediately after the test completes."
DEFVAL { keepWhenDone }
|
|
|