Package org.cloudbus.cloudsim.allocationpolicies


package org.cloudbus.cloudsim.allocationpolicies
Provides classes that implement policies for a Datacenter to select a Host to place or migrate a VM, based on some criteria defined by each class. Different policies can follow approaches such as best-fit, worst-fit and so on.

Each Datacenter must have its own instance of a VmAllocationPolicy. The most basic implementation is provided by the class VmAllocationPolicySimple. Only classes that implement the VmAllocationPolicyMigration interface are able to perform VM migration.

Author:
Manoel Campos da Silva Filho