GetNetworkServicePccRule

data class GetNetworkServicePccRule(val name: String, val precedence: Int, val qosPolicies: List<GetNetworkServicePccRuleQosPolicy>, val serviceDataFlowTemplates: List<GetNetworkServicePccRuleServiceDataFlowTemplate>, val trafficControlEnabled: Boolean)

Constructors

Link copied to clipboard
constructor(name: String, precedence: Int, qosPolicies: List<GetNetworkServicePccRuleQosPolicy>, serviceDataFlowTemplates: List<GetNetworkServicePccRuleServiceDataFlowTemplate>, trafficControlEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the name which should be used for this Mobile Network 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.

Link copied to clipboard

A rule_qos_policy block as defined below. The QoS policy to use for packets matching this rule.

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.