PccRuleConfiguration interface
Data flow policy rule configuration
Properties
rule |
The name of the rule. This must be unique within the parent service. You must not use any of the following reserved strings - |
rule |
A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority. This value should be unique among all data flow policy rules configured in the mobile network. |
rule |
The QoS policy to use for packets matching this rule. If this field is null then the parent service will define the QoS settings. |
service |
The set of data flow templates to use for this data flow policy rule. |
traffic |
Determines whether flows that match this data flow policy rule are permitted. |
Property Details
ruleName
The name of the rule. This must be unique within the parent service. You must not use any of the following reserved strings - default
, requested
or service
.
ruleName: string
Property Value
string
rulePrecedence
A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority. This value should be unique among all data flow policy rules configured in the mobile network.
rulePrecedence: number
Property Value
number
ruleQosPolicy
The QoS policy to use for packets matching this rule. If this field is null then the parent service will define the QoS settings.
ruleQosPolicy?: PccRuleQosPolicy
Property Value
serviceDataFlowTemplates
The set of data flow templates to use for this data flow policy rule.
serviceDataFlowTemplates: ServiceDataFlowTemplate[]
Property Value
trafficControl
Determines whether flows that match this data flow policy rule are permitted.
trafficControl?: string
Property Value
string