| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VMManager.NoSuchVMException | |
|---|---|
| hu.mta.sztaki.lpds.cloud.simulator.iaas | |
| Uses of VMManager.NoSuchVMException in hu.mta.sztaki.lpds.cloud.simulator.iaas | 
|---|
| Methods in hu.mta.sztaki.lpds.cloud.simulator.iaas that throw VMManager.NoSuchVMException | |
|---|---|
private  PhysicalMachine | 
IaaSService.checkVMHost(VirtualMachine vm)
Determines if the VM is hosted locally in one of the physical machines of this IaaSServie  | 
 void | 
VMManager.migrateVM(VirtualMachine vm,
          E target)
Migrates a VM from the current system to another.  | 
 void | 
VMManager.reallocateResources(VirtualMachine vm,
                    ResourceConstraints newresources)
Allows fine-grained resource utilization setup of the particular VM after it was allocated on the system.  | 
 void | 
IaaSService.reallocateResources(VirtualMachine vm,
                    ResourceConstraints newresources)
NOT IMPLEMENTED! Reallocates the VM's resources according to the newresources on the host of the VM.  | 
 void | 
VMManager.terminateVM(VirtualMachine vm,
            boolean killTasks)
Terminates a VM in the system.  | 
 void | 
PhysicalMachine.terminateVM(VirtualMachine vm,
            boolean killTasks)
Switches off the VM in question if the VM is hosted by this particular PM.  | 
 void | 
IaaSService.terminateVM(VirtualMachine vm,
            boolean killTasks)
Requesting the destruction of a VM in a DESTROYED state will dequeue the VM from the scheduler's request queue.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||