Signaling Configuration Args
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
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.