LoadBalancerRegionPoolArgs

data class LoadBalancerRegionPoolArgs(val poolIds: Output<List<String>>, val region: Output<String>) : ConvertibleToJava<LoadBalancerRegionPoolArgs>

Constructors

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

Properties

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

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

Link copied to clipboard
val region: Output<String>

A region code which must be in the list defined here. Multiple entries should not be specified with the same region.

Functions

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