loadBalancerInboundNatRulesIds

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

Parameters

value

A list of NAT Rule ID's from a Load Balancer which this Virtual Machine Scale Set should be connected to.

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 = "vmefrqktlbntjrnp")
suspend fun loadBalancerInboundNatRulesIds(vararg values: Output<String>)


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

Parameters

values

A list of NAT Rule ID's from a Load Balancer which this Virtual Machine Scale Set should be connected to.

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.