Uses of Class
org.cloudbus.cloudsim.resources.ResourceAbstract

Packages that use ResourceAbstract 
Package Description
org.cloudbus.cloudsim.resources
Provides classes that represent different physical and logical Resource used by simulation objects such as Hosts and VMs.
  • Uses of ResourceAbstract in org.cloudbus.cloudsim.resources

    Subclasses of ResourceAbstract in org.cloudbus.cloudsim.resources 
    Modifier and Type Class Description
    class  Bandwidth
    Represents the Bandwidth (BW) capacity of a PM or VM in Megabits/s.
    class  PeSimple
    Pe (Processing Element) class represents a CPU core of a physical machine (PM), defined in terms of Millions Instructions Per Second (MIPS) rating.
    class  Processor
    A Central Unit Processing (CPU) attached to a Vm and which can have multiple cores (Pes).
    class  Ram
    Represents the RAM resource of a PM or VM in Megabytes.
    class  ResourceManageableAbstract
    A class that represents simple resources such as RAM, CPU, Bandwidth or Pe.
    class  Storage
    A simple storage that just manages the device capacity and raw allocated (used) space.