NetworkServicePccRule

data class NetworkServicePccRule(val name: String, val precedence: Int, val qosPolicy: NetworkServicePccRuleQosPolicy? = null, val serviceDataFlowTemplates: List<NetworkServicePccRuleServiceDataFlowTemplate>, val trafficControlEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(name: String, precedence: Int, qosPolicy: NetworkServicePccRuleQosPolicy? = null, serviceDataFlowTemplates: List<NetworkServicePccRuleServiceDataFlowTemplate>, trafficControlEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies 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. Must be between 0 and 255.

Link copied to clipboard

A qos_policy block as defined below. The QoS policy to use for packets matching this rule. If this field is not specified then the Service will define the QoS settings.

Link copied to clipboard

A service_data_flow_template block as defined below. The set of service data flow templates to use for this PCC rule.

Link copied to clipboard

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