PccRuleConfigurationResponse

data class PccRuleConfigurationResponse(val ruleName: String, val rulePrecedence: Int, val ruleQosPolicy: PccRuleQosPolicyResponse? = null, val serviceDataFlowTemplates: List<ServiceDataFlowTemplateResponse>, val trafficControl: String? = null)

Data flow policy rule configuration

Constructors

Link copied to clipboard
constructor(ruleName: String, rulePrecedence: Int, ruleQosPolicy: PccRuleQosPolicyResponse? = null, serviceDataFlowTemplates: List<ServiceDataFlowTemplateResponse>, trafficControl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The QoS policy to use for packets matching this rule. If this field is null then the parent service will define the QoS settings.

Link copied to clipboard

The set of data flow templates to use for this data flow policy rule.

Link copied to clipboard
val trafficControl: String? = null

Determines whether flows that match this data flow policy rule are permitted.