ServerGroupServerArgs

data class ServerGroupServerArgs(val port: Output<Int>, val serverIds: Output<List<String>>, val type: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<ServerGroupServerArgs>

Constructors

Link copied to clipboard
fun ServerGroupServerArgs(port: Output<Int>, serverIds: Output<List<String>>, type: Output<String>? = null, weight: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ServerGroupServerArgs

Properties

Link copied to clipboard
val port: Output<Int>
Link copied to clipboard
val serverIds: Output<List<String>>
Link copied to clipboard
val type: Output<String>? = null
Link copied to clipboard
val weight: Output<Int>? = null