|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VMPlacementPolicy
The VMPlacementPolicy interface abstracts a VM placement policy which decides on which host of server pool a new virtual machine should be place. Every server pool is associated with one VM placement policy.
| Method Summary | |
|---|---|
org.ow2.jasmine.vmm.api.HostMXBean |
placeVM(org.ow2.jasmine.vmm.api.ServerPoolMXBean pool,
org.ow2.jasmine.vmm.api.VMConfigSpec vmSpec)
Returns the host of a server pool where the virtual machine whose configuration is provided as input should be placed. |
| Method Detail |
|---|
org.ow2.jasmine.vmm.api.HostMXBean placeVM(org.ow2.jasmine.vmm.api.ServerPoolMXBean pool,
org.ow2.jasmine.vmm.api.VMConfigSpec vmSpec)
pool - the server pool where the virtual machine is to placedvmSpec - the configuration of the virtual machine
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||