Skip to content

Supported Attributes

Fabien Hermenier edited this page May 25, 2013 · 7 revisions

Attributes

This page declares the attributes that are currently supported by a ChocoReconfigurationAlgorithm.

VM attributes

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

Node attributes

Name Type Description
boot Integer Estimated duration of a BootNode action (in seconds) with the default DurationEvaluators
shutdown Integer Estimated duration of a ShutdownNode action (in seconds) with the default DurationEvaluators

Clone this wiki locally