public class APIResourceLimits
extends java.lang.Object
Constructor and Description |
---|
APIResourceLimits() |
Modifier and Type | Method and Description |
---|---|
long |
getCpu() |
int |
getFulllWidthPhysicalServerLimit() |
int |
getHalfWidthPhysicalServerLimit() |
long |
getMemory() |
double |
getProvisionedDiskGB() |
void |
setCpu(long cpu) |
void |
setFulllWidthPhysicalServerLimit(int fulllWidthPhysicalServerLimit) |
void |
setHalfWidthPhysicalServerLimit(int halfWidthPhysicalServerLimit) |
void |
setMemory(long memory) |
void |
setProvisionedDiskGB(double provisionedDiskGB) |
public long getCpu()
public void setCpu(long cpu)
cpu
- the cpu to setpublic long getMemory()
public void setMemory(long memory)
memory
- the memory to setpublic double getProvisionedDiskGB()
public void setProvisionedDiskGB(double provisionedDiskGB)
provisionedDiskGB
- the provisionedDiskGB to setpublic int getHalfWidthPhysicalServerLimit()
public void setHalfWidthPhysicalServerLimit(int halfWidthPhysicalServerLimit)
public int getFulllWidthPhysicalServerLimit()
public void setFulllWidthPhysicalServerLimit(int fulllWidthPhysicalServerLimit)