public class CloudProcess extends AbstractPersistable
id| Constructor and Description |
|---|
CloudProcess() |
| Modifier and Type | Method and Description |
|---|---|
CloudComputer |
getComputer() |
String |
getLabel() |
int |
getRequiredCpuPower() |
int |
getRequiredMemory() |
int |
getRequiredMultiplicand() |
int |
getRequiredNetworkBandwidth() |
void |
setComputer(CloudComputer computer) |
void |
setRequiredCpuPower(int requiredCpuPower) |
void |
setRequiredMemory(int requiredMemory) |
void |
setRequiredNetworkBandwidth(int requiredNetworkBandwidth) |
compareTo, getId, setId, toStringpublic int getRequiredCpuPower()
public void setRequiredCpuPower(int requiredCpuPower)
public int getRequiredMemory()
public void setRequiredMemory(int requiredMemory)
public int getRequiredNetworkBandwidth()
public void setRequiredNetworkBandwidth(int requiredNetworkBandwidth)
public CloudComputer getComputer()
public void setComputer(CloudComputer computer)
public int getRequiredMultiplicand()
public String getLabel()
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.