regionPools

@JvmName(name = "qnvvwmcphmxnigho")
suspend fun regionPools(value: Output<List<LoadBalancerRegionPoolArgs>>)
@JvmName(name = "iwtokmyaxbqjrdeu")
suspend fun regionPools(value: List<LoadBalancerRegionPoolArgs>?)

Parameters

value

A set containing mappings of region codes to a list of pool IDs (ordered by their failover priority) for the given region.


@JvmName(name = "stckgpylmgrjtnep")
suspend fun regionPools(vararg values: Output<LoadBalancerRegionPoolArgs>)


@JvmName(name = "akawytowccgokbdk")
suspend fun regionPools(values: List<Output<LoadBalancerRegionPoolArgs>>)
@JvmName(name = "pqupktuufvfpjjes")
suspend fun regionPools(vararg values: LoadBalancerRegionPoolArgs)

Parameters

values

A set containing mappings of region codes to a list of pool IDs (ordered by their failover priority) for the given region.


@JvmName(name = "xjtvkcxakhmugxeq")
suspend fun regionPools(argument: List<suspend LoadBalancerRegionPoolArgsBuilder.() -> Unit>)
@JvmName(name = "flfhiddrmxccrhug")
suspend fun regionPools(vararg argument: suspend LoadBalancerRegionPoolArgsBuilder.() -> Unit)
@JvmName(name = "pjgfnvbsnjbkuxap")
suspend fun regionPools(argument: suspend LoadBalancerRegionPoolArgsBuilder.() -> Unit)

Parameters

argument

A set containing mappings of region codes to a list of pool IDs (ordered by their failover priority) for the given region.