Interface Service.DefinitionStages.WithServiceQosPolicy

All Known Subinterfaces:
Service.Definition, Service.DefinitionStages.WithCreate
Enclosing interface:
Service.DefinitionStages

public static interface Service.DefinitionStages.WithServiceQosPolicy
The stage of the Service definition allowing to specify serviceQosPolicy.
  • Method Details

    • withServiceQosPolicy

      Service.DefinitionStages.WithCreate withServiceQosPolicy(QosPolicy serviceQosPolicy)
      Specifies the serviceQosPolicy property: The QoS policy to use for packets matching this service. This can be overridden for particular flows using the ruleQosPolicy field in a PccRuleConfiguration. If this field is null then the UE's SIM policy will define the QoS settings..
      Parameters:
      serviceQosPolicy - The QoS policy to use for packets matching this service. This can be overridden for particular flows using the ruleQosPolicy field in a PccRuleConfiguration. If this field is null then the UE's SIM policy will define the QoS settings.
      Returns:
      the next definition stage.