Class AgentppTestMib.AgentppTestSessionIndexStrategyEnum

java.lang.Object
org.snmp4j.agent.agentx.subagent.test.AgentppTestMib.AgentppTestSessionIndexStrategyEnum
Enclosing class:
AgentppTestMib

public static final class AgentppTestMib.AgentppTestSessionIndexStrategyEnum extends Object
The AgentppTestSessionIndexStrategyEnum defines the named values of the agentppTestSessionIndexStrategy column.
  • Field Details

    • noIndexAllocation

      public static final int noIndexAllocation
      No index allocation is performed.
      See Also:
    • firstSubIndexOnly

      public static final int firstSubIndexOnly
      Only the first sub-index is allocated.
      See Also:
    • anyNonAllocatedSubIndex

      public static final int anyNonAllocatedSubIndex
      Any not yet allocated sub-index is used.
      See Also:
    • alwaysFirstSubIndex

      public static final int alwaysFirstSubIndex
      Always the first sub-index is allocated.
      See Also:
    • alwaysAnySubIndex

      public static final int alwaysAnySubIndex
      Always any sub-index is allocated.
      See Also: