SignalingConfigurationArgs

data class SignalingConfigurationArgs(val nasEncryption: Output<List<Either<String, NasEncryptionType>>>? = null, val nasReroute: Output<NASRerouteConfigurationArgs>? = null) : ConvertibleToJava<SignalingConfigurationArgs>

Signaling configuration for the packet core.

Constructors

Link copied to clipboard
constructor(nasEncryption: Output<List<Either<String, NasEncryptionType>>>? = null, nasReroute: Output<NASRerouteConfigurationArgs>? = null)

Properties

Link copied to clipboard
val nasEncryption: Output<List<Either<String, NasEncryptionType>>>? = null

An ordered list of NAS encryption algorithms, used to encrypt control plane traffic between the UE and packet core, in order from most to least preferred. If not specified, the packet core will use a built-in default ordering.

Link copied to clipboard

Configuration enabling 4G NAS reroute.

Functions

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