Class PowerVmSelectionPolicy

    • Method Summary

      Modifier and Type Method Description
      abstract Vm getVmToMigrate​(Host host)
      Gets a VM to migrate from a given host.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PowerVmSelectionPolicy

        public PowerVmSelectionPolicy()
    • Method Detail

      • getVmToMigrate

        public abstract Vm getVmToMigrate​(Host host)
        Gets a VM to migrate from a given host.
        Parameters:
        host - the host to get a Vm to migrate from
        Returns:
        the vm to migrate or Vm.NULL if there is not Vm to migrate