data class MasterSlaveServerGroupServerArgs(val isBackup: Output<Int>? = null, val port: Output<Int>, val serverId: Output<String>, val serverType: Output<String>? = null, val type: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<MasterSlaveServerGroupServerArgs>