LoadBalancerRuleOverridePopPoolArgs

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

Constructors

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

Functions

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

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.