userEquipmentAddressPoolPrefixes

@JvmName(name = "snxppvvpbhdcfulp")
suspend fun userEquipmentAddressPoolPrefixes(value: Output<List<String>>)
@JvmName(name = "hfsywnniebgepoot")
suspend fun userEquipmentAddressPoolPrefixes(value: List<String>?)

Parameters

value

Specifies the user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will dynamically assign IP addresses to UEs. The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. At least one of user_equipment_address_pool_prefixes and user_equipment_static_address_pool_prefix. If you define both, they must be of the same size.


@JvmName(name = "ucvpylmvkfcriaka")
suspend fun userEquipmentAddressPoolPrefixes(vararg values: Output<String>)


@JvmName(name = "kqecntsrxxnkwwyn")
suspend fun userEquipmentAddressPoolPrefixes(values: List<Output<String>>)
@JvmName(name = "gcmcswhjhlqobspd")
suspend fun userEquipmentAddressPoolPrefixes(vararg values: String)

Parameters

values

Specifies the user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will dynamically assign IP addresses to UEs. The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. At least one of user_equipment_address_pool_prefixes and user_equipment_static_address_pool_prefix. If you define both, they must be of the same size.