public class RdsSupportHotSwappingRequest extends AbstractBceRequest
| Constructor and Description |
|---|
RdsSupportHotSwappingRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAllocatedMemoryInMB() |
Integer |
getAllocatedStorageInGB() |
String |
getBackupAzone() |
Integer |
getCpuCount() |
String |
getEdgeSubnetId() |
String |
getInstanceId() |
String |
getMasterAzone() |
String |
getSubnetId() |
void |
setAllocatedMemoryInMB(Integer allocatedMemoryInMB) |
void |
setAllocatedStorageInGB(Integer allocatedStorageInGB) |
void |
setBackupAzone(String backupAzone) |
void |
setCpuCount(Integer cpuCount) |
void |
setEdgeSubnetId(String edgeSubnetId) |
void |
setInstanceId(String instanceId) |
void |
setMasterAzone(String masterAzone) |
void |
setSubnetId(String subnetId) |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic String getInstanceId()
public void setInstanceId(String instanceId)
public Integer getCpuCount()
public void setCpuCount(Integer cpuCount)
public Integer getAllocatedMemoryInMB()
public void setAllocatedMemoryInMB(Integer allocatedMemoryInMB)
public Integer getAllocatedStorageInGB()
public void setAllocatedStorageInGB(Integer allocatedStorageInGB)
public String getMasterAzone()
public void setMasterAzone(String masterAzone)
public String getBackupAzone()
public void setBackupAzone(String backupAzone)
public String getSubnetId()
public void setSubnetId(String subnetId)
public String getEdgeSubnetId()
public void setEdgeSubnetId(String edgeSubnetId)
Copyright © 2024. All rights reserved.