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

Packages that use ResourceAbstract
Package
Description
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

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