| Constructor and Description |
|---|
ResourceUsage() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCpuCount() |
List<DccModel.EphemeralDisk> |
getEphemeralDisks() |
int |
getFreeCpuCount() |
int |
getFreeMemoryCapacityInGB() |
int |
getMemoryCapacityInGB() |
void |
setCpuCount(int cpuCount) |
void |
setEphemeralDisks(List<DccModel.EphemeralDisk> ephemeralDisks) |
void |
setFreeCpuCount(int freeCpuCount) |
void |
setFreeMemoryCapacityInGB(int freeMemoryCapacityInGB) |
void |
setMemoryCapacityInGB(int memoryCapacityInGB) |
String |
toString() |
public int getCpuCount()
public void setCpuCount(int cpuCount)
public int getFreeCpuCount()
public void setFreeCpuCount(int freeCpuCount)
public int getMemoryCapacityInGB()
public void setMemoryCapacityInGB(int memoryCapacityInGB)
public int getFreeMemoryCapacityInGB()
public void setFreeMemoryCapacityInGB(int freeMemoryCapacityInGB)
public List<DccModel.EphemeralDisk> getEphemeralDisks()
public void setEphemeralDisks(List<DccModel.EphemeralDisk> ephemeralDisks)
Copyright © 2020. All rights reserved.