|
|
Description:
|
pipeRunningStatus OBJECT-TYPE
SYNTAX INTEGER {
-- The Data Pipe is in a stopped state.
stopped(0),
-- The Data Pipe is in a paused state.
paused(1),
-- The Data Pipe is in a running state.
running(2),
-- The Data Pipe replay is complete.
complete(3),
-- The Data Pipe is transitioning to a stopped state.
stopping(4),
-- The Data Pipe is being prepared for the next stage.
preparing(5)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This managed object describes the current status of a Data
Pipe. This could be static stages such as 'stopped', 'paused',
'running' or 'complete', but also transitional stages like
'stopping' or 'preparing'."
|
|
|
|