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