loadBalancerBackendAddressPoolIds

@JvmName(name = "kxdyqujxuebebrbj")
suspend fun loadBalancerBackendAddressPoolIds(value: Output<List<String>>)
@JvmName(name = "jsnpnnbcxdxqdlxc")
suspend fun loadBalancerBackendAddressPoolIds(value: List<String>?)

Parameters

value

Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same load balancer.

NOTE: When using this field you'll also need to configure a Rule for the Load Balancer, and use a depends_on between this resource and the Load Balancer Rule.


@JvmName(name = "kpflmxjwplaxwnqt")
suspend fun loadBalancerBackendAddressPoolIds(vararg values: Output<String>)


@JvmName(name = "gvthiskonmfybxwo")
suspend fun loadBalancerBackendAddressPoolIds(values: List<Output<String>>)
@JvmName(name = "gjpqkxcwqltnubcd")
suspend fun loadBalancerBackendAddressPoolIds(vararg values: String)

Parameters

values

Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same load balancer.

NOTE: When using this field you'll also need to configure a Rule for the Load Balancer, and use a depends_on between this resource and the Load Balancer Rule.