regionPools

@JvmName(name = "qxljgkuhnnqlqgat")
suspend fun regionPools(value: Map<String, List<String>>?)

Parameters

value

A mapping of region codes to a list of pool IDs (ordered by their failover priority) for the given region. Any regions not explicitly defined will fall back to using default_pools.


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

Parameters

values

A mapping of region codes to a list of pool IDs (ordered by their failover priority) for the given region. Any regions not explicitly defined will fall back to using default_pools.