PccRuleQosPolicy Class

Definition

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
PccRuleQosPolicy
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 preemptionCapability and preemptionVulnerability allow it. 1 is the highest level of priority. If this field is not specified then 5qi is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.

(Inherited from MobileNetworkQosPolicy)
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

IJsonModel<MobileNetworkQosPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MobileNetworkQosPolicy)
IJsonModel<MobileNetworkQosPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MobileNetworkQosPolicy)
IJsonModel<PccRuleQosPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PccRuleQosPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MobileNetworkQosPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MobileNetworkQosPolicy)
IPersistableModel<MobileNetworkQosPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MobileNetworkQosPolicy)
IPersistableModel<MobileNetworkQosPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MobileNetworkQosPolicy)
IPersistableModel<PccRuleQosPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PccRuleQosPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PccRuleQosPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to