-
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 action with the default DurationEvaluators |
| shutdown | integer | estimated duration of a ShutdownVM action with the default DurationEvaluators |
| forge | integer | estimated duration of a ForgeVM action with the default DurationEvaluators |
| migrate | integer | estimated duration of a MigrateVM action with the default DurationEvaluators |
| suspend | integer | estimated duration of a SuspendVM action with the default DurationEvaluators |
| resume | integer | estimated duration of a ResumeVM action with the default DurationEvaluators |
| kill | integer | estimated duration of a KillVM action with the default DurationEvaluators |
| allocate | integer | estimated duration of a Allocate action 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 |