popPools

@JvmName(name = "sgophcscwclpnqrx")
suspend fun popPools(value: Output<List<LoadBalancerPopPoolArgs>>)
@JvmName(name = "vceymukaaofoyiyu")
suspend fun popPools(value: List<LoadBalancerPopPoolArgs>?)

Parameters

value

A set containing mappings of Cloudflare Point-of-Presence (PoP) identifiers to a list of pool IDs (ordered by their failover priority) for the PoP (datacenter). This feature is only available to enterprise customers.


@JvmName(name = "bpoicwiapdkvwauo")
suspend fun popPools(vararg values: Output<LoadBalancerPopPoolArgs>)


@JvmName(name = "thmfxouwxrbnucuq")
suspend fun popPools(values: List<Output<LoadBalancerPopPoolArgs>>)
@JvmName(name = "atlktiuhbersarbw")
suspend fun popPools(vararg values: LoadBalancerPopPoolArgs)

Parameters

values

A set containing mappings of Cloudflare Point-of-Presence (PoP) identifiers to a list of pool IDs (ordered by their failover priority) for the PoP (datacenter). This feature is only available to enterprise customers.


@JvmName(name = "whuxtsiaojksucqs")
suspend fun popPools(argument: List<suspend LoadBalancerPopPoolArgsBuilder.() -> Unit>)
@JvmName(name = "sovfblbhunbmistb")
suspend fun popPools(vararg argument: suspend LoadBalancerPopPoolArgsBuilder.() -> Unit)
@JvmName(name = "cxnvyacrovdhxthc")
suspend fun popPools(argument: suspend LoadBalancerPopPoolArgsBuilder.() -> Unit)

Parameters

argument

A set containing mappings of Cloudflare Point-of-Presence (PoP) identifiers to a list of pool IDs (ordered by their failover priority) for the PoP (datacenter). This feature is only available to enterprise customers.