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 = 1Specifies that the operational state is down (as administrator state).
Dormant = 5Specifies that the operational state is dormant.
Down = 2Specifies that the operational state is down.
LowerLayerDown = 7Specifies that the operational state is lower layer down.
NotPresent = 6Specifies that the operational state is not present.
Testing = 3Specifies that the operational state is testing.
Unknown = 4Specifies that the operational state is unknown.
Up = 0Specifies that the operational state is up.