Package org.cloudbus.cloudsim.resources

Provides classes that represent different physical and logical Resource used by simulation objects such as Hosts and VMs.

There are different interfaces that enable the existence of resources with different features such as if the capacity of the resource can be changed after defined, if the resource can be managed (meaning that some amount of it can be allocated or freed in runtime), etc.

The most basic resources are HarddriveStorage, Ram, Bandwidth, Pe and File.

Author:
Manoel Campos da Silva Filho