LoadBalancerPopPoolArgs

data class LoadBalancerPopPoolArgs(val poolIds: Output<List<String>>, val pop: Output<String>) : ConvertibleToJava<LoadBalancerPopPoolArgs>

Constructors

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

Properties

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

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

Link copied to clipboard
val pop: Output<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.

Functions

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