Get Network Sim Policy Result
data class GetNetworkSimPolicyResult(val defaultSliceId: String, val id: String, val location: String, val mobileNetworkId: String, val name: String, val ratFrequencySelectionPriorityIndex: Int, val registrationTimerInSeconds: Int, val slices: List<GetNetworkSimPolicySlice>, val tags: Map<String, String>, val userEquipmentAggregateMaximumBitRates: List<GetNetworkSimPolicyUserEquipmentAggregateMaximumBitRate>)
A collection of values returned by getNetworkSimPolicy.
Constructors
Link copied to clipboard
constructor(defaultSliceId: String, id: String, location: String, mobileNetworkId: String, name: String, ratFrequencySelectionPriorityIndex: Int, registrationTimerInSeconds: Int, slices: List<GetNetworkSimPolicySlice>, tags: Map<String, String>, userEquipmentAggregateMaximumBitRates: List<GetNetworkSimPolicyUserEquipmentAggregateMaximumBitRate>)
Properties
Link copied to clipboard
The ID of default slice to use if the UE does not explicitly specify it.
Link copied to clipboard
Link copied to clipboard
RAT/Frequency Selection Priority Index, defined in 3GPP TS 36.413.
Link copied to clipboard
Interval for the UE periodic registration update procedure.
Link copied to clipboard
An array of slice
block as defined below. The allowed slices and the settings to use for them.
Link copied to clipboard
val userEquipmentAggregateMaximumBitRates: List<GetNetworkSimPolicyUserEquipmentAggregateMaximumBitRate>
A user_equipment_aggregate_maximum_bit_rate
block as defined below.