public class DescribeDataBackupOverviewResponse extends AbstractModel
Constructor and Description |
---|
DescribeDataBackupOverviewResponse() |
Modifier and Type | Method and Description |
---|---|
Long |
getAutoBackupCount()
Get Total number of automatic backups in the current region.
|
Long |
getAutoBackupVolume()
Get Total capacity of automatic backups in the current region.
|
Long |
getDataBackupCount()
Get Total number of data backups in the current region.
|
Long |
getDataBackupVolume()
Get Total capacity of data backups in bytes in the current region (including automatic backups and manual backups).
|
Long |
getManualBackupCount()
Get Total number of manual backups in the current region.
|
Long |
getManualBackupVolume()
Get Total capacity of manual backups in the current region.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setAutoBackupCount(Long AutoBackupCount)
Set Total number of automatic backups in the current region.
|
void |
setAutoBackupVolume(Long AutoBackupVolume)
Set Total capacity of automatic backups in the current region.
|
void |
setDataBackupCount(Long DataBackupCount)
Set Total number of data backups in the current region.
|
void |
setDataBackupVolume(Long DataBackupVolume)
Set Total capacity of data backups in bytes in the current region (including automatic backups and manual backups).
|
void |
setManualBackupCount(Long ManualBackupCount)
Set Total number of manual backups in the current region.
|
void |
setManualBackupVolume(Long ManualBackupVolume)
Set Total capacity of manual backups in the current region.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getDataBackupVolume()
public void setDataBackupVolume(Long DataBackupVolume)
DataBackupVolume
- Total capacity of data backups in bytes in the current region (including automatic backups and manual backups).public Long getDataBackupCount()
public void setDataBackupCount(Long DataBackupCount)
DataBackupCount
- Total number of data backups in the current region.public Long getAutoBackupVolume()
public void setAutoBackupVolume(Long AutoBackupVolume)
AutoBackupVolume
- Total capacity of automatic backups in the current region.public Long getAutoBackupCount()
public void setAutoBackupCount(Long AutoBackupCount)
AutoBackupCount
- Total number of automatic backups in the current region.public Long getManualBackupVolume()
public void setManualBackupVolume(Long ManualBackupVolume)
ManualBackupVolume
- Total capacity of manual backups in the current region.public Long getManualBackupCount()
public void setManualBackupCount(Long ManualBackupCount)
ManualBackupCount
- Total number of manual backups in the current region.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.