subnets

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


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