Enum GroupPolicyQoSPolicyTcpAutoTuningLevel
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the auto tuning level for QoS policy settings.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyQoSPolicyTcpAutoTuningLevel
Fields
Level0 = 2The auto tuning level is level 0 (minimum throughput).
Level1 = 3The auto tuning level is level 1 (highly restricted).
Level2 = 4The auto tuning level is level 2 (restricted).
Level3 = 5The auto tuning level is level 3 (maximum throughput).
NotSet = 1The auto tuning level is not set.
Unknown = 0The auto tuning level is unknown.