loadBalancerInboundNatRulesIds

@JvmName(name = "hlnebbhwayblknyf")
suspend fun loadBalancerInboundNatRulesIds(value: Output<List<String>>)
@JvmName(name = "gwdbcpbpeowglcra")
suspend fun loadBalancerInboundNatRulesIds(value: List<String>?)

Parameters

value

Specifies an array of references to inbound NAT pools for load balancers. A scale set can reference inbound NAT 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 = "hobyyorjrhoduvhm")
suspend fun loadBalancerInboundNatRulesIds(vararg values: Output<String>)


@JvmName(name = "ienbybuvxjwjoeud")
suspend fun loadBalancerInboundNatRulesIds(values: List<Output<String>>)
@JvmName(name = "erslfqmftarvimqn")
suspend fun loadBalancerInboundNatRulesIds(vararg values: String)

Parameters

values

Specifies an array of references to inbound NAT pools for load balancers. A scale set can reference inbound NAT 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.