public static class RdsGetNewPurchasePriceRequest.Instance extends Object
| Constructor and Description |
|---|
Instance() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAllocatedMemoryInGB() |
int |
getAllocatedStorageInGB() |
String |
getCategory() |
int |
getCpuCount() |
String |
getDiskIoType() |
String |
getEngine() |
String |
getEngineVersion() |
Integer |
getNodeAmount() |
void |
setAllocatedMemoryInGB(int allocatedMemoryInGB) |
void |
setAllocatedStorageInGB(int allocatedStorageInGB) |
void |
setCategory(String category) |
void |
setCpuCount(int cpuCount) |
void |
setDiskIoType(String diskIoType) |
void |
setEngine(String engine) |
void |
setEngineVersion(String engineVersion) |
void |
setNodeAmount(Integer nodeAmount) |
public String getEngine()
public void setEngine(String engine)
public String getEngineVersion()
public void setEngineVersion(String engineVersion)
public int getCpuCount()
public void setCpuCount(int cpuCount)
public int getAllocatedMemoryInGB()
public void setAllocatedMemoryInGB(int allocatedMemoryInGB)
public int getAllocatedStorageInGB()
public void setAllocatedStorageInGB(int allocatedStorageInGB)
public String getCategory()
public void setCategory(String category)
public String getDiskIoType()
public void setDiskIoType(String diskIoType)
public Integer getNodeAmount()
public void setNodeAmount(Integer nodeAmount)
Copyright © 2024. All rights reserved.