public class DescribeBinlogBackupOverviewResponse extends AbstractModel
Constructor and Description |
---|
DescribeBinlogBackupOverviewResponse() |
DescribeBinlogBackupOverviewResponse(DescribeBinlogBackupOverviewResponse 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 |
getBinlogArchiveCount()
Get Number of archived log backups
|
Long |
getBinlogArchiveVolume()
Get Capacity of archive log backups in bytes
|
Long |
getBinlogBackupCount()
Get Total number of log backups (include remote log backups)
|
Long |
getBinlogBackupVolume()
Get Total capacity of log backups in bytes (including remote log backups)
|
Long |
getBinlogStandbyCount()
Get Number of log backups of standard storage
|
Long |
getBinlogStandbyVolume()
Get Log backup capacity of standard storage in bytes
|
Long |
getRemoteBinlogCount()
Get Number of remote backups
|
Long |
getRemoteBinlogVolume()
Get Capacity of remote log backups in bytes
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setBinlogArchiveCount(Long BinlogArchiveCount)
Set Number of archived log backups
|
void |
setBinlogArchiveVolume(Long BinlogArchiveVolume)
Set Capacity of archive log backups in bytes
|
void |
setBinlogBackupCount(Long BinlogBackupCount)
Set Total number of log backups (include remote log backups)
|
void |
setBinlogBackupVolume(Long BinlogBackupVolume)
Set Total capacity of log backups in bytes (including remote log backups)
|
void |
setBinlogStandbyCount(Long BinlogStandbyCount)
Set Number of log backups of standard storage
|
void |
setBinlogStandbyVolume(Long BinlogStandbyVolume)
Set Log backup capacity of standard storage in bytes
|
void |
setRemoteBinlogCount(Long RemoteBinlogCount)
Set Number of remote backups
|
void |
setRemoteBinlogVolume(Long RemoteBinlogVolume)
Set Capacity of remote log backups in bytes
|
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 DescribeBinlogBackupOverviewResponse()
public DescribeBinlogBackupOverviewResponse(DescribeBinlogBackupOverviewResponse source)
public Long getBinlogBackupVolume()
public void setBinlogBackupVolume(Long BinlogBackupVolume)
BinlogBackupVolume
- Total capacity of log backups in bytes (including remote log backups)public Long getBinlogBackupCount()
public void setBinlogBackupCount(Long BinlogBackupCount)
BinlogBackupCount
- Total number of log backups (include remote log backups)public Long getRemoteBinlogVolume()
public void setRemoteBinlogVolume(Long RemoteBinlogVolume)
RemoteBinlogVolume
- Capacity of remote log backups in bytespublic Long getRemoteBinlogCount()
public void setRemoteBinlogCount(Long RemoteBinlogCount)
RemoteBinlogCount
- Number of remote backupspublic Long getBinlogArchiveVolume()
public void setBinlogArchiveVolume(Long BinlogArchiveVolume)
BinlogArchiveVolume
- Capacity of archive log backups in bytespublic Long getBinlogArchiveCount()
public void setBinlogArchiveCount(Long BinlogArchiveCount)
BinlogArchiveCount
- Number of archived log backupspublic Long getBinlogStandbyVolume()
public void setBinlogStandbyVolume(Long BinlogStandbyVolume)
BinlogStandbyVolume
- Log backup capacity of standard storage in bytespublic Long getBinlogStandbyCount()
public void setBinlogStandbyCount(Long BinlogStandbyCount)
BinlogStandbyCount
- Number of log backups of standard storagepublic 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 © 2023. All rights reserved.