countryPools

@JvmName(name = "slpadamkbcecvguc")
suspend fun countryPools(value: Output<List<LoadBalancerCountryPoolArgs>>)
@JvmName(name = "ukxhkcyihclemyey")
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 = "gvkhiadynqcefbtp")
suspend fun countryPools(vararg values: Output<LoadBalancerCountryPoolArgs>)


@JvmName(name = "jvpkvnawkymjwutr")
suspend fun countryPools(values: List<Output<LoadBalancerCountryPoolArgs>>)
@JvmName(name = "bmlxtnofgtffdnjn")
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 = "rfrwfwmkjcdnwqap")
suspend fun countryPools(argument: List<suspend LoadBalancerCountryPoolArgsBuilder.() -> Unit>)
@JvmName(name = "icmprldygxsaxpyu")
suspend fun countryPools(vararg argument: suspend LoadBalancerCountryPoolArgsBuilder.() -> Unit)
@JvmName(name = "dndbshohaavktcpv")
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.