public class RdsGetPriceDifferenceRequest extends AbstractBceRequest
| Constructor and Description |
|---|
RdsGetPriceDifferenceRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAllocatedMemoryInGB() |
Integer |
getAllocatedStorageInGB() |
String |
getCategory() |
Integer |
getCpuCount() |
String |
getDiskIoType() |
String |
getInstanceId() |
void |
setAllocatedMemoryInGB(Integer allocatedMemoryInGB) |
void |
setAllocatedStorageInGB(Integer allocatedStorageInGB) |
void |
setCategory(String category) |
void |
setCpuCount(Integer cpuCount) |
void |
setDiskIoType(String diskIoType) |
void |
setInstanceId(String instanceId) |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic String getInstanceId()
public void setInstanceId(String instanceId)
public Integer getCpuCount()
public void setCpuCount(Integer cpuCount)
public Integer getAllocatedMemoryInGB()
public void setAllocatedMemoryInGB(Integer allocatedMemoryInGB)
public Integer getAllocatedStorageInGB()
public void setAllocatedStorageInGB(Integer allocatedStorageInGB)
public String getDiskIoType()
public void setDiskIoType(String diskIoType)
public String getCategory()
public void setCategory(String category)
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2024. All rights reserved.