Interface RunningVMPlacement

All Superinterfaces:
Event, VMEvent
All Known Implementing Classes:
BootVM, MigrateVM, ResumeVM

public interface RunningVMPlacement
extends VMEvent
An interface to indicate an event that will place a running VM on a node.
Author:
Fabien Hermenier
  • Method Summary

    Modifier and Type Method Description
    Node getDestinationNode()
    Get the destination node for the VM.

    Methods inherited from interface org.btrplace.plan.event.Event

    apply, visit

    Methods inherited from interface org.btrplace.plan.event.VMEvent

    getVM
  • Method Details

    • getDestinationNode

      Node getDestinationNode()
      Get the destination node for the VM.
      Returns:
      the node identifier