subnets

@JvmName(name = "sflsrrupboqkdgbc")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "vijklgjheehitjog")
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 = "bqsoqgfuobrbyucm")
suspend fun subnets(vararg values: Output<String>)


@JvmName(name = "vcoqypultpkdfwlf")
suspend fun subnets(values: List<Output<String>>)
@JvmName(name = "qsoajthgdxsresog")
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.