GetNetworkSimPolicyResult

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>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of default slice to use if the UE does not explicitly specify it.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the Mobile Network Sim Policy should exist.

Link copied to clipboard
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

A mapping of tags which should be assigned to the Mobile Network Sim Policies.

Link copied to clipboard

A user_equipment_aggregate_maximum_bit_rate block as defined below.