Status enumeration for entities.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
SyntaxPublic Enumeration EntityStatus
Dim instance As EntityStatus
public enum class EntityStatus
MembersMember name | Value | Description |
---|
Unknown | 0 |
The status of the entity is unknown.
|
Mandatory | 1 |
Entity with mandatory status should be converted to current for compatibility. Mandatory is obsolete in SMIv2.
|
Optional | 2 |
The entity is optional.
|
Obsolete | 3 |
The entity is obsolete and should not be used.
|
Current | 4 |
The entity is current and recommended for use.
|
Deprecated | 5 |
The entity is deprecated and may be removed in the future.
|
See Also