Package org.cloudsimplus.automation

  • Class Summary
    Class Description
    CloudSimulation
    Represents a simulation created in CloudSim Plus.
    LogUtils
    Useful methods to print log information to the terminal.
    PolicyLoader
    Dynamically creates instances of classes such as VmScheduler, VmAllocationPolicy, CloudletScheduler, ResourceProvisioner and others from the class name of the object to be instantiated.
    Start
    Starts the tool by loading a Cloud Computing simulation scenario from an YAML file given by command line.
    YamlCloudScenario
    Represents a Cloud Computing simulation scenario read from an YAML file.
    YamlCloudScenarioReader
    Reads Cloud Computing simulation scenarios from an YAML file and stores them into a List of YamlCloudScenario objects.