Package org.cloudsimplus.vmtemplates


package org.cloudsimplus.vmtemplates
Provides template classes which enable reading VM configurations from a JSON file, representing actual types of VMs available in real Cloud Providers such as Amazon Web Services (AWS).

A JSON file can be read using a method such as the AwsEc2Template.getInstance(java.lang.String). Then, one can call the usual Vm constructors to create an actual VM, using the configurations from the template file.

Since:
CloudSim Plus 1.2.2
Author:
raysaoliveira
See Also: