Class Ram

All Implemented Interfaces:
Resource, ResourceCapacity, ResourceManageable
Direct Known Subclasses:
VmRam

public class Ram extends ResourceManageableAbstract
Represents the RAM resource of a Host or Vm in Megabytes (MB). Such a class allows managing the RAM capacity and allocation.
Since:
CloudSim Plus 1.0
Author:
Manoel Campos da Silva Filho
  • Constructor Details

    • Ram

      public Ram(long capacity)
      Creates a RAM resource.
      Parameters:
      capacity - the RAM capacity in Megabytes (MB)