public class BackupSummary extends AbstractModel
header, skipSign
Constructor and Description |
---|
BackupSummary() |
BackupSummary(BackupSummary 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 |
getAutoBaseBackupCount()
Get Number of automatically created full backups of an instance
|
Long |
getAutoBaseBackupSize()
Get Size of automatically created full backups of an instance
|
String |
getDBInstanceId()
Get Instance ID
|
Long |
getLogBackupCount()
Get Number of log backups of an instance
|
Long |
getLogBackupSize()
Get Size of log backups of an instance
|
Long |
getManualBaseBackupCount()
Get Number of manually created full backups of an instance
|
Long |
getManualBaseBackupSize()
Get Size of manually created full backups of an instance
|
Long |
getTotalBackupCount()
Get Total number of backups
|
Long |
getTotalBackupSize()
Get Total backup size
|
void |
setAutoBaseBackupCount(Long AutoBaseBackupCount)
Set Number of automatically created full backups of an instance
|
void |
setAutoBaseBackupSize(Long AutoBaseBackupSize)
Set Size of automatically created full backups of an instance
|
void |
setDBInstanceId(String DBInstanceId)
Set Instance ID
|
void |
setLogBackupCount(Long LogBackupCount)
Set Number of log backups of an instance
|
void |
setLogBackupSize(Long LogBackupSize)
Set Size of log backups of an instance
|
void |
setManualBaseBackupCount(Long ManualBaseBackupCount)
Set Number of manually created full backups of an instance
|
void |
setManualBaseBackupSize(Long ManualBaseBackupSize)
Set Size of manually created full backups of an instance
|
void |
setTotalBackupCount(Long TotalBackupCount)
Set Total number of backups
|
void |
setTotalBackupSize(Long TotalBackupSize)
Set Total backup size
|
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 BackupSummary()
public BackupSummary(BackupSummary source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- Instance IDpublic Long getLogBackupCount()
public void setLogBackupCount(Long LogBackupCount)
LogBackupCount
- Number of log backups of an instancepublic Long getLogBackupSize()
public void setLogBackupSize(Long LogBackupSize)
LogBackupSize
- Size of log backups of an instancepublic Long getManualBaseBackupCount()
public void setManualBaseBackupCount(Long ManualBaseBackupCount)
ManualBaseBackupCount
- Number of manually created full backups of an instancepublic Long getManualBaseBackupSize()
public void setManualBaseBackupSize(Long ManualBaseBackupSize)
ManualBaseBackupSize
- Size of manually created full backups of an instancepublic Long getAutoBaseBackupCount()
public void setAutoBaseBackupCount(Long AutoBaseBackupCount)
AutoBaseBackupCount
- Number of automatically created full backups of an instancepublic Long getAutoBaseBackupSize()
public void setAutoBaseBackupSize(Long AutoBaseBackupSize)
AutoBaseBackupSize
- Size of automatically created full backups of an instancepublic Long getTotalBackupCount()
public void setTotalBackupCount(Long TotalBackupCount)
TotalBackupCount
- Total number of backupspublic Long getTotalBackupSize()
public void setTotalBackupSize(Long TotalBackupSize)
TotalBackupSize
- Total backup sizeCopyright © 2024. All rights reserved.