public class DescribeRemoteBackupConfigResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeRemoteBackupConfigResponse() | 
| DescribeRemoteBackupConfigResponse(DescribeRemoteBackupConfigResponse 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 | getExpireDays()Get Remote backup retention period in days | 
| String[] | getRegionList()Get List of remote backup regions | 
| String | getRemoteBackupSave()Get Remote data backup. | 
| String | getRemoteBinlogSave()Get Remote log backup. | 
| String[] | getRemoteRegion()Get List of configured remote backup regions | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| void | setExpireDays(Long ExpireDays)Set Remote backup retention period in days | 
| void | setRegionList(String[] RegionList)Set List of remote backup regions | 
| void | setRemoteBackupSave(String RemoteBackupSave)Set Remote data backup. | 
| void | setRemoteBinlogSave(String RemoteBinlogSave)Set Remote log backup. | 
| void | setRemoteRegion(String[] RemoteRegion)Set List of configured remote backup regions | 
| 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, toJsonStringpublic DescribeRemoteBackupConfigResponse()
public DescribeRemoteBackupConfigResponse(DescribeRemoteBackupConfigResponse source)
public Long getExpireDays()
public void setExpireDays(Long ExpireDays)
ExpireDays - Remote backup retention period in dayspublic String getRemoteBackupSave()
public void setRemoteBackupSave(String RemoteBackupSave)
RemoteBackupSave - Remote data backup. Valid values:`off` (disable), `on` (enable).public String getRemoteBinlogSave()
public void setRemoteBinlogSave(String RemoteBinlogSave)
RemoteBinlogSave - Remote log backup. Valid values: `off` (disable), `on` (enable). Only when the parameter `RemoteBackupSave` is `on`, the `RemoteBinlogSave` parameter can be set to `on`.public String[] getRemoteRegion()
public void setRemoteRegion(String[] RemoteRegion)
RemoteRegion - List of configured remote backup regionspublic String[] getRegionList()
public void setRegionList(String[] RegionList)
RegionList - List of remote backup regionspublic 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.