Enum AdminSates
- Namespace
- Skyline.DataMiner.Utils.Interfaces
- Assembly
- Skyline.DataMiner.Utils.Interfaces.dll
Specifies the administrator state of the interface.
public enum AdminSates
Fields
Down = 2
Specifies that the administrator state is down.
Testing = 3
Specifies that the administrator state is testing.
Unknown = 0
Specifies that the administrator state is Unknown.
Up = 1
Specifies that the administrator state is up.