countryPools

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

Parameters

value

A mapping of country codes to a list of pool IDs (ordered by their failover priority) for the given country. Any country not explicitly defined will fall back to using the corresponding regionpool mapping if it exists else to defaultpools.


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

Parameters

values

A mapping of country codes to a list of pool IDs (ordered by their failover priority) for the given country. Any country not explicitly defined will fall back to using the corresponding regionpool mapping if it exists else to defaultpools.