You have to change the list of cloudlet and VM in your source file and apply the SJF algorithm which will map the vm to cloudlet in submitcloudlet() function in datacenterbroker.java file. This submitcloudlet() function in datacenterbroker.java is responsible for mapping a cloudlet to a VM according to the list made in source file.And RR is default scheduling method for cloudlets in Cloudsim.