countryPools

@JvmName(name = "hdywkrxblybflqga")
suspend fun countryPools(value: Output<List<LoadBalancerRuleOverrideCountryPoolArgs>>)
@JvmName(name = "twokbcjfhuyyxnkf")
suspend fun countryPools(value: List<LoadBalancerRuleOverrideCountryPoolArgs>?)

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 = "sorbhpntfnvklehl")
suspend fun countryPools(vararg values: Output<LoadBalancerRuleOverrideCountryPoolArgs>)


@JvmName(name = "bdoexnwnxbdhwhpw")
suspend fun countryPools(values: List<Output<LoadBalancerRuleOverrideCountryPoolArgs>>)
@JvmName(name = "ajaflpgrvudyndke")
suspend fun countryPools(vararg values: LoadBalancerRuleOverrideCountryPoolArgs)

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 = "gyebqhhnkjtjtdrx")
suspend fun countryPools(argument: List<suspend LoadBalancerRuleOverrideCountryPoolArgsBuilder.() -> Unit>)
@JvmName(name = "gwtcdfbkdevngiyx")
suspend fun countryPools(vararg argument: suspend LoadBalancerRuleOverrideCountryPoolArgsBuilder.() -> Unit)
@JvmName(name = "stgdrwwxuamnubeu")
suspend fun countryPools(argument: suspend LoadBalancerRuleOverrideCountryPoolArgsBuilder.() -> 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.