subnets

@JvmName(name = "osuenhmrbljmrpjl")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "sbhpdlncihkljcbm")
suspend fun subnets(value: List<String>?)

Parameters

value

A list of subnet IDs to attach to the LB. Subnets cannot be updated for Load Balancers of type network. Changing this value for load balancers of type network will force a recreation of the resource.


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


@JvmName(name = "bpxyufmafqhpwgxo")
suspend fun subnets(values: List<Output<String>>)
@JvmName(name = "xdgowwrvjcxjeiwr")
suspend fun subnets(vararg values: String)

Parameters

values

A list of subnet IDs to attach to the LB. Subnets cannot be updated for Load Balancers of type network. Changing this value for load balancers of type network will force a recreation of the resource.