Package | Description |
---|---|
org.cloudbus.cloudsim.datacenters |
Provides
Datacenter implementations,
that represents a physical Cloud Datacenter and contains a set of
Host that together provide the basic cloud infrastructure. |
org.cloudbus.cloudsim.resources |
Provides classes that represent different physical and logical
Resource used by simulation
objects such as Hosts and VMs. |
org.cloudsimplus.builders |
Provides
Builder classes that
implement the Builder Design Pattern
to allow instantiating multiple simulation objects more easily. |
Constructor and Description |
---|
DatacenterSimple(Simulation simulation,
List<? extends Host> hostList,
VmAllocationPolicy vmAllocationPolicy,
List<SanStorage> storageList)
Creates a Datacenter attaching a given storage list to its
storage . |
Modifier and Type | Method and Description |
---|---|
List<SanStorage> |
DatacenterStorage.getStorageList()
Gets the list of storage devices of the Datacenter,
which is like a Disk Array.
|
Modifier and Type | Method and Description |
---|---|
DatacenterStorage |
DatacenterStorage.setStorageList(List<SanStorage> storageList)
Sets the list of storage devices of the Datacenter,
which is like a Disk Array.
|
Constructor and Description |
---|
DatacenterStorage(List<SanStorage> storageList)
Creates a DatacenterStorage with a given
storage list . |
Modifier and Type | Method and Description |
---|---|
DatacenterBuilder |
DatacenterBuilder.addStorageToList(SanStorage storage) |
Modifier and Type | Method and Description |
---|---|
DatacenterBuilder |
DatacenterBuilder.setStorageList(List<SanStorage> storageList) |
Copyright © 2015–2021 Systems, Security and Image Communication Lab - Instituto de Telecomunicações (IT) - Universidade da Beira Interior (UBI) - Instituto Federal de Educação Ciência e Tecnologia do Tocantins (IFTO). All rights reserved.