Data Network Configuration Args
data class DataNetworkConfigurationArgs(val additionalAllowedSessionTypes: Output<List<Either<String, PduSessionType>>>? = null, val allocationAndRetentionPriorityLevel: Output<Int>? = null, val allowedServices: Output<List<ServiceResourceIdArgs>>, val dataNetwork: Output<DataNetworkResourceIdArgs>, val defaultSessionType: Output<Either<String, PduSessionType>>? = null, val fiveQi: Output<Int>? = null, val maximumNumberOfBufferedPackets: Output<Int>? = null, val preemptionCapability: Output<Either<String, PreemptionCapability>>? = null, val preemptionVulnerability: Output<Either<String, PreemptionVulnerability>>? = null, val sessionAmbr: Output<AmbrArgs>) : ConvertibleToJava<DataNetworkConfigurationArgs>
Settings controlling data network use
Constructors
Link copied to clipboard
fun DataNetworkConfigurationArgs(additionalAllowedSessionTypes: Output<List<Either<String, PduSessionType>>>? = null, allocationAndRetentionPriorityLevel: Output<Int>? = null, allowedServices: Output<List<ServiceResourceIdArgs>>, dataNetwork: Output<DataNetworkResourceIdArgs>, defaultSessionType: Output<Either<String, PduSessionType>>? = null, fiveQi: Output<Int>? = null, maximumNumberOfBufferedPackets: Output<Int>? = null, preemptionCapability: Output<Either<String, PreemptionCapability>>? = null, preemptionVulnerability: Output<Either<String, PreemptionVulnerability>>? = null, sessionAmbr: Output<AmbrArgs>)
Functions
Properties
Link copied to clipboard
Default 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.
Link copied to clipboard