public class CreateIncrementalMigrationRequest extends AbstractModel
Constructor and Description |
---|
CreateIncrementalMigrationRequest() |
CreateIncrementalMigrationRequest(CreateIncrementalMigrationRequest 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[] |
getBackupFiles()
Get Incremental backup file.
|
String |
getBackupMigrationId()
Get Backup import task ID, which is returned through the API CreateBackupMigration.
|
String |
getInstanceId()
Get ID of imported target instance
|
String |
getIsRecovery()
Get Whether restoration is required.
|
void |
setBackupFiles(String[] BackupFiles)
Set Incremental backup file.
|
void |
setBackupMigrationId(String BackupMigrationId)
Set Backup import task ID, which is returned through the API CreateBackupMigration.
|
void |
setInstanceId(String InstanceId)
Set ID of imported target instance
|
void |
setIsRecovery(String IsRecovery)
Set Whether restoration is required.
|
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 CreateIncrementalMigrationRequest()
public CreateIncrementalMigrationRequest(CreateIncrementalMigrationRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ID of imported target instancepublic String getBackupMigrationId()
public void setBackupMigrationId(String BackupMigrationId)
BackupMigrationId
- Backup import task ID, which is returned through the API CreateBackupMigration.public String[] getBackupFiles()
public void setBackupFiles(String[] BackupFiles)
BackupFiles
- Incremental backup file. If the UploadType of a full backup file is COS_URL, fill in URL here. If the UploadType is COS_UPLOAD, fill in the name of the backup file here. Only 1 backup file is supported, but a backup file can involve multiple databases.public String getIsRecovery()
public void setIsRecovery(String IsRecovery)
IsRecovery
- Whether restoration is required. No: not required. Yes: required. Not required by default.Copyright © 2023. All rights reserved.