enum

SNMP::IfAdminStatus

Inherits Enum / Comparable / Value / Object

http://www.net-snmp.org/docs/mibs/interfaces.html#ifAdminStatus

Constants

Up = 1
Down = 2
Testing = 3

Instance methods

down?

Returns true if this enum value equals Down

Source
testing?

Returns true if this enum value equals Testing

Source
up?

Returns true if this enum value equals Up

Source