public static class DescribeRdsPerformanceSummaryResponse.RdsPerformanceInfo extends Object
| Constructor and Description |
|---|
RdsPerformanceInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActiveSessions() |
Float |
getCpu() |
Float |
getIops() |
String |
getRdsId() |
Long |
getSpaceUsage() |
Integer |
getTotalSessions() |
void |
setActiveSessions(Integer activeSessions) |
void |
setCpu(Float cpu) |
void |
setIops(Float iops) |
void |
setRdsId(String rdsId) |
void |
setSpaceUsage(Long spaceUsage) |
void |
setTotalSessions(Integer totalSessions) |
public String getRdsId()
public void setRdsId(String rdsId)
public Float getCpu()
public void setCpu(Float cpu)
public Float getIops()
public void setIops(Float iops)
public Integer getActiveSessions()
public void setActiveSessions(Integer activeSessions)
public Integer getTotalSessions()
public void setTotalSessions(Integer totalSessions)
public Long getSpaceUsage()
public void setSpaceUsage(Long spaceUsage)
Copyright © 2020. All Rights Reserved.