//XXX transfer to prolog/boot state?
}
break;
+ case EDG_WLL_EVENT_VMIMAGE:
+ if (USABLE_DATA(res)) {
+ rep_cond(js->pub.vm_image, e->vMCreate.image);
+ }
+ break;
case EDG_WLL_EVENT_VMRUNNING:
if (USABLE(res)) {
switch( e->vMRunning.vm_source){
@flesh VirtualMachine
@type VMCreate create (register) virtual machine
- string image machine image
string require machine requirements
string id machine id
string name machine name
string owner machine owner
string hostname hostname of VM
string manager VM manager
+ string image machine image
+ _optional_
@type VMHost
string hostname hostname of physical machine of VM
+@type VMImage
+ string image machine image
+
@type VMRunning VM is running
int vm_source
_code_ CM cloud manager