public class RdsReadReplicaIdMapping extends Object
| Constructor and Description |
|---|
RdsReadReplicaIdMapping() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAllocatedMemoryInMB() |
Integer |
getAllocatedStorageInGB() |
String |
getAppId() |
String |
getAppIdShort() |
Integer |
getCpuCount() |
String |
getStatus() |
double |
getUsedStorageInGB() |
void |
setAllocatedMemoryInMB(Integer allocatedMemoryInMB) |
void |
setAllocatedStorageInGB(Integer allocatedStorageInGB) |
void |
setAppId(String appId) |
void |
setAppIdShort(String appIdShort) |
void |
setCpuCount(Integer cpuCount) |
void |
setStatus(String status) |
void |
setUsedStorageInGB(double usedStorageInGB) |
public String getAppId()
public void setAppId(String appId)
public String getAppIdShort()
public void setAppIdShort(String appIdShort)
public String getStatus()
public void setStatus(String status)
public Integer getAllocatedMemoryInMB()
public void setAllocatedMemoryInMB(Integer allocatedMemoryInMB)
public Integer getCpuCount()
public void setCpuCount(Integer cpuCount)
public Integer getAllocatedStorageInGB()
public void setAllocatedStorageInGB(Integer allocatedStorageInGB)
public double getUsedStorageInGB()
public void setUsedStorageInGB(double usedStorageInGB)
Copyright © 2024. All rights reserved.