Enum GroupPolicyQoSPolicyDscpMarkingAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the DSCP marking action for QoS policy settings.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyQoSPolicyDscpMarkingAction
Fields
Allowed = 2
DSCP marking is allowed.
Ignored = 3
DSCP marking is ignored.
NotSet = 1
The DSCP marking type is not set.
Unknown = 0
The DSCP marking type is unknown.