| Package | Description |
|---|---|
| org.cloudbus.cloudsim.network.datacenter |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateSwitch
This class allows to simulate aggregate switch for Datacenter network.
|
class |
EdgeSwitch
This class allows to simulate Edge switch for Datacenter network.
|
class |
RootSwitch
This class allows to simulate Root switch which connects Datacenter to external network.
|
| Modifier and Type | Field and Description |
|---|---|
Switch |
NetworkHost.sw |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Switch> |
Switch.downlinkswitches |
java.util.Map<java.lang.Integer,Switch> |
NetworkDatacenter.Switchlist |
java.util.List<Switch> |
Switch.uplinkswitches |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Integer,Switch> |
NetworkDatacenter.getEdgeSwitch()
Get list of all EdgeSwitches in the Datacenter network One can design similar functions for
other type of switches.
|