Class DscpToCosMapping
Mapping
[DataContract]
public class DscpToCosMapping
- Inheritance
-
DscpToCosMapping
- Inherited Members
Properties
Cos
The actual layer-2 CoS queue the DSCP value is mapped to. These are not bits set on outgoing frames. Value can be in the range of 0 to 5 inclusive.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "cos")]
public int Cos { get; set; }
Property Value
Dscp
The Differentiated Services Code Point (DSCP) tag in the IP header that will be mapped to a particular Class-of-Service (CoS) queue. Value can be in the range of 0 to 63 inclusive.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "dscp")]
public int Dscp { get; set; }
Property Value
Title
Label for the mapping (optional).
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "title")]
public string? Title { get; set; }