algorithm

@JvmName(name = "hgnfgapgieovolps")
suspend fun algorithm(value: Output<Either<String, Algorithm>>)
@JvmName(name = "dleinfouuluwvepb")
suspend fun algorithm(value: Either<String, Algorithm>?)
@JvmName(name = "qymwrjjyusyhagjj")
fun algorithm(value: String)
@JvmName(name = "utxcljhufyfqsbxa")
fun algorithm(value: Algorithm)

Parameters

value

The load balancing algorithm used to determine which backend Droplet will be selected by a client. It must be either round_robin or least_connections. The default value is round_robin.