popPools

@JvmName(name = "hhsdsprsjutsrntm")
suspend fun popPools(value: Output<Map<String, List<String>>>)
@JvmName(name = "hlbitwmepwadtirn")
suspend fun popPools(value: Map<String, List<String>>?)

Parameters

value

(Enterprise only): A mapping of Cloudflare PoP identifiers to a list of pool IDs (ordered by their failover priority) for the PoP (datacenter). Any PoPs not explicitly defined will fall back to using the corresponding countrypool, then regionpool mapping if it exists else to default_pools.


@JvmName(name = "trikflyhouyhxyfn")
fun popPools(vararg values: Pair<String, List<String>>)

Parameters

values

(Enterprise only): A mapping of Cloudflare PoP identifiers to a list of pool IDs (ordered by their failover priority) for the PoP (datacenter). Any PoPs not explicitly defined will fall back to using the corresponding countrypool, then regionpool mapping if it exists else to default_pools.