NetworkSimPolicySlice

data class NetworkSimPolicySlice(val dataNetworks: List<NetworkSimPolicySliceDataNetwork>, val defaultDataNetworkId: String, val sliceId: String)

Constructors

Link copied to clipboard
constructor(dataNetworks: List<NetworkSimPolicySliceDataNetwork>, defaultDataNetworkId: String, sliceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of data_network block as defined below.

Link copied to clipboard

The ID of default data network to use if the user equipment does not explicitly specify it. Configuration for this object must exist in the data_network block.

Link copied to clipboard

The ID of the slice that these settings apply to.