nasEncryption

@JvmName(name = "btqxkkgfjhncdvci")
suspend fun nasEncryption(value: Output<List<Either<String, NasEncryptionType>>>)
@JvmName(name = "vroqlfodicbvrcry")
suspend fun nasEncryption(value: List<Either<String, NasEncryptionType>>?)

Parameters

value

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.


@JvmName(name = "idubndcqgwwqqrcd")
suspend fun nasEncryption(vararg values: Output<Either<String, NasEncryptionType>>)


@JvmName(name = "cnxageqwjqsfvqpt")
suspend fun nasEncryption(values: List<Output<Either<String, NasEncryptionType>>>)
@JvmName(name = "hpyxkypmwbikhpdw")
suspend fun nasEncryption(vararg values: Either<String, NasEncryptionType>)

Parameters

values

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.