public class DescribeBackupOverviewResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBackupOverviewResponse() |
DescribeBackupOverviewResponse(DescribeBackupOverviewResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBackupArchiveVolume()
Get Archive backup capacity, which includes data backups and log backups.
|
Long |
getBackupCount()
Get Total number of backups of a user in the current region (including data backups and log backups).
|
Long |
getBackupStandbyVolume()
Get Backup capacity of standard storage, which includes data backups and log backups.
|
Long |
getBackupVolume()
Get Total capacity of backups of a user in the current region.
|
Long |
getBillingVolume()
Get Paid capacity of backups of a user in the current region, i.e., capacity that exceeds the free tier.
|
Long |
getFreeVolume()
Get Backup capacity in the free tier of a user in the current region.
|
Long |
getRemoteBackupVolume()
Get Total capacity of backups of a user in the current region
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setBackupArchiveVolume(Long BackupArchiveVolume)
Set Archive backup capacity, which includes data backups and log backups.
|
void |
setBackupCount(Long BackupCount)
Set Total number of backups of a user in the current region (including data backups and log backups).
|
void |
setBackupStandbyVolume(Long BackupStandbyVolume)
Set Backup capacity of standard storage, which includes data backups and log backups.
|
void |
setBackupVolume(Long BackupVolume)
Set Total capacity of backups of a user in the current region.
|
void |
setBillingVolume(Long BillingVolume)
Set Paid capacity of backups of a user in the current region, i.e., capacity that exceeds the free tier.
|
void |
setFreeVolume(Long FreeVolume)
Set Backup capacity in the free tier of a user in the current region.
|
void |
setRemoteBackupVolume(Long RemoteBackupVolume)
Set Total capacity of backups of a user in the current region
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBackupOverviewResponse()
public DescribeBackupOverviewResponse(DescribeBackupOverviewResponse source)
public Long getBackupCount()
public void setBackupCount(Long BackupCount)
BackupCount
- Total number of backups of a user in the current region (including data backups and log backups).public Long getBackupVolume()
public void setBackupVolume(Long BackupVolume)
BackupVolume
- Total capacity of backups of a user in the current region.public Long getBillingVolume()
public void setBillingVolume(Long BillingVolume)
BillingVolume
- Paid capacity of backups of a user in the current region, i.e., capacity that exceeds the free tier.public Long getFreeVolume()
public void setFreeVolume(Long FreeVolume)
FreeVolume
- Backup capacity in the free tier of a user in the current region.public Long getRemoteBackupVolume()
public void setRemoteBackupVolume(Long RemoteBackupVolume)
RemoteBackupVolume
- Total capacity of backups of a user in the current region
Note: This field may return null, indicating that no valid value can be obtained.public Long getBackupArchiveVolume()
public void setBackupArchiveVolume(Long BackupArchiveVolume)
BackupArchiveVolume
- Archive backup capacity, which includes data backups and log backups.
Note: This field may return null, indicating that no valid value can be obtained.public Long getBackupStandbyVolume()
public void setBackupStandbyVolume(Long BackupStandbyVolume)
BackupStandbyVolume
- Backup capacity of standard storage, which includes data backups and log backups.
Note: This field may return null, indicating that no valid value can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.