public class ModifyRemoteBackupConfigRequest extends AbstractModel
Constructor and Description |
---|
ModifyRemoteBackupConfigRequest() |
ModifyRemoteBackupConfigRequest(ModifyRemoteBackupConfigRequest 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 |
getInstanceId()
Get Instance ID in the format of cdb-c1nl9rpv.
|
String |
getRemoteBackupSave()
Get Remote data backup.
|
String |
getRemoteBinlogSave()
Get Remote log backup.
|
String[] |
getRemoteRegion()
Get The custom backup region list
|
void |
setExpireDays(Long ExpireDays)
Set Remote backup retention period in days
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of cdb-c1nl9rpv.
|
void |
setRemoteBackupSave(String RemoteBackupSave)
Set Remote data backup.
|
void |
setRemoteBinlogSave(String RemoteBinlogSave)
Set Remote log backup.
|
void |
setRemoteRegion(String[] RemoteRegion)
Set The custom backup region list
|
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 ModifyRemoteBackupConfigRequest()
public ModifyRemoteBackupConfigRequest(ModifyRemoteBackupConfigRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of cdb-c1nl9rpv. It is the same as the instance ID displayed in the TencentDB console.public 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
- The custom backup region listpublic Long getExpireDays()
public void setExpireDays(Long ExpireDays)
ExpireDays
- Remote backup retention period in daysCopyright © 2023. All rights reserved.