enum

SNMP::IfOperStatus

Inherits Enum / Comparable / Value / Object

Constants

Up = 1
Down = 2
Testing = 3
Unknown = 4
Dormant = 5
NotPresent = 6
LowerLayerDown = 7

Instance methods

dormant?

Returns true if this enum value equals Dormant

Source
down?

Returns true if this enum value equals Down

Source
lower_layer_down?

Returns true if this enum value equals LowerLayerDown

Source
not_present?

Returns true if this enum value equals NotPresent

Source
testing?

Returns true if this enum value equals Testing

Source
unknown?

Returns true if this enum value equals Unknown

Source
up?

Returns true if this enum value equals Up

Source