- Introduces Vm.startupDelay to indicate how long the VM boot process must take. - Introduces a BootModel class and Vm.bootModel attribute to indicate how VM will use CPU and RAM during boot time (if the Vm.startupDelay is set). # Examples Available - https://github.com/cloudsimplus/cloudsimplus-examples/issues/19 # Related Issues - #432