countryPools

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


@JvmName(name = "kyjexvtvcgsvfldi")
suspend fun countryPools(values: List<Output<LoadBalancerCountryPoolArgs>>)
@JvmName(name = "pskulymbmhdfpsvw")
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 = "ukuydguccpnkepon")
suspend fun countryPools(argument: List<suspend LoadBalancerCountryPoolArgsBuilder.() -> Unit>)
@JvmName(name = "mfmiqvjokvnxtfce")
suspend fun countryPools(vararg argument: suspend LoadBalancerCountryPoolArgsBuilder.() -> Unit)
@JvmName(name = "fotrifivbpcpredq")
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.