All Classes

Class Summary
Class Description
CloudletRegistry
Represents a list of cloudlets of a customer.
CloudSimulation
Represents a simulation created in CloudSim Plus.
CustomerRegistry
A customer registry stores information about a specific customer.
DatacenterRegistry
A datacenter registry stores information about a specific datacenter.
Example1
Starts the example, parsing a YAML file containing the simulation scenario, building and running it in CloudSim Plus.
HostRegistry
A host registry stores information about a specific host configuration.
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.
SanStorageRegistry
A SAN registry stores basic information about a storage area network owned by a datacenter.
Start
Starts the tool by loading a Cloud Computing simulation scenario from an YAML file given by command line.
VmRegistry
A virtual machine registry stores information about a specific virtual machine configuration.
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.