countryPools

@JvmName(name = "vfqucpnuebarfola")
suspend fun countryPools(value: Output<List<LoadBalancerCountryPoolArgs>>)
@JvmName(name = "ecdgjqsapyhmgytc")
suspend fun countryPools(value: List<LoadBalancerCountryPoolArgs>?)

Parameters

value

A set containing mappings of country codes to a list of pool IDs (ordered by their failover priority) for the given country.


@JvmName(name = "gkisuqshgkmgdmeh")
suspend fun countryPools(vararg values: Output<LoadBalancerCountryPoolArgs>)


@JvmName(name = "eiefmfwtwpmuqoso")
suspend fun countryPools(values: List<Output<LoadBalancerCountryPoolArgs>>)
@JvmName(name = "xdweywrilobcnxpj")
suspend fun countryPools(vararg values: LoadBalancerCountryPoolArgs)

Parameters

values

A set containing mappings of country codes to a list of pool IDs (ordered by their failover priority) for the given country.


@JvmName(name = "eboepgewwjlgmieg")
suspend fun countryPools(argument: List<suspend LoadBalancerCountryPoolArgsBuilder.() -> Unit>)
@JvmName(name = "mqybylslnrjexsii")
suspend fun countryPools(vararg argument: suspend LoadBalancerCountryPoolArgsBuilder.() -> Unit)
@JvmName(name = "geuupsoondhwntsk")
suspend fun countryPools(argument: suspend LoadBalancerCountryPoolArgsBuilder.() -> Unit)

Parameters

argument

A set containing mappings of country codes to a list of pool IDs (ordered by their failover priority) for the given country.