public class RdsInstanceResizeRequest extends AbstractBceRequest
| Constructor and Description |
|---|
RdsInstanceResizeRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCpuCount() |
String |
getInstanceId() |
Boolean |
getIsDirectPay() |
Integer |
getMemoryCapacity() |
Integer |
getNodeAmount() |
Integer |
getVolumeCapacity() |
void |
setCpuCount(Integer cpuCount) |
void |
setInstanceId(String instanceId) |
void |
setIsDirectPay(Boolean isDirectPay) |
void |
setMemoryCapacity(Integer memoryCapacity) |
void |
setNodeAmount(Integer nodeAmount) |
void |
setVolumeCapacity(Integer volumeCapacity) |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic String getInstanceId()
public void setInstanceId(String instanceId)
public Integer getCpuCount()
public void setCpuCount(Integer cpuCount)
public Integer getMemoryCapacity()
public void setMemoryCapacity(Integer memoryCapacity)
public Integer getVolumeCapacity()
public void setVolumeCapacity(Integer volumeCapacity)
public Integer getNodeAmount()
public void setNodeAmount(Integer nodeAmount)
public Boolean getIsDirectPay()
public void setIsDirectPay(Boolean isDirectPay)
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2023. All rights reserved.