public VmSchedulerSpaceShared(List<? Extends Pe>PeList)
//Creates a new vm scheduler space shared
public boolean allocatePesForVm(Vm vm, List<Double>ipsShare)
//This method allocates PEs for a VM. It returns true if this policy allows a new VM in the host.
Public void deallocatePesForVm(Vm vm)
//The method releases or deallocate the PEs allocated to a VM.
Public VmSchedulerTimeShared(List<? Extends Pe> pelist)
//Creates a new vm scheduler time shared.
Public boolean allocatePesForVm(Vm vm, List<Double> mipsShareRequested)
//Allocates PEs for a VM.