Enum OperationalStates
- Namespace
- Skyline.DataMiner.Utils.Interfaces
- Assembly
- Skyline.DataMiner.Utils.Interfaces.dll
Specifies the operational state of the interface.
public enum OperationalStates
Fields
AdminDown = 1
Specifies that the operational state is down (as administrator state).
Dormant = 5
Specifies that the operational state is dormant.
Down = 2
Specifies that the operational state is down.
LowerLayerDown = 7
Specifies that the operational state is lower layer down.
NotPresent = 6
Specifies that the operational state is not present.
Testing = 3
Specifies that the operational state is testing.
Unknown = 4
Specifies that the operational state is unknown.
Up = 0
Specifies that the operational state is up.