SliceConfigurationArgs

data class SliceConfigurationArgs(val dataNetworkConfigurations: Output<List<DataNetworkConfigurationArgs>>, val defaultDataNetwork: Output<DataNetworkResourceIdArgs>, val slice: Output<SliceResourceIdArgs>) : ConvertibleToJava<SliceConfigurationArgs>

Per-slice settings

Constructors

Link copied to clipboard
constructor(dataNetworkConfigurations: Output<List<DataNetworkConfigurationArgs>>, defaultDataNetwork: Output<DataNetworkResourceIdArgs>, slice: Output<SliceResourceIdArgs>)

Properties

Link copied to clipboard

The allowed data networks and the settings to use for them. The list must not contain duplicate items and must contain at least one item.

Link copied to clipboard

The default data network to use if the UE does not explicitly specify it. Configuration for this object must exist in the dataNetworkConfigurations map.

Link copied to clipboard

A reference to the slice that these settings apply to

Functions

Link copied to clipboard
open override fun toJava(): SliceConfigurationArgs