-
Notifications
You must be signed in to change notification settings - Fork 14
Supported Attributes
Fabien Hermenier edited this page May 25, 2013
·
7 revisions
This page declares the attributes that are currently supported by a ChocoReconfigurationAlgorithm.
| Name | Type | Description |
|---|---|---|
| template | String | The VM template to use to forge a VM. Required for being able to set a VM in the Ready state and to re-instantiate a VM |
| clone | Boolean | true to indicate a VM can be re-instantiated |
| boot | Integer | estimated duration of a [BootVM] (http://btrp.inria.fr/apidocs/releases/btrplace/solver/last/index.html?btrplace/plan/event/BootVM.html) action (in seconds) with the default DurationEvaluators |
| shutdown | Integer | estimated duration of a ShutdownVM action (in seconds) with the default DurationEvaluators |
| forge | Integer | estimated duration of a ForgeVM action (in seconds) with the default DurationEvaluators |
| migrate | Integer | estimated duration of a MigrateVM action (in seconds) with the default DurationEvaluators |
| suspend | Integer | estimated duration of a SuspendVM action (in seconds) with the default DurationEvaluators |
| resume | Integer | estimated duration of a ResumeVM action (in seconds) with the default DurationEvaluators |
| kill | Integer | estimated duration of a KillVM action (in seconds) with the default DurationEvaluators |
| allocate | Integer | estimated duration of a Allocate action (in seconds) with the default DurationEvaluators |
| Name | Type | Description |
|---|---|---|
| boot | integer | estimated duration of a BootNode action with the default DurationEvaluators |
| shutdown | integer | estimated duration of a ShutdownNode action with the default DurationEvaluators |