subnets

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

Parameters

value

List of subnet IDs to attach to the LB. For Load Balancers of type network subnets can only be added (see Availability Zones), deleting a subnet for load balancers of type network will force a recreation of the resource.


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


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

Parameters

values

List of subnet IDs to attach to the LB. For Load Balancers of type network subnets can only be added (see Availability Zones), deleting a subnet for load balancers of type network will force a recreation of the resource.