LoadBalancerRuleOverrideCountryPoolArgs

data class LoadBalancerRuleOverrideCountryPoolArgs(val country: Output<String>, val poolIds: Output<List<String>>) : ConvertibleToJava<LoadBalancerRuleOverrideCountryPoolArgs>

Constructors

Link copied to clipboard
fun LoadBalancerRuleOverrideCountryPoolArgs(country: Output<String>, poolIds: Output<List<String>>)

Functions

Link copied to clipboard
open override fun toJava(): LoadBalancerRuleOverrideCountryPoolArgs

Properties

Link copied to clipboard
val country: Output<String>

A country code which can be determined with the Load Balancing Regions API described here. Multiple entries should not be specified with the same country.

Link copied to clipboard
val poolIds: Output<List<String>>

A list of pool IDs in failover priority to use in the given country.