Uses of Class
org.jdrupes.vmoperator.common.VmPool
Packages that use VmPool
Package
Description
Classes and methods shared among the VM operator modules.
- 
Uses of VmPool in org.jdrupes.vmoperator.commonMethods in org.jdrupes.vmoperator.common with parameters of type VmPoolModifier and TypeMethodDescriptionvoidVmPool.defineFrom(VmPool definition) Fill the properties of a provisionally created pool from the definition.
- 
Uses of VmPool in org.jdrupes.vmoperator.manager.eventsMethods in org.jdrupes.vmoperator.manager.events that return VmPoolModifier and TypeMethodDescriptionUpdateAssignment.fromPool()Gets the pool from which the VM was assigned.VmPoolChanged.vmPool()Returns the VM pool.Constructors in org.jdrupes.vmoperator.manager.events with parameters of type VmPoolModifierConstructorDescriptionUpdateAssignment(VmPool fromPool, String toUser) Instantiates a new event.VmPoolChanged(VmPool pool) Instantiates a new VM changed event for an existing pool.VmPoolChanged(VmPool pool, boolean deleted) Instantiates a new VM changed event.