public class WorkflowSimTags
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CLOUDLET_CHECK |
static int |
CLOUDLET_UPDATE |
static int |
JOB_SUBMIT |
static int |
START_SIMULATION |
static int |
VM_STATUS_BUSY
VM Status is busy (no jobs should run on this vm)
|
static int |
VM_STATUS_IDLE
VM Status is idle (a job can run on this vm)
|
static int |
VM_STATUS_READY
VM Status is ready (not used)
|
public static final int VM_STATUS_READY
public static final int VM_STATUS_BUSY
public static final int VM_STATUS_IDLE
public static final int START_SIMULATION
public static final int JOB_SUBMIT
public static final int CLOUDLET_UPDATE
public static final int CLOUDLET_CHECK