|
Description:
|
groupUsageState OBJECT-TYPE
SYNTAX INTEGER {idle(1), active(2), busy(3), idle-unusable(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The usage state of the group.
Indicates the running state of a group.
Idle : the group is not currently active, but
is available for use.
Active : the group is currently being used, is
available for processing and still has
additional capacity.
Busy : the group is usable but is not available
for any new additional processing requests,
since all of its ressources (child) are
currently being used.
Idle-Unusable : the group is not currently active and
not available for use."
DEFVAL {idle-unusable}
|
|
|