Class VmPoolChanged

java.lang.Object
org.jgrapes.core.internal.EventBase<Void>
org.jgrapes.core.Event<Void>
org.jdrupes.vmoperator.manager.events.VmPoolChanged
All Implemented Interfaces:
Future<Void>, Associator, Eligible

public class VmPoolChanged extends Event<Void>
Indicates a change in a pool configuration.
  • Constructor Details

    • VmPoolChanged

      public VmPoolChanged(VmPool pool, boolean deleted)
      Instantiates a new VM changed event.
      Parameters:
      pool - the pool
      deleted - true, if the pool was deleted
    • VmPoolChanged

      public VmPoolChanged(VmPool pool)
      Instantiates a new VM changed event for an existing pool.
      Parameters:
      pool - the pool
  • Method Details