backendAddressPools

@JvmName(name = "yuqetpnqjufmbvsy")
suspend fun backendAddressPools(value: Output<List<BackendAddressPoolArgs>>)
@JvmName(name = "dgkxolgeijdrkcdq")
suspend fun backendAddressPools(value: List<BackendAddressPoolArgs>?)

Parameters

value

Collection of backend address pools used by a load balancer. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


@JvmName(name = "gigiptrssnckrpyu")
suspend fun backendAddressPools(vararg values: Output<BackendAddressPoolArgs>)


@JvmName(name = "vnbyryymcmliwlmj")
suspend fun backendAddressPools(values: List<Output<BackendAddressPoolArgs>>)
@JvmName(name = "copilbgjesymlqsr")
suspend fun backendAddressPools(vararg values: BackendAddressPoolArgs)

Parameters

values

Collection of backend address pools used by a load balancer. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


@JvmName(name = "xpaootnolhrumjhm")
suspend fun backendAddressPools(argument: List<suspend BackendAddressPoolArgsBuilder.() -> Unit>)
@JvmName(name = "pcdmfbtwojfdeavs")
suspend fun backendAddressPools(vararg argument: suspend BackendAddressPoolArgsBuilder.() -> Unit)
@JvmName(name = "dhplwmveqxgnhsxr")
suspend fun backendAddressPools(argument: suspend BackendAddressPoolArgsBuilder.() -> Unit)

Parameters

argument

Collection of backend address pools used by a load balancer. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.