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 = 2DSCP marking is allowed.
Ignored = 3DSCP marking is ignored.
NotSet = 1The DSCP marking type is not set.
Unknown = 0The DSCP marking type is unknown.