popPools

@JvmName(name = "vykqvfumnppqfjgo")
suspend fun popPools(value: Output<List<LoadBalancerPopPoolArgs>>)
@JvmName(name = "bbcotpdtkmyorcsu")
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 = "jhslsoaojtrsqacj")
suspend fun popPools(vararg values: Output<LoadBalancerPopPoolArgs>)


@JvmName(name = "urqqxjfrydnacbgv")
suspend fun popPools(values: List<Output<LoadBalancerPopPoolArgs>>)
@JvmName(name = "ksxphpsrsedmyjmp")
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 = "hewdgrwlgmgxcmxh")
suspend fun popPools(argument: List<suspend LoadBalancerPopPoolArgsBuilder.() -> Unit>)
@JvmName(name = "akdmtmyojyxqjiuc")
suspend fun popPools(vararg argument: suspend LoadBalancerPopPoolArgsBuilder.() -> Unit)
@JvmName(name = "bnykrobqtlemhfog")
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.