countryPools

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


@JvmName(name = "uxviyotcyooblqge")
suspend fun countryPools(values: List<Output<LoadBalancerCountryPoolArgs>>)
@JvmName(name = "hcwsdaxrimjwryym")
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 = "pjrtldhyrcrufdgl")
suspend fun countryPools(argument: List<suspend LoadBalancerCountryPoolArgsBuilder.() -> Unit>)
@JvmName(name = "godhthiqfmbfhduu")
suspend fun countryPools(vararg argument: suspend LoadBalancerCountryPoolArgsBuilder.() -> Unit)
@JvmName(name = "mtxrnqsnkbmnreca")
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.