public class DescribeBackupConfigResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBackupConfigResponse() |
DescribeBackupConfigResponse(DescribeBackupConfigResponse 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 |
---|---|
String[] |
getBackupFreq()
Get Backup frequency.
|
Long |
getBackupTimeBeg()
Get Full backup start time.
|
Long |
getBackupTimeEnd()
Get Full backup end time.
|
String |
getBackupType()
Get Backup method.
|
LogicBackupConfigInfo |
getLogicBackupConfig()
Get Automatic logical backup configuration.
|
String |
getLogicCrossRegionsConfigUpdateTime()
Get Cross-Regional logical backup configuration modification time.
|
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).
|
Long |
getReserveDuration()
Get Backup retention period in seconds.
|
void |
setBackupFreq(String[] BackupFreq)
Set Backup frequency.
|
void |
setBackupTimeBeg(Long BackupTimeBeg)
Set Full backup start time.
|
void |
setBackupTimeEnd(Long BackupTimeEnd)
Set Full backup end time.
|
void |
setBackupType(String BackupType)
Set Backup method.
|
void |
setLogicBackupConfig(LogicBackupConfigInfo LogicBackupConfig)
Set Automatic logical backup configuration.
|
void |
setLogicCrossRegionsConfigUpdateTime(String LogicCrossRegionsConfigUpdateTime)
Set Cross-Regional logical backup configuration modification time.
|
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 |
setReserveDuration(Long ReserveDuration)
Set Backup retention period in seconds.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBackupConfigResponse()
public DescribeBackupConfigResponse(DescribeBackupConfigResponse source)
public Long getBackupTimeBeg()
public void setBackupTimeBeg(Long BackupTimeBeg)
BackupTimeBeg
- Full backup start time. Value range: [0-24*3600]. For example, 0:00 AM, 1:00 AM, and 2:00 AM are represented by 0, 3600, and 7200, respectivelypublic Long getBackupTimeEnd()
public void setBackupTimeEnd(Long BackupTimeEnd)
BackupTimeEnd
- Full backup end time. Value range: [0-24*3600]. For example, 0:00 AM, 1:00 AM, and 2:00 AM are represented by 0, 3600, and 7200, respectivelypublic Long getReserveDuration()
public void setReserveDuration(Long ReserveDuration)
ReserveDuration
- Backup retention period in seconds. Backups will be cleared after this period elapses. 7 days is represented by 3600*24*7 = 604800public String[] getBackupFreq()
public void setBackupFreq(String[] BackupFreq)
BackupFreq
- Backup frequency. an array with a length of 7, indicating the backup methods corresponding to monday to sunday respectively. full represents full backup, and increment represents incremental backup.public String getBackupType()
public void setBackupType(String BackupType)
BackupType
- Backup method. specifies the method of backup. valid values: logic (indicates logical backup), snapshot (indicates snapshot backup).public String getLogicCrossRegionsConfigUpdateTime()
public void setLogicCrossRegionsConfigUpdateTime(String LogicCrossRegionsConfigUpdateTime)
LogicCrossRegionsConfigUpdateTime
- Cross-Regional logical backup configuration modification time.public LogicBackupConfigInfo getLogicBackupConfig()
public void setLogicBackupConfig(LogicBackupConfigInfo LogicBackupConfig)
LogicBackupConfig
- Automatic logical backup configuration.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.