Groovy Documentation

com.ace.mws.jobs
[Groovy] Enum JobSystemJobType

java.lang.Object
  com.ace.mws.jobs.JobSystemJobType

enum JobSystemJobType

Enum Constant Summary
generic

Generic system job (trigger attached).

osprovision

Reprovision operating system.

osprovision2

Perform two-phase (base and virtual machine) operating system reprovision.

poweroff

Power off node.

poweron

Power on node.

reset

Reboot node.

storage

Dynamic storage allocation.

vmmap

Map to virtual machine to track resource consumption.

vmmigrate

Migrate virtual machine.

vmtracking

Job for tracking a virtual machine.

 
Method Summary
JobSystemJobType valueOf(String name)

Returns the enum constant of this type with the specified name.

JobSystemJobType[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Enum Constant Detail

generic

JobSystemJobType generic
Generic system job (trigger attached).


osprovision

JobSystemJobType osprovision
Reprovision operating system.


osprovision2

JobSystemJobType osprovision2
Perform two-phase (base and virtual machine) operating system reprovision.


poweroff

JobSystemJobType poweroff
Power off node.


poweron

JobSystemJobType poweron
Power on node.


reset

JobSystemJobType reset
Reboot node.


storage

JobSystemJobType storage
Dynamic storage allocation.


vmmap

JobSystemJobType vmmap
Map to virtual machine to track resource consumption.


vmmigrate

JobSystemJobType vmmigrate
Migrate virtual machine.


vmtracking

JobSystemJobType vmtracking
Job for tracking a virtual machine.


 
Method Detail

valueOf

JobSystemJobType valueOf(String name)
Returns the enum constant of this type with the specified name.


values

JobSystemJobType[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation