LoadBalancerPopPool

data class LoadBalancerPopPool(val poolIds: List<String>, val pop: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of pool IDs in failover priority to use for traffic reaching the given PoP.

Link copied to clipboard
val pop: String

A 3-letter code for the Point-of-Presence. Allowed values can be found in the list of datacenters on the status page. Multiple entries should not be specified with the same PoP.