PccRuleQosPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data flow policy rule QoS policy.
public class PccRuleQosPolicy : Azure.ResourceManager.MobileNetwork.Models.MobileNetworkQosPolicy, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.Models.PccRuleQosPolicy>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.Models.PccRuleQosPolicy>
type PccRuleQosPolicy = class
inherit MobileNetworkQosPolicy
interface IJsonModel<PccRuleQosPolicy>
interface IPersistableModel<PccRuleQosPolicy>
Public Class PccRuleQosPolicy
Inherits MobileNetworkQosPolicy
Implements IJsonModel(Of PccRuleQosPolicy), IPersistableModel(Of PccRuleQosPolicy)
- Inheritance
- Implements
Constructors
PccRuleQosPolicy(Ambr) |
Initializes a new instance of PccRuleQosPolicy. |
Properties
AllocationAndRetentionPriorityLevel |
QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of |
FiveQi |
5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values. (Inherited from MobileNetworkQosPolicy) |
GuaranteedBitRate |
The guaranteed bit rate (GBR) for all service data flows that use this data flow policy rule. This is an optional setting. If you do not provide a value, there will be no GBR set for the data flow policy rule that uses this QoS definition. |
MaximumBitRate |
The maximum bit rate (MBR) for all service data flows that use this data flow policy rule or service. (Inherited from MobileNetworkQosPolicy) |
PreemptionCapability |
QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. (Inherited from MobileNetworkQosPolicy) |
PreemptionVulnerability |
QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. (Inherited from MobileNetworkQosPolicy) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET