LoadBalancerRuleOverrideCountryPool

data class LoadBalancerRuleOverrideCountryPool(val country: String, val poolIds: List<String>)

Constructors

Link copied to clipboard
constructor(country: String, poolIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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