public class DescribeAutoBackupConfigResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAutoBackupConfigResponse() |
DescribeAutoBackupConfigResponse(DescribeAutoBackupConfigResponse 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 |
getAutoBackupType()
Get 该参数因兼容性问题暂时保留,请忽略。
|
Long |
getBackupStorageDays()
Get 全量备份文件保存天数。默认为7天。如需保存更多天数,请[提交工单](https://console.cloud.tencent.com/workorder/category)申请。
|
Long |
getBinlogStorageDays()
Get 该参数不再使用,请忽略。
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
String |
getTimePeriod()
Get 备份任务发起时间段。
|
String[] |
getWeekDays()
Get 备份周期,默认为每天自动备份,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday。
|
void |
setAutoBackupType(Long AutoBackupType)
Set 该参数因兼容性问题暂时保留,请忽略。
|
void |
setBackupStorageDays(Long BackupStorageDays)
Set 全量备份文件保存天数。默认为7天。如需保存更多天数,请[提交工单](https://console.cloud.tencent.com/workorder/category)申请。
|
void |
setBinlogStorageDays(Long BinlogStorageDays)
Set 该参数不再使用,请忽略。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setTimePeriod(String TimePeriod)
Set 备份任务发起时间段。
|
void |
setWeekDays(String[] WeekDays)
Set 备份周期,默认为每天自动备份,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday。
|
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 DescribeAutoBackupConfigResponse()
public DescribeAutoBackupConfigResponse(DescribeAutoBackupConfigResponse source)
public Long getAutoBackupType()
public void setAutoBackupType(Long AutoBackupType)
AutoBackupType
- 该参数因兼容性问题暂时保留,请忽略。public String[] getWeekDays()
public void setWeekDays(String[] WeekDays)
WeekDays
- 备份周期,默认为每天自动备份,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday。public String getTimePeriod()
public void setTimePeriod(String TimePeriod)
TimePeriod
- 备份任务发起时间段。public Long getBackupStorageDays()
public void setBackupStorageDays(Long BackupStorageDays)
BackupStorageDays
- 全量备份文件保存天数。默认为7天。如需保存更多天数,请[提交工单](https://console.cloud.tencent.com/workorder/category)申请。public Long getBinlogStorageDays()
public void setBinlogStorageDays(Long BinlogStorageDays)
BinlogStorageDays
- 该参数不再使用,请忽略。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.